Update dnf-plugins-core to 0.1.9-1
This commit is contained in:
parent
77a0bcf98d
commit
1bb92780c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/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
|
/dnf-plugins-core-0.1.8.tar.gz
|
||||||
|
/dnf-plugins-core-0.1.9.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%{?!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.8
|
Version: 0.1.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?snapshot}%{?dist}
|
||||||
Summary: Core Plugins for DNF
|
Summary: Core Plugins for DNF
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -54,7 +54,6 @@ Requires: python-kickstart
|
|||||||
%else
|
%else
|
||||||
Requires: pykickstart
|
Requires: pykickstart
|
||||||
%endif
|
%endif
|
||||||
Requires: python-requests
|
|
||||||
Conflicts: 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,
|
||||||
@ -70,7 +69,6 @@ BuildRequires: python3-dnf >= %{dnf_lowest_compatible}
|
|||||||
BuildRequires: python3-dnf < %{dnf_not_compatible}
|
BuildRequires: python3-dnf < %{dnf_not_compatible}
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
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}
|
||||||
Conflicts: dnf-plugins-core <= 0.1.5
|
Conflicts: dnf-plugins-core <= 0.1.5
|
||||||
@ -129,6 +127,17 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
|||||||
%{python3_sitelib}/dnfpluginscore/
|
%{python3_sitelib}/dnfpluginscore/
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user