update only .gmo files to avoid multilib conflicts (#1036305)
This commit is contained in:
parent
edb1a12c91
commit
413dd98aaf
@ -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@redhat.com> - 2.9.0-9
|
||||
- update only .gmo files to avoid multilib conflicts (#1036305)
|
||||
|
||||
* Thu Nov 28 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-8
|
||||
- updated translations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user