Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/dnf.git#e1d5fb4f98246bf0be2666c0a6e57cce14e09e8c
This commit is contained in:
parent
67f21e28d0
commit
8e7f3abe6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -139,3 +139,4 @@
|
||||
/dnf-4.2.21.tar.gz
|
||||
/dnf-4.2.23.tar.gz
|
||||
/dnf-4.4.0.tar.gz
|
||||
/dnf-4.4.2.tar.gz
|
||||
|
14
dnf.spec
14
dnf.spec
@ -2,7 +2,7 @@
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
# default dependencies
|
||||
%global hawkey_version 0.54.1
|
||||
%global hawkey_version 0.54.4
|
||||
%global libcomps_version 0.1.8
|
||||
%global libmodulemd_version 1.4.0
|
||||
%global rpm_version 4.14.0
|
||||
@ -84,8 +84,8 @@
|
||||
It supports RPMs, modules and comps groups & environments.
|
||||
|
||||
Name: dnf
|
||||
Version: 4.4.0
|
||||
Release: 3%{?dist}
|
||||
Version: 4.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: %{pkg_summary}
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
License: GPLv2+
|
||||
@ -502,6 +502,14 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
- Warn about key retrieval over http:
|
||||
- Fix --setopt=cachedir writing outside of installroot
|
||||
- Add vendor to dnf API (RhBug:1876561)
|
||||
- Add allow_vendor_change option (RhBug:1788371) (RhBug:1788371)
|
||||
|
||||
* Thu Oct 29 2020 Adam Williamson <awilliam@redhat.com> - 4.4.0-3
|
||||
- Rebuild to keep NVR ahead of Fedora 32
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-4.4.0.tar.gz) = e37c46401062c478c52bf943de5461147609e5d36e028d3b1a6765c9e5ee82f947515e47124cc22d5f4158f7372f495e7f0e1e4ba2f6ede3bce90127a9150148
|
||||
SHA512 (dnf-4.4.2.tar.gz) = fef865b8c8984115ce967a1b00996616fa6ee69fde72081ead289362512556016c32a0ec56fc13853756d8890588cd3be7ffae7ce977dc0cbb735d4b6deb3ca3
|
||||
|
Loading…
Reference in New Issue
Block a user