Update to 4.0.11
This commit is contained in:
parent
7c84dcb92a
commit
158c461cca
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
||||
/dnf-plugins-core-4.0.7.tar.gz
|
||||
/dnf-plugins-core-4.0.9.tar.gz
|
||||
/dnf-plugins-core-4.0.10.tar.gz
|
||||
/dnf-plugins-core-4.0.11.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.10}
|
||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.14}
|
||||
%global dnf_plugins_extra 2.0.0
|
||||
%global hawkey_version 0.34.0
|
||||
%global yum_utils_subpackage_name dnf-utils
|
||||
@ -31,7 +31,7 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 4.0.10
|
||||
Version: 4.0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
@ -472,7 +472,7 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%files -n python2-%{name} -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS README.rst
|
||||
%ghost %{_var}/cache/dnf/packages.db
|
||||
%ghost %attr(644,-,-) %{_var}/cache/dnf/packages.db
|
||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.conf
|
||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.d
|
||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/debuginfo-install.conf
|
||||
@ -497,7 +497,7 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%files -n python3-%{name} -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS README.rst
|
||||
%ghost %{_var}/cache/dnf/packages.db
|
||||
%ghost %attr(644,-,-) %{_var}/cache/dnf/packages.db
|
||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.conf
|
||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/copr.d
|
||||
%config(noreplace) %{_sysconfdir}/dnf/plugins/debuginfo-install.conf
|
||||
@ -696,6 +696,12 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 06 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 4.0.11-1
|
||||
- Update to 4.0.11
|
||||
- [spec] Specify attributes for ghost file (RhBug: 1754463)
|
||||
- download: add the --debugsource option (RhBug:1637008)
|
||||
- Fix incorrect handling richdeps in buildep (RhBug:1756902)
|
||||
|
||||
* Tue Oct 01 2019 Ales Matej <amatej@redhat.com> - 4.0.10-1
|
||||
- Update to 4.0.10
|
||||
- debuginfo-install: Update both debuginfo and debugsource for updated package (RhBug:1586084)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-4.0.10.tar.gz) = e80d72ad0832c079b3c99efc11091f66ed543d4a2e36d64d58ab36de0b0e2897bb41474f634948a1f773456a59ebfc5030788d1d5a4410fb5d31eccaa2af2ba3
|
||||
SHA512 (dnf-plugins-core-4.0.11.tar.gz) = 670a909f343f90f1db8a1eddc5ca7dfabd25e35434dfd9ca569fd7390e91080b1fc73553be5cc75bd57894d753033d285abf66f3702a0e73d889fec35d6270bb
|
||||
|
Loading…
Reference in New Issue
Block a user