From 1c45a01d15fd54bc3bda43606fa7b27b88ded146 Mon Sep 17 00:00:00 2001 From: Michal Luscon Date: Wed, 8 Apr 2015 12:07:07 +0200 Subject: [PATCH] Update dnf-plugins-core to 0.1.6-3 --- .gitignore | 1 + dnf-plugins-core.spec | 37 +++++++++++++++++++++++++++++++------ sources | 2 +- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 108f0b7..d60171d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /dnf-plugins-core-c8940d0.tar.xz /dnf-plugins-core-351e094.tar.xz /dnf-plugins-core-f0f0cef.tar.xz +/dnf-plugins-core-0.1.6.tar.gz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index a7c8b4e..3199264 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,15 +1,14 @@ -%{!?gitrev: %global gitrev f0f0cef} -%{?!dnf_version: %global dnf_version 0.6.4-2} +%{?!dnf_version: %global dnf_version 0.6.5} Name: dnf-plugins-core Version: 0.1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ URL: https://github.com/rpm-software-management/dnf-plugins-core # source archive is created by running package/archive from a git checkout -Source0: dnf-plugins-core-%{gitrev}.tar.xz +Source0: dnf-plugins-core-%{version}.tar.gz BuildArch: noarch BuildRequires: cmake BuildRequires: gettext @@ -67,7 +66,7 @@ reposync commands. Additionally provides generate_completion_cache, noroot and protected_packages passive plugins. %prep -%setup -q -n dnf-plugins-core +%setup -q -n dnf-plugins-core-%{version} rm -rf py3 mkdir ../py3 cp -a . ../py3/ @@ -115,6 +114,33 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog +* Wed Apr 08 2015 Michal Luscon 0.1.6-3 +- doc: release notes 0.1.6 (Michal Luscon) +- initialize to use tito (Michal Luscon) +- prepare repo for tito build system (Michal Luscon) +- migrate raw_input() to Python3 (RhBug:1208399) (Miroslav Suchý) +- require dnf 0.6.5+ which contains duplicated/installonly queries (Michael Mraka) +- implemented --duplicated and --installonly (Michael Mraka) +- create --destdir if not exist (Michael Mraka) +- repoquery: Added -s/--source switch, test case and documentation for querying source rpm name (Parag Nemade) +- repoquery: Added documentation and test case for file switch (Parag Nemade) +- spec: ship man pages in dnf-plugins-core metapackage (Jan Silhan) +- debuginfo-install: support cases where src.rpm name != binary package name (Petr Spacek) +- spec: added empty %files directive to generate rpm (Jan Silhan) +- spec: adapt to pykickstart f23 package split (Jan Silhan) +- spec: requires >= dnf version not = (Jan Silhan) +- spec: python3 source code by default in f23+ (RhBug:1194725,1198442) (Jan Silhan) +- use dnfpluginscore.lib.urlopen() (RhBug:1193047) (Miroslav Suchý) +- implemented functionality of yum-config-manager (Michael Mraka) +- repoquery: Added --file switch to show who owns the given file (RhBug:1196952) (Parag Nemade) +- debuginfo-install: accept packages names specified as NEVRA (RhBug:1171046) (Petr Spacek) +- repoquery: accept package names specified as NEVRA (RhBug:1179366) (Petr Spacek) +- download: fix typo in 'No source rpm definded' (Petr Spacek) +- download: accept package names ending with .src too (Petr Spacek) +- download: Do not disable user-enabled repos (thanks Spacekpe) (Jan Silhan) +- Add README to tests/ directory (Petr Spacek) +- AUTHORS: updated (Jan Silhan) +- download: fix package download on Python 3 (Petr Spacek) * Tue Mar 10 2015 Jan Silhan - 0.1.6-2 - man pages moved into dnf-plugins-core subpackage @@ -316,4 +342,3 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ * Fri Dec 20 2013 Aleš Kozumplík - 0.0.1-1 - The initial package version. - diff --git a/sources b/sources index ac9580f..784e20f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -460b37336346dc5d1e7ff6a7528d0f6c dnf-plugins-core-f0f0cef.tar.xz +769a4b0e6deaaedc900525e1c00a458a dnf-plugins-core-0.1.6.tar.gz