Update dnf-plugins-core to 0.1.8-1
This commit is contained in:
parent
46063427f1
commit
67e6628046
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/dnf-plugins-core-f0f0cef.tar.xz
|
||||
/dnf-plugins-core-0.1.6.tar.gz
|
||||
/dnf-plugins-core-0.1.7.tar.gz
|
||||
/dnf-plugins-core-0.1.8.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%{?!dnf_not_compatible: %global dnf_not_compatible 2.0}
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 0.1.7
|
||||
Version: 0.1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
@ -55,7 +55,7 @@ Requires: python-kickstart
|
||||
Requires: pykickstart
|
||||
%endif
|
||||
Requires: python-requests
|
||||
Obsoletes: dnf-plugins-core <= 0.1.5
|
||||
Conflicts: dnf-plugins-core <= 0.1.5
|
||||
%description -n python-dnf-plugins-core
|
||||
Core Plugins for DNF, Python 2 interface. This package enhance DNF with builddep, copr,
|
||||
debuginfo-install, download, kickstart, needs-restarting, repoquery and
|
||||
@ -73,7 +73,7 @@ BuildRequires: python3-sphinx
|
||||
Requires: python3-requests
|
||||
Requires: python3-dnf >= %{dnf_lowest_compatible}
|
||||
Requires: python3-dnf < %{dnf_not_compatible}
|
||||
Obsoletes: dnf-plugins-core <= 0.1.5
|
||||
Conflicts: dnf-plugins-core <= 0.1.5
|
||||
%description -n python3-dnf-plugins-core
|
||||
Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr,
|
||||
config-manager, debuginfo-install, download, needs-restarting, repoquery and
|
||||
@ -129,6 +129,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
||||
%{python3_sitelib}/dnfpluginscore/
|
||||
|
||||
%changelog
|
||||
* Wed May 06 2015 Michal Luscon <mluscon@redhat.com> 0.1.8-1
|
||||
- spec: fix an upgrade path from dnf-plugins-core <= 0.1.5 (Radek Holy)
|
||||
|
||||
* Thu Apr 30 2015 Michal Luscon <mluscon@redhat.com> 0.1.7-1
|
||||
- doc: release notes dnf-plugins-core-0.1.7 (Michal Luscon)
|
||||
- spec: fix Conflicts of the new plugins (Radek Holy)
|
||||
|
Loading…
Reference in New Issue
Block a user