Update to 0.24.1
This commit is contained in:
parent
2177a6cc29
commit
c10381b21c
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/libdnf-0.20.0.tar.gz
|
||||
/libdnf-0.22.0.tar.gz
|
||||
/libdnf-0.22.3.tar.gz
|
||||
/libdnf-0.24.1.tar.gz
|
||||
|
16
libdnf.spec
16
libdnf.spec
@ -1,6 +1,6 @@
|
||||
%global libsolv_version 0.6.35-1
|
||||
%global libmodulemd_version 1.6.1
|
||||
%global dnf_conflict 4.0.9
|
||||
%global dnf_conflict 4.0.10
|
||||
%global swig_version 3.0.12
|
||||
|
||||
%bcond_with valgrind
|
||||
@ -30,7 +30,7 @@
|
||||
%{nil}
|
||||
|
||||
Name: libdnf
|
||||
Version: 0.22.3
|
||||
Version: 0.24.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
@ -55,6 +55,7 @@ BuildRequires: pkgconfig(librhsm) >= 0.0.3
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(modulemd) >= %{libmodulemd_version}
|
||||
BuildRequires: pkgconfig(smartcols)
|
||||
BuildRequires: gettext
|
||||
@ -215,6 +216,7 @@ popd
|
||||
%license COPYING
|
||||
%doc README.md AUTHORS
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_libdir}/libdnf/plugins/README
|
||||
|
||||
%files devel
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}/
|
||||
@ -243,6 +245,16 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 12 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.24.1-1
|
||||
- Update to 0.24.1
|
||||
- Add support for zchunk
|
||||
- Enhance LIBDNF plugins support
|
||||
- Enhance sorting for module list (RhBug:1590358)
|
||||
- [repo] Check whether metadata cache is expired (RhBug:1539620,1648274)
|
||||
- [DnfRepo] Add methods for alternative repository metadata type and download (RhBug:1656314)
|
||||
- Remove installed profile on module enable or disable (RhBug:1653623)
|
||||
- [sack] Implement dnf_sack_get_rpmdb_version()
|
||||
|
||||
* Thu Nov 22 2018 Jaroslav Mracek <jmracek@redhat.com> - 0.22.3-1
|
||||
- Permanently disable Python2 build for Fedora 30+
|
||||
- Update to 0.22.3
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.22.3.tar.gz) = 4563030eafad6c0536623a675f1ade35da49667073e2ebbc3ec03602861ee71aee1fa2f1d6109ad7fd4fbc91302c744c143c24a22179edc4f88ad886e9bdb9d8
|
||||
SHA512 (libdnf-0.24.1.tar.gz) = 834fae305b0b7578c80c1748a10aaa5a15a0ba41a77d08e5ea93cd1bd5b92899c644fd69b14bd1c904bbbb77ac9e04aa6bff9b1bf3e85518df6f6a04b25aa391
|
||||
|
Loading…
Reference in New Issue
Block a user