diff --git a/.gitignore b/.gitignore index ffaf1ce..108f0b7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /dnf-plugins-core-d8e8044.tar.xz /dnf-plugins-core-c8940d0.tar.xz /dnf-plugins-core-351e094.tar.xz +/dnf-plugins-core-f0f0cef.tar.xz diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 1105b1f..93fd123 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -1,9 +1,9 @@ -%{!?gitrev: %global gitrev 351e094} +%{!?gitrev: %global gitrev f0f0cef} %{?!dnf_version: %global dnf_version 0.6.4-2} Name: dnf-plugins-core Version: 0.1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -109,6 +109,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %changelog +* Fri Mar 6 2015 Jan Silhan - 0.1.5-3 +- fixed python(3)-dnf dependency in f23 + * Mon Feb 23 2015 Jan Silhan - 0.1.5-2 - Split into python/python3 subpackages diff --git a/sources b/sources index 4e7f7e7..ac9580f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0259d83520542c14ef2eb9476c740421 dnf-plugins-core-351e094.tar.xz +460b37336346dc5d1e7ff6a7528d0f6c dnf-plugins-core-f0f0cef.tar.xz