From 1bb92780c6866bc500e732a49097c97c69fd921c Mon Sep 17 00:00:00 2001 From: mluscon Date: Jun 24 2015 11:34:55 +0000 Subject: Update dnf-plugins-core to 0.1.9-1 --- diff --git a/.gitignore b/.gitignore index 92c2352..3db6e5c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index b799288..db665da 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -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 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 - 0.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 3c02ee7..9504e15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6db0647f032cfbb00e6ecadd8fc20efb dnf-plugins-core-0.1.8.tar.gz +98b70908bff31c871cf1abdc3e0b9d2b dnf-plugins-core-0.1.9.tar.gz