Update dnf-plugins-core to 0.1.13-1
This commit is contained in:
parent
827b9ab756
commit
ffd7eaecc4
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/dnf-plugins-core-0.1.10.tar.gz
|
/dnf-plugins-core-0.1.10.tar.gz
|
||||||
/dnf-plugins-core-0.1.11.tar.gz
|
/dnf-plugins-core-0.1.11.tar.gz
|
||||||
/dnf-plugins-core-0.1.12.tar.gz
|
/dnf-plugins-core-0.1.12.tar.gz
|
||||||
|
/dnf-plugins-core-0.1.13.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global hawkey_version 0.6.1
|
%global hawkey_version 0.6.1
|
||||||
|
|
||||||
Name: dnf-plugins-core
|
Name: dnf-plugins-core
|
||||||
Version: 0.1.12
|
Version: 0.1.13
|
||||||
Release: 3%{?snapshot}%{?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+
|
||||||
@ -20,7 +20,6 @@ Conflicts: python-dnf-plugins-core <= 0.1.6-2
|
|||||||
%else
|
%else
|
||||||
Requires: python-dnf-plugins-core = %{version}-%{release}
|
Requires: python-dnf-plugins-core = %{version}-%{release}
|
||||||
Conflicts: python3-dnf-plugins-core <= 0.1.6-2
|
Conflicts: python3-dnf-plugins-core <= 0.1.6-2
|
||||||
Provides: dnf-command(kickstart)
|
|
||||||
%endif
|
%endif
|
||||||
Provides: dnf-command(builddep)
|
Provides: dnf-command(builddep)
|
||||||
Provides: dnf-command(config-manager)
|
Provides: dnf-command(config-manager)
|
||||||
@ -40,26 +39,16 @@ Summary: Core Plugins for DNF
|
|||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
BuildRequires: python2-dnf >= %{dnf_lowest_compatible}
|
BuildRequires: python2-dnf >= %{dnf_lowest_compatible}
|
||||||
BuildRequires: python2-dnf < %{dnf_not_compatible}
|
BuildRequires: python2-dnf < %{dnf_not_compatible}
|
||||||
%if 0%{?fedora} >= 23
|
|
||||||
BuildRequires: python-kickstart
|
|
||||||
%else
|
|
||||||
BuildRequires: pykickstart
|
|
||||||
%endif
|
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
Requires: python2-dnf >= %{dnf_lowest_compatible}
|
Requires: python2-dnf >= %{dnf_lowest_compatible}
|
||||||
Requires: python2-dnf < %{dnf_not_compatible}
|
Requires: python2-dnf < %{dnf_not_compatible}
|
||||||
Requires: python-hawkey >= hawkey_version
|
Requires: python-hawkey >= hawkey_version
|
||||||
%if 0%{?fedora} >= 23
|
|
||||||
Requires: python-kickstart
|
|
||||||
%else
|
|
||||||
Requires: pykickstart
|
|
||||||
%endif
|
|
||||||
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,
|
||||||
debuginfo-install, download, kickstart, needs-restarting, repoquery and
|
config-manager, debuginfo-install, download, needs-restarting, repoquery and
|
||||||
reposync commands. Additionally provides generate_completion_cache, noroot and
|
reposync commands. Additionally provides generate_completion_cache, noroot and
|
||||||
protected_packages passive plugins.
|
protected_packages passive plugins.
|
||||||
|
|
||||||
@ -130,8 +119,25 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
|||||||
%{python3_sitelib}/dnfpluginscore/
|
%{python3_sitelib}/dnfpluginscore/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 1 2015 Michal Luscon <mluscon@redhat.com> 0.1.12-3
|
* Wed Oct 14 2015 Jan Silhan <jsilhan@redhat.com> 0.1.13-1
|
||||||
- bump version to preserve upgrade path
|
- updated: release notes for 0.1.13 (Jan Silhan)
|
||||||
|
- Remove kickstart plugin from core plugins (Neal Gompa
|
||||||
|
(ニール・ゴンパ))
|
||||||
|
- read file as utf-8 in Py3 (RhBug:1267808) (Miroslav Suchý)
|
||||||
|
- playground: check if repo actually exists for our version of OS (Miroslav
|
||||||
|
Suchý)
|
||||||
|
- add Catalan (Robert Antoni Buj Gelonch)
|
||||||
|
- repoquery: Fix UnicodeEncodeError with --info (RhBug:1264125) (Jaroslav
|
||||||
|
Mracek)
|
||||||
|
- lookup builddeps in source package for given package name (RhBug:1265622)
|
||||||
|
(Michael Mraka)
|
||||||
|
- functions moved to library (Michael Mraka)
|
||||||
|
- functions to return name of source and debuginfo package (Michael Mraka)
|
||||||
|
- try <name>-debuginfo first then <srcname>-debuginfo (RhBug:1159614) (Michael
|
||||||
|
Mraka)
|
||||||
|
- Automatic commit of package [dnf-plugins-core] release [0.1.12-2]. (Michal
|
||||||
|
Luscon)
|
||||||
|
- doc: release notes 0.1.12 (Michal Luscon)
|
||||||
|
|
||||||
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 0.1.12-2
|
* Tue Sep 22 2015 Michal Luscon <mluscon@redhat.com> 0.1.12-2
|
||||||
- add python2-dnf requirements
|
- add python2-dnf requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user