Update dnf-plugins-core to 0.1.8-1

This commit is contained in:
Michal Luscon 2015-05-06 13:00:30 +02:00
parent 46063427f1
commit 67e6628046
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/dnf-plugins-core-f0f0cef.tar.xz /dnf-plugins-core-f0f0cef.tar.xz
/dnf-plugins-core-0.1.6.tar.gz /dnf-plugins-core-0.1.6.tar.gz
/dnf-plugins-core-0.1.7.tar.gz /dnf-plugins-core-0.1.7.tar.gz
/dnf-plugins-core-0.1.8.tar.gz

View File

@ -2,7 +2,7 @@
%{?!dnf_not_compatible: %global dnf_not_compatible 2.0} %{?!dnf_not_compatible: %global dnf_not_compatible 2.0}
Name: dnf-plugins-core Name: dnf-plugins-core
Version: 0.1.7 Version: 0.1.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: Core Plugins for DNF Summary: Core Plugins for DNF
Group: System Environment/Base Group: System Environment/Base
@ -55,7 +55,7 @@ Requires: python-kickstart
Requires: pykickstart Requires: pykickstart
%endif %endif
Requires: python-requests Requires: python-requests
Obsoletes: dnf-plugins-core <= 0.1.5 Conflicts: dnf-plugins-core <= 0.1.5
%description -n python-dnf-plugins-core %description -n python-dnf-plugins-core
Core Plugins for DNF, Python 2 interface. This package enhance DNF with builddep, copr, Core Plugins for DNF, Python 2 interface. This package enhance DNF with builddep, copr,
debuginfo-install, download, kickstart, needs-restarting, repoquery and debuginfo-install, download, kickstart, needs-restarting, repoquery and
@ -73,7 +73,7 @@ BuildRequires: python3-sphinx
Requires: python3-requests Requires: python3-requests
Requires: python3-dnf >= %{dnf_lowest_compatible} Requires: python3-dnf >= %{dnf_lowest_compatible}
Requires: python3-dnf < %{dnf_not_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 %description -n python3-dnf-plugins-core
Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr, Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr,
config-manager, debuginfo-install, download, needs-restarting, repoquery and config-manager, debuginfo-install, download, needs-restarting, repoquery and
@ -129,6 +129,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%{python3_sitelib}/dnfpluginscore/ %{python3_sitelib}/dnfpluginscore/
%changelog %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 * Thu Apr 30 2015 Michal Luscon <mluscon@redhat.com> 0.1.7-1
- doc: release notes dnf-plugins-core-0.1.7 (Michal Luscon) - doc: release notes dnf-plugins-core-0.1.7 (Michal Luscon)
- spec: fix Conflicts of the new plugins (Radek Holy) - spec: fix Conflicts of the new plugins (Radek Holy)

View File

@ -1 +1 @@
e2b4079663e7ead2b4c28db63b8f7148 dnf-plugins-core-0.1.7.tar.gz 6db0647f032cfbb00e6ecadd8fc20efb dnf-plugins-core-0.1.8.tar.gz