Update to 0.16.1
This commit is contained in:
parent
e6f566db41
commit
edda64303c
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/libdnf-0.15.1.tar.gz
|
||||
/libdnf-0.15.2.tar.gz
|
||||
/libdnf-0.16.0.tar.gz
|
||||
/libdnf-0.16.1.tar.gz
|
||||
|
16
libdnf.spec
16
libdnf.spec
@ -23,7 +23,7 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.16.0
|
||||
Version: 0.16.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
@ -49,6 +49,7 @@ BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(modulemd) >= %{libmodulemd_version}
|
||||
BuildRequires: gettext
|
||||
|
||||
Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
||||
Requires: libsolv%{?_isa} >= %{libsolv_version}
|
||||
@ -176,6 +177,8 @@ pushd build-py3
|
||||
popd
|
||||
%endif
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -183,7 +186,7 @@ popd
|
||||
%ldconfig_scriptlets
|
||||
%endif
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc README.md AUTHORS
|
||||
%{_libdir}/%{name}.so.*
|
||||
@ -211,6 +214,15 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 27 2018 Daniel Mach <dmach@redhat.com> - 0.16.1-1
|
||||
- [module] Implement 'module_hotfixes' conf option to skip filtering RPMs from hotfix repos.
|
||||
- [goal] Fix distupgrade filter, allow downgrades.
|
||||
- [context] Allow to set module platform in context.
|
||||
- [module] Introduce proper modular dependency solving.
|
||||
- [module] Platform pseudo-module based on /etc/os-release.
|
||||
- [goal] Add Goal::listSuggested().
|
||||
- [l10n] Support for translations, add gettext build dependency.
|
||||
|
||||
* Sun Jul 22 2018 Daniel Mach <dmach@redhat.com> - 0.16.0-1
|
||||
- Fix RHSM plugin
|
||||
- Add support for logging
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.16.0.tar.gz) = 5ab3326cb3cd0c0091b0df5341c40c5281db30ec369c8d7774d0a9a0e9af714366a7acae5529e310b0cfbe6fff852471fd1040453347f48704a50bd0bdada018
|
||||
SHA512 (libdnf-0.16.1.tar.gz) = 22ae922cdf6eb9a4d6c7276e3359aabde66b85e33c14cbb450b0b77f70231a71e2ea84567ec60f9062a74138794edfe5ca2a2a412313183e9cd8587ed512cf01
|
||||
|
Loading…
Reference in New Issue
Block a user