Update to 4.5.0
This commit is contained in:
parent
403dfe60e4
commit
56c03e7c3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/dnf-plugins-core-4.4.2.tar.gz
|
||||
/dnf-plugins-core-4.4.3.tar.gz
|
||||
/dnf-plugins-core-4.4.4.tar.gz
|
||||
/dnf-plugins-core-4.5.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.11.0}
|
||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.19.0}
|
||||
%global dnf_plugins_extra 2.0.0
|
||||
%global hawkey_version 0.64.0
|
||||
%global hawkey_version 0.73.0
|
||||
%global yum_utils_subpackage_name dnf-utils
|
||||
%if 0%{?rhel} > 7
|
||||
%global yum_utils_subpackage_name yum-utils
|
||||
@ -33,8 +33,8 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.4.4
|
||||
Release: 3%{?dist}
|
||||
Version: 4.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
@ -812,6 +812,10 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 08 2024 Jan Kolarik <jkolarik@redhat.com> - 4.5.0-1
|
||||
- Update to 4.5.0
|
||||
- Request filelists metadata for plugins needing that
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-4.4.4.tar.gz) = 0167c08bcf8f899acbd2fbd33520317a0c0d497eb4c0c7a4ac0b77667d9d43afbfe49e6e7bd5f5114621914bd087581189e6213af23d5e7837c8fd5f6cafd7de
|
||||
SHA512 (dnf-plugins-core-4.5.0.tar.gz) = 6e17f62c9b5b0e32b382edc524b7d3fbf8d35e13a3fd59f45cafef2b573a3ccdfff14e7f2d8c08a89429eca26aa2cec08f26459a46ee280144bd867def58a109
|
||||
|
Loading…
Reference in New Issue
Block a user