Update dnf-plugins-core to 0.1.9-1

This commit is contained in:
mluscon 2015-06-24 13:34:55 +02:00
parent 77a0bcf98d
commit 1bb92780c6
3 changed files with 15 additions and 5 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/dnf-plugins-core-0.1.6.tar.gz
/dnf-plugins-core-0.1.7.tar.gz
/dnf-plugins-core-0.1.8.tar.gz
/dnf-plugins-core-0.1.9.tar.gz

View File

@ -2,8 +2,8 @@
%{?!dnf_not_compatible: %global dnf_not_compatible 2.0}
Name: dnf-plugins-core
Version: 0.1.8
Release: 2%{?dist}
Version: 0.1.9
Release: 1%{?snapshot}%{?dist}
Summary: Core Plugins for DNF
Group: System Environment/Base
License: GPLv2+
@ -54,7 +54,6 @@ Requires: python-kickstart
%else
Requires: pykickstart
%endif
Requires: python-requests
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,
@ -70,7 +69,6 @@ BuildRequires: python3-dnf >= %{dnf_lowest_compatible}
BuildRequires: python3-dnf < %{dnf_not_compatible}
BuildRequires: python3-nose
BuildRequires: python3-sphinx
Requires: python3-requests
Requires: python3-dnf >= %{dnf_lowest_compatible}
Requires: python3-dnf < %{dnf_not_compatible}
Conflicts: dnf-plugins-core <= 0.1.5
@ -129,6 +127,17 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%{python3_sitelib}/dnfpluginscore/
%changelog
* Wed Jun 24 2015 Michal Luscon <mluscon@redhat.com> 0.1.9-1
- repoquery: add srpm option (RhBug:1186382) (Vladan Kudlac)
- create repo files readable by users (RhBug:1228693) (Michael Mraka)
- copr: use librepo instead of python-request (Miroslav Suchý)
- --tree now works with --conflicts --obsoletes --requires and --whatrequires
(RhBug:1128424) (RhBug:1186689) (Adam Salih)
- url for copr repos changed (RhBug:1227190) (Miroslav Suchý)
- repoquery: fixed conflicts package format (Adam Salih)
- document that globs can be used in dnf config-manager (Michael Mraka)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
6db0647f032cfbb00e6ecadd8fc20efb dnf-plugins-core-0.1.8.tar.gz
98b70908bff31c871cf1abdc3e0b9d2b dnf-plugins-core-0.1.9.tar.gz