Update to 4.16.0
This commit is contained in:
parent
1276975480
commit
e1d55d6da2
1
.gitignore
vendored
1
.gitignore
vendored
@ -155,3 +155,4 @@
|
|||||||
/dnf-4.14.0.tar.gz
|
/dnf-4.14.0.tar.gz
|
||||||
/dnf-4.15.0.tar.gz
|
/dnf-4.15.0.tar.gz
|
||||||
/dnf-4.15.1.tar.gz
|
/dnf-4.15.1.tar.gz
|
||||||
|
/dnf-4.16.0.tar.gz
|
||||||
|
14
dnf.spec
14
dnf.spec
@ -65,7 +65,7 @@
|
|||||||
It supports RPMs, modules and comps groups & environments.
|
It supports RPMs, modules and comps groups & environments.
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.15.1
|
Version: 4.16.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
@ -118,6 +118,7 @@ Conflicts: python3-dnf-plugins-extras-common < %{conflicts_dnf_plugins_extr
|
|||||||
%package data
|
%package data
|
||||||
Summary: Common data and configuration files for DNF
|
Summary: Common data and configuration files for DNF
|
||||||
Requires: libreport-filesystem
|
Requires: libreport-filesystem
|
||||||
|
Requires: libdnf5
|
||||||
Obsoletes: %{name}-conf <= %{version}-%{release}
|
Obsoletes: %{name}-conf <= %{version}-%{release}
|
||||||
Provides: %{name}-conf = %{version}-%{release}
|
Provides: %{name}-conf = %{version}-%{release}
|
||||||
|
|
||||||
@ -174,7 +175,7 @@ Python 3 interface to DNF.
|
|||||||
%package automatic
|
%package automatic
|
||||||
Summary: %{pkg_summary} - automated upgrades
|
Summary: %{pkg_summary} - automated upgrades
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: python3-%{name} = %{version}-%{release}
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description automatic
|
%description automatic
|
||||||
@ -283,11 +284,8 @@ popd
|
|||||||
%dir %{confdir}/modules.d
|
%dir %{confdir}/modules.d
|
||||||
%dir %{confdir}/modules.defaults.d
|
%dir %{confdir}/modules.defaults.d
|
||||||
%dir %{pluginconfpath}
|
%dir %{pluginconfpath}
|
||||||
%dir %{confdir}/protected.d
|
|
||||||
%dir %{confdir}/vars
|
|
||||||
%dir %{confdir}/aliases.d
|
%dir %{confdir}/aliases.d
|
||||||
%exclude %{confdir}/aliases.d/zypper.conf
|
%exclude %{confdir}/aliases.d/zypper.conf
|
||||||
%config(noreplace) %{confdir}/%{name}.conf
|
|
||||||
# No longer using `noreplace` here. Older versions of DNF 4 marked `dnf` as a
|
# No longer using `noreplace` here. Older versions of DNF 4 marked `dnf` as a
|
||||||
# protected package, but since Fedora 39, DNF needs to be able to update itself
|
# protected package, but since Fedora 39, DNF needs to be able to update itself
|
||||||
# to DNF 5, so we need to replace the old /etc/dnf/protected.d/dnf.conf.
|
# to DNF 5, so we need to replace the old /etc/dnf/protected.d/dnf.conf.
|
||||||
@ -367,6 +365,12 @@ popd
|
|||||||
%{python3_sitelib}/%{name}/automatic/
|
%{python3_sitelib}/%{name}/automatic/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 25 2023 Jan Kolarik <jkolarik@redhat.com> - 4.16.0-1
|
||||||
|
- Update to 4.16.0
|
||||||
|
- Remove ownership of dnf.conf, protected.d, vars
|
||||||
|
- Add requirement of libdnf5 to dnf-data
|
||||||
|
- dnf-automatic: require python3-dnf, not dnf
|
||||||
|
|
||||||
* Thu May 18 2023 Jan Kolarik <jkolarik@redhat.com> - 4.15.1-1
|
* Thu May 18 2023 Jan Kolarik <jkolarik@redhat.com> - 4.15.1-1
|
||||||
- Update to 4.15.1
|
- Update to 4.15.1
|
||||||
- automatic: Fix online detection with proxy (RhBug:2022440)
|
- automatic: Fix online detection with proxy (RhBug:2022440)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-4.15.1.tar.gz) = e52de9a3a281acdd94971a1ba78d49186fbc167d9079964c47933737028e64675da287434fe2abf8060f154ebc4a398410c128a9051bcc8b280daa228f490387
|
SHA512 (dnf-4.16.0.tar.gz) = bfebb358b6d49e898a5a1dd4395e35869b317c8a7bc82bde463d859c2cfe3fc8c7c9f21b99dbd381dde0a0a689fc278a32cb9c39784a990a71dcdd86c7d2225e
|
||||||
|
Loading…
Reference in New Issue
Block a user