[dnf-langpacks] Fix dependency dnf-plugins-core to python-dnf-plugins-core

Parag Nemade pnemade at fedoraproject.org
Sun Mar 8 09:43:21 UTC 2015


commit 66258afade64217c431f09c9464b5e7764f61a99
Author: Parag Nemade <pnemade at redhat.com>
Date:   Sun Mar 8 15:13:14 2015 +0530

    Fix dependency dnf-plugins-core to python-dnf-plugins-core

 dnf-langpacks.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dnf-langpacks.spec b/dnf-langpacks.spec
index 9b21452..06de1f6 100644
--- a/dnf-langpacks.spec
+++ b/dnf-langpacks.spec
@@ -3,7 +3,7 @@
 Summary:       Langpacks plugin for dnf
 Name:          dnf-langpacks
 Version:       0.8.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       GPLv2+
 URL:           https://github.com/pnemade/dnf-langpacks
 Source0:       https://github.com/pnemade/%{name}/archive/%{version}.tar.gz
@@ -11,7 +11,7 @@ BuildArch:     noarch
 BuildRequires: python-setuptools
 BuildRequires: python2-devel
 Requires:      dnf
-Requires:      dnf-plugins-core
+Requires:      python-dnf-plugins-core
 Requires:      langtable-python
 
 %description
@@ -78,6 +78,9 @@ popd
 %endif
 
 %changelog
+* Sun Mar 08 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.8.1-2
+- Fix dependency dnf-plugins-core to python-dnf-plugins-core
+
 * Thu Feb 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.8.1-1
 - update to 0.8.1 release
 


More information about the scm-commits mailing list