Update to 4.0.21
This commit is contained in:
parent
d9aa49f38b
commit
4a988609af
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@
|
|||||||
/dnf-plugins-core-4.0.16.tar.gz
|
/dnf-plugins-core-4.0.16.tar.gz
|
||||||
/dnf-plugins-core-4.0.18.tar.gz
|
/dnf-plugins-core-4.0.18.tar.gz
|
||||||
/dnf-plugins-core-4.0.19.tar.gz
|
/dnf-plugins-core-4.0.19.tar.gz
|
||||||
|
/dnf-plugins-core-4.0.21.tar.gz
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 4.0.19
|
Version: 4.0.21
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -100,10 +100,8 @@ Summary: Core Plugins for DNF
|
|||||||
BuildRequires: python2-dnf >= %{dnf_lowest_compatible}
|
BuildRequires: python2-dnf >= %{dnf_lowest_compatible}
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
BuildRequires: dbus-python
|
BuildRequires: dbus-python
|
||||||
BuildRequires: python-nose
|
|
||||||
%else
|
%else
|
||||||
BuildRequires: python2-dbus
|
BuildRequires: python2-dbus
|
||||||
BuildRequires: python2-nose
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -147,8 +145,6 @@ Summary: Core Plugins for DNF
|
|||||||
BuildRequires: python3-dbus
|
BuildRequires: python3-dbus
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-dnf >= %{dnf_lowest_compatible}
|
BuildRequires: python3-dnf >= %{dnf_lowest_compatible}
|
||||||
BuildRequires: python3-nose
|
|
||||||
BuildRequires: make
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Requires: python3-distro
|
Requires: python3-distro
|
||||||
%endif
|
%endif
|
||||||
@ -767,6 +763,12 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 16 2021 Nicola Sella <nsella@redhat.com> - 4.0.21-1
|
||||||
|
- Add missing command line option to documentation
|
||||||
|
- doc: add packages to needs-restarting conf
|
||||||
|
- Set blacklist subcommand as deprecated
|
||||||
|
- Bugs fixed (RhBug:1914827,1916782)
|
||||||
|
|
||||||
* Thu Jan 28 2021 Nicola Sella <nsella@redhat.com> - 4.0.19-1
|
* Thu Jan 28 2021 Nicola Sella <nsella@redhat.com> - 4.0.19-1
|
||||||
- Update to 4.0.19
|
- Update to 4.0.19
|
||||||
- copr: allow only 2 arguments with copr enable command
|
- copr: allow only 2 arguments with copr enable command
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-plugins-core-4.0.19.tar.gz) = accb9ed8c20a18d177c84afa42e71678a594583635b5b27e056f40e7eeb39f14634304cb1b9e774b85b7851daddb6a70c46062debc16cdbee0d983139566dc86
|
SHA512 (dnf-plugins-core-4.0.21.tar.gz) = e114d6ad3243b53a903714ac524adf73962d12a1ae75f8a65b7318babaa7aa4dccb6e506b219b374de8d8cde139ef460318fb7104bed77f0ee7ee87e885c10b1
|
||||||
|
Loading…
Reference in New Issue
Block a user