Update to 4.4.1
This commit is contained in:
parent
5827bc21b5
commit
a9d3f85576
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/dnf-plugins-core-4.3.0.tar.gz
|
||||
/dnf-plugins-core-4.3.1.tar.gz
|
||||
/dnf-plugins-core-4.4.0.tar.gz
|
||||
/dnf-plugins-core-4.4.1.tar.gz
|
||||
|
@ -33,7 +33,7 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.4.0
|
||||
Version: 4.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPL-2.0-or-later
|
||||
@ -197,7 +197,6 @@ Provides: yum-utils = %{version}-%{release}
|
||||
Provides: dnf-utils = %{version}-%{release}
|
||||
Obsoletes: dnf-utils < %{version}-%{release}
|
||||
%endif
|
||||
Requires: dnf >= %{dnf_lowest_compatible}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%if %{with python3}
|
||||
Requires: python3-dnf >= %{dnf_lowest_compatible}
|
||||
@ -814,6 +813,14 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 15 2023 Jan Kolarik <jkolarik@redhat.com> - 4.4.1-1
|
||||
- Update to 4.4.1
|
||||
- reposync: Implement --safe-write-path option (RhBug:1898089)
|
||||
- needs-restarting: Catch exception when no systemd unit exists for pid (RhBug:2122587)
|
||||
- post-transaction-actions: Fix ConfigParser.substitute call
|
||||
- builddep: Avoid using obsolete RPM API
|
||||
- yum-utils: Only depend on python3-dnf, not dnf
|
||||
|
||||
* Wed Apr 05 2023 Jan Kolarik <jkolarik@redhat.com> - 4.4.0-1
|
||||
- Update to 4.4.0
|
||||
- system-upgrade: Move from extras to core (RhBug:2054235)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-4.4.0.tar.gz) = 024c6a18863fede6b4619d78424b12cf0e646489cb20bebd5b47232316f744b6101c616d06bf2ab1b2a3928682f043fb7031b75b45de691ebcf9592f11461bb8
|
||||
SHA512 (dnf-plugins-core-4.4.1.tar.gz) = cb0511442b2ca85cf8d326a11f8466b80d6067aa2d64087e309383d53c07a3175762caf0e4033b90ea96cda483e96d11cf030c27e4a72737137242974c616887
|
||||
|
Loading…
Reference in New Issue
Block a user