Fix m2crypto python2 naming

This commit is contained in:
Peter Robinson 2019-04-02 07:17:01 +01:00
parent b14fd212e6
commit c95f7f5723
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: oz
Version: 0.17.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library and utilities for automated guest OS installs
License: LGPLv2
URL: http://github.com/clalancette/oz
@ -38,11 +38,11 @@ Requires: python3-requests
BuildRequires: python2
BuildRequires: python2-devel
BuildRequires: python3-setuptools
Requires: m2crypto
Requires: python2
Requires: python2-lxml
Requires: python2-libguestfs >= 1.18
Requires: python2-libvirt
Requires: python2-m2crypto
Requires: python2-monotonic
Requires: python2-requests
%endif
@ -124,6 +124,9 @@ fi
%endif
%changelog
* Tue Apr 2 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.17.0-2
- Fix m2crypto python2 naming
* Tue Mar 26 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.17.0-1
- Conditionalise py3 support
- 0.17.0 is releases, minor cleanups