Update to 4.0.4-1
This commit is contained in:
parent
536a4fa1c6
commit
1c12947193
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
||||
/dnf-plugins-core-4.0.0.tar.gz
|
||||
/dnf-plugins-core-4.0.2.tar.gz
|
||||
/dnf-plugins-core-4.0.3.tar.gz
|
||||
/dnf-plugins-core-4.0.4.tar.gz
|
||||
|
@ -23,8 +23,8 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 4.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
@ -33,10 +33,11 @@ BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
# Documentation
|
||||
BuildRequires: %{_bindir}/sphinx-build
|
||||
%if %{with python3}
|
||||
BuildRequires: %{_bindir}/sphinx-build-3
|
||||
Requires: python3-%{name} = %{version}-%{release}
|
||||
%else
|
||||
BuildRequires: %{_bindir}/sphinx-build
|
||||
Requires: python2-%{name} = %{version}-%{release}
|
||||
%endif
|
||||
Provides: dnf-command(builddep)
|
||||
@ -683,6 +684,10 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.4-1
|
||||
- Update to 4.0.4
|
||||
- [download] Do not download src without ``--source`` (RhBug:1666648)
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-4.0.3.tar.gz) = 6ab0979bb4e9d40f1aebffc11d126583be07d3de84dca0ca498c7311a787ba888f1d66eb0f5c4616fe6eb0d29ce980a4a8d2111ac2405fef6a6e66a85f55c389
|
||||
SHA512 (dnf-plugins-core-4.0.4.tar.gz) = 52dcf5809c0abff36b02e55292f8174ad9c549822baed9fe4ee53243d34ec26922a926c4b88d8076c60df34856822109f46e23bc74a58744b91987ef82a6e981
|
||||
|
Loading…
Reference in New Issue
Block a user