Update to 0.9.2
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
bfefa27947
commit
8a2c2ce0fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/libdnf-0.8.2.tar.gz
|
||||
/libdnf-0.9.0.tar.gz
|
||||
/libdnf-0.9.1.tar.gz
|
||||
/libdnf-0.9.2.tar.gz
|
||||
|
10
libdnf.spec
10
libdnf.spec
@ -21,7 +21,7 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.9.1
|
||||
Version: 0.9.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
@ -53,7 +53,6 @@ A Library providing simplified C and Python API to libsolv.
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: libsolv-devel%{?_isa} >= %{libsolv_version}
|
||||
BuildRequires: python-nose
|
||||
|
||||
%description devel
|
||||
Development files for %{name}.
|
||||
@ -62,7 +61,11 @@ Development files for %{name}.
|
||||
Summary: Python 2 bindings for the hawkey library
|
||||
%{?python_provide:%python_provide python2-hawkey}
|
||||
BuildRequires: python2-devel
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
BuildRequires: python-nose
|
||||
%else
|
||||
BuildRequires: python2-nose
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# Fix problem with hawkey - dnf version incompatibility
|
||||
# Can be deleted for distros where only python2-dnf >= 2.0.0
|
||||
@ -162,6 +165,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jul 01 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.9.2-1
|
||||
- Update to 0.9.2
|
||||
|
||||
* Mon Jun 12 2017 Jaroslav Mracek <jmracek@redhat.com> - 0.9.1-1
|
||||
- Update to 0.9.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.9.1.tar.gz) = b5bef1e59c538b731c97906a4dda7ef62d0cd2edee12e6a3a8b24f9245d4a86e73148519c870ae4eb1c23ce995a1a5d4cdd5b1189faca339f8b80d8ce7b00a7d
|
||||
SHA512 (libdnf-0.9.2.tar.gz) = a573a4931335f6a6c1077f1d5e64e1edd684b06127d8063162060f2b0a82dc8bbc24dac69dba5b3d2ec2ddde17fee7432c1e857df4893eef45769b78f89a3167
|
||||
|
Loading…
Reference in New Issue
Block a user