Update to 0.15.2
This commit is contained in:
parent
e8b72513c0
commit
22b4e0ec7c
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/libdnf-0.11.1.tar.gz
|
||||
/libdnf-0.15.0.tar.gz
|
||||
/libdnf-0.15.1.tar.gz
|
||||
/libdnf-0.15.2.tar.gz
|
||||
|
11
libdnf.spec
11
libdnf.spec
@ -23,8 +23,8 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.15.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.15.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rpm-software-management/libdnf
|
||||
@ -99,6 +99,7 @@ BuildRequires: python-nose
|
||||
BuildRequires: python2-nose
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: python2-%{name} = %{version}-%{release}
|
||||
# Fix problem with hawkey - dnf version incompatibility
|
||||
# Can be deleted for distros where only python2-dnf >= 2.0.0
|
||||
Conflicts: python2-dnf < %{dnf_conflict}
|
||||
@ -114,9 +115,11 @@ Summary: Python 3 bindings for the hawkey library
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-nose
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: python3-%{name} = %{version}-%{release}
|
||||
# Fix problem with hawkey - dnf version incompatibility
|
||||
# Can be deleted for distros where only python3-dnf >= 2.0.0
|
||||
Conflicts: python3-dnf < %{dnf_conflict}
|
||||
# Obsoletes F27 packages
|
||||
Obsoletes: platform-python-hawkey < %{version}-%{release}
|
||||
|
||||
%description -n python3-hawkey
|
||||
@ -208,6 +211,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 29 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.15.2-1
|
||||
- Update to 0.15.1
|
||||
- Resolves: rhbz#1595487
|
||||
|
||||
* Fri Jun 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-2
|
||||
- Restore proper ldconfig_scriptlets
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.15.1.tar.gz) = 565e8e3a0a2ebbbbadbc2ae1bf92ede3c67f523b40daf63fc8daf48b28d150ab32ce9f51ed0d1a3aefb4e7a08d2a898b582ed689731f525b10f6982d00c5df6b
|
||||
SHA512 (libdnf-0.15.2.tar.gz) = fed5db21b3e4b612a1f08a3f73f7eb8faa07e9104a1eb20d832db47d548859b7ab0e7bb4df7db3c91e04bb428efa77dfc3f1d30e47bb3bbefb10cd8f6c2681b6
|
||||
|
Loading…
Reference in New Issue
Block a user