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
|
Summary: A password-checking library
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.9.0
|
Version: 2.9.0
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
||||||
|
|
||||||
@ -150,7 +150,7 @@ chmod +x util/cracklib-format
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-pic --with-python --with-default-dict=%{dictpath} --disable-static
|
%configure --with-pic --with-python --with-default-dict=%{dictpath} --disable-static
|
||||||
make -C po update-po
|
make -C po update-gmo
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -261,6 +261,9 @@ EOF
|
|||||||
%{_libdir}/../lib/python*/site-packages/*.py*
|
%{_libdir}/../lib/python*/site-packages/*.py*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 28 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-8
|
||||||
- updated translations
|
- updated translations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user