Update to 4.5.1
This commit is contained in:
parent
e1d5fb4f98
commit
b50a4af14d
1
.gitignore
vendored
1
.gitignore
vendored
@ -140,3 +140,4 @@
|
||||
/dnf-4.2.23.tar.gz
|
||||
/dnf-4.4.0.tar.gz
|
||||
/dnf-4.4.2.tar.gz
|
||||
/dnf-4.5.1.tar.gz
|
||||
|
17
dnf.spec
17
dnf.spec
@ -2,9 +2,9 @@
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
# default dependencies
|
||||
%global hawkey_version 0.54.4
|
||||
%global hawkey_version 0.55.1
|
||||
%global libcomps_version 0.1.8
|
||||
%global libmodulemd_version 1.4.0
|
||||
%global libmodulemd_version 2.9.3
|
||||
%global rpm_version 4.14.0
|
||||
|
||||
# conflicts
|
||||
@ -84,7 +84,7 @@
|
||||
It supports RPMs, modules and comps groups & environments.
|
||||
|
||||
Name: dnf
|
||||
Version: 4.4.2
|
||||
Version: 4.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{pkg_summary}
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
@ -502,6 +502,17 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 02 2020 Nicola Sella <nsella@redhat.com> - 4.5.1-1
|
||||
- Add a get_current() method to SwdbInterface
|
||||
- Add `from_repo` attribute for Package class (RhBug:1898968,1879168)
|
||||
- Correct description of Package().reponane attribute
|
||||
- Add unittest for new API
|
||||
- Make rotated log file (mode, owner, group) match previous log settings (RhBug:1894344)
|
||||
- [doc] Improve description of modular filtering
|
||||
- [doc] add documentation for from_repo
|
||||
- [doc] deprecated alias for dnf repoquery --deplist <deplist_option-label>
|
||||
- New config option module_allow_stream_switch allows switching enabled streams
|
||||
|
||||
* Mon Nov 23 2020 Nicola Sella <nsella@redhat.com> - 4.4.2-1
|
||||
- Update to 4.4.2
|
||||
- spec: Fix building with new cmake macros (backport from downstream)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-4.4.2.tar.gz) = fef865b8c8984115ce967a1b00996616fa6ee69fde72081ead289362512556016c32a0ec56fc13853756d8890588cd3be7ffae7ce977dc0cbb735d4b6deb3ca3
|
||||
SHA512 (dnf-4.5.1.tar.gz) = e00736616fb0b8ebe715a7e44cf700ed741d1691570fcebc3580bf07458df8c8d65e6d722635492b23d724e44002a6dac6e4f75c80394845f65614e1769ae506
|
||||
|
Loading…
Reference in New Issue
Block a user