Update to 0.17.0
This commit is contained in:
parent
2e05c59663
commit
b1be46c5c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/libdnf-0.15.2.tar.gz
|
||||
/libdnf-0.16.0.tar.gz
|
||||
/libdnf-0.16.1.tar.gz
|
||||
/libdnf-0.17.0.tar.gz
|
||||
|
11
libdnf.spec
11
libdnf.spec
@ -23,8 +23,8 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.16.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.17.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rpm-software-management/libdnf
|
||||
@ -214,6 +214,13 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 07 2018 Daniel Mach <dmach@redhat.com> - 0.17.0-1
|
||||
- [conf] Add module_platform_id option.
|
||||
- [module] Add ModulePackageContainer class.
|
||||
- [module] Add ModulePersistor class.
|
||||
- [sack] Module filtering made available in python API
|
||||
- [sack] Module auto-enabling according to installed packages
|
||||
|
||||
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.16.1-3
|
||||
- Rebuild for new binutils
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.16.1.tar.gz) = 22ae922cdf6eb9a4d6c7276e3359aabde66b85e33c14cbb450b0b77f70231a71e2ea84567ec60f9062a74138794edfe5ca2a2a412313183e9cd8587ed512cf01
|
||||
SHA512 (libdnf-0.17.0.tar.gz) = 16f62d05085021509e6ca864d47e66e6d539196b9928e01c3a84fa13f77610adc3e0480e13812d3351b29406b164e34ff3cfc8709a9ab424b754794dd49b17c1
|
||||
|
Loading…
Reference in New Issue
Block a user