[cracklib] update only .gmo files to avoid multilib conflicts (#1036305)

Tomáš Mráz tmraz at fedoraproject.org
Mon Dec 2 08:43:24 UTC 2013


commit 413dd98aafcb4eb99fd97c112eee1dc09f87ff09
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Mon Dec 2 09:43:13 2013 +0100

    update only .gmo files to avoid multilib conflicts (#1036305)

 cracklib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cracklib.spec b/cracklib.spec
index 037f940..c801b51 100644
--- a/cracklib.spec
+++ b/cracklib.spec
@@ -5,7 +5,7 @@
 Summary: A password-checking library
 Name: cracklib
 Version: 2.9.0
-Release: 8%{?dist}
+Release: 9%{?dist}
 Group: System Environment/Libraries
 Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
 
@@ -150,7 +150,7 @@ chmod +x util/cracklib-format
 
 %build
 %configure --with-pic --with-python --with-default-dict=%{dictpath} --disable-static
-make -C po update-po
+make -C po update-gmo
 make
 
 %install
@@ -261,6 +261,9 @@ EOF
 %{_libdir}/../lib/python*/site-packages/*.py*
 
 %changelog
+* Mon Dec  2 2013 Tomáš Mráz <tmraz at redhat.com> - 2.9.0-9
+- update only .gmo files to avoid multilib conflicts (#1036305)
+
 * Thu Nov 28 2013 Tomáš Mráz <tmraz at redhat.com> - 2.9.0-8
 - updated translations
 


More information about the scm-commits mailing list