Update to 0.31.0
This commit is contained in:
parent
ad7e26510e
commit
294a06c29f
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/libdnf-0.26.0.tar.gz
|
||||
/libdnf-0.28.0.tar.gz
|
||||
/libdnf-0.28.1.tar.gz
|
||||
/libdnf-0.31.0.tar.gz
|
||||
|
14
libdnf.spec
14
libdnf.spec
@ -1,7 +1,7 @@
|
||||
%global libsolv_version 0.6.35-1
|
||||
%global libsolv_version 0.7.4-1
|
||||
%global libmodulemd_version 1.6.1
|
||||
%global librepo_version 1.9.5
|
||||
%global dnf_conflict 4.1.0
|
||||
%global dnf_conflict 4.2.5
|
||||
%global swig_version 3.0.12
|
||||
|
||||
%bcond_with valgrind
|
||||
@ -31,7 +31,7 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.28.1
|
||||
Version: 0.31.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
@ -248,6 +248,14 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 25 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.31.0-1
|
||||
- Update to 0.31.0
|
||||
- Installroot now requires absolute path
|
||||
- Support "_none_" value for repo option "proxy" (RhBug:1680272)
|
||||
- Add support for Module advisories
|
||||
- Add support for xml:base attribute from primary.xml (RhBug:1691315)
|
||||
- Improve detection of Platform ID (RhBug:1688462)
|
||||
|
||||
* Wed Mar 27 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.28.1-1
|
||||
- Update to 0.28.1
|
||||
- Return empty query if incorrect reldep (RhBug:1687135)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.28.1.tar.gz) = 25a775c3fa02a3b6eb8af994bd052261a555c666481213989469f02e3b1a93510a8f3bfb937fe9563d9a1c7ae8a83181024f7d00cf568a72f8392a59308f6780
|
||||
SHA512 (libdnf-0.31.0.tar.gz) = 86ca9dd1658ee57b9820d60ef185741561e4c55ca662e2443c8a6a0c5d1fb065dd3a0a2d11e6a954f1cdd173e843467460e32402589ef6bf7367608f10f7038d
|
||||
|
Loading…
Reference in New Issue
Block a user