From ffd7eaecc431bfbf093f7c421a9265856bf22e70 Mon Sep 17 00:00:00 2001 From: Jan Silhan Date: Wed, 14 Oct 2015 16:42:33 +0200 Subject: [PATCH] Update dnf-plugins-core to 0.1.13-1 --- .gitignore | 1 + dnf-plugins-core.spec | 38 ++++++++++++++++++++++---------------- sources | 2 +- 3 files changed, 24 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 1243b0f..0d4685b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /dnf-plugins-core-0.1.10.tar.gz /dnf-plugins-core-0.1.11.tar.gz /dnf-plugins-core-0.1.12.tar.gz +/dnf-plugins-core-0.1.13.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index bd049fc..6ff1882 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -3,8 +3,8 @@ %global hawkey_version 0.6.1 Name: dnf-plugins-core -Version: 0.1.12 -Release: 3%{?snapshot}%{?dist} +Version: 0.1.13 +Release: 1%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -20,7 +20,6 @@ Conflicts: python-dnf-plugins-core <= 0.1.6-2 %else Requires: python-dnf-plugins-core = %{version}-%{release} Conflicts: python3-dnf-plugins-core <= 0.1.6-2 -Provides: dnf-command(kickstart) %endif Provides: dnf-command(builddep) Provides: dnf-command(config-manager) @@ -40,26 +39,16 @@ Summary: Core Plugins for DNF Group: System Environment/Base BuildRequires: python2-dnf >= %{dnf_lowest_compatible} BuildRequires: python2-dnf < %{dnf_not_compatible} -%if 0%{?fedora} >= 23 -BuildRequires: python-kickstart -%else -BuildRequires: pykickstart -%endif BuildRequires: python-nose BuildRequires: python-sphinx BuildRequires: python2-devel Requires: python2-dnf >= %{dnf_lowest_compatible} Requires: python2-dnf < %{dnf_not_compatible} Requires: python-hawkey >= hawkey_version -%if 0%{?fedora} >= 23 -Requires: python-kickstart -%else -Requires: pykickstart -%endif 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 +config-manager, debuginfo-install, download, needs-restarting, repoquery and reposync commands. Additionally provides generate_completion_cache, noroot and protected_packages passive plugins. @@ -130,8 +119,25 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog -* Tue Oct 1 2015 Michal Luscon 0.1.12-3 -- bump version to preserve upgrade path +* Wed Oct 14 2015 Jan Silhan 0.1.13-1 +- 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 -debuginfo first then -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 0.1.12-2 - add python2-dnf requirements diff --git a/sources b/sources index a3bfae7..63aea85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5769ca284bcc23c84b87215f09b33daf dnf-plugins-core-0.1.12.tar.gz +7233d1e132ad4de6d8d4645da928d6e3 dnf-plugins-core-0.1.13.tar.gz