]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- rel 4 auto/th/glibc-2_11-4
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 8 Dec 2009 10:29:39 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed localdb-src post scriptlet, it is perfectly fine for localedb-gen to fail

Changed files:
    glibc.spec -> 1.850

glibc.spec

index ebc1297d036ad881bb1fb515f2aab164d29819c1..20fc9b5f13a305038180e029f56be9addb16479c 100644 (file)
@@ -33,7 +33,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       2.11
-Release:       3
+Release:       4
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -1169,7 +1169,8 @@ rm -rf $RPM_BUILD_ROOT
 %post  memusage -p /sbin/ldconfig
 %postun        memusage -p /sbin/ldconfig
 
-%post -n localedb-src -p /usr/bin/localedb-gen
+%post -n localedb-src
+/usr/bin/localedb-gen || :
 
 %post devel    -p      /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
This page took 0.073206 seconds and 4 git commands to generate.