]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc.spec
- fixed broken %post nscd script
[packages/glibc.git] / glibc.spec
index 07b63221a336e9a784f430fa50a0151ce4f3112d..e6f3d8251c8846965f0a45caa5f4381ddc3b5be5 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    GNU libc
 Summary(tr):   GNU libc
 name:          glibc
 Version:       2.1.1
-Release:       5
+Release:       6
 Copyright:     LGPL
 Group:         Libraries
 Group(pl):     Biblioteki
@@ -22,6 +22,7 @@ Patch1:               glibc-paths.patch
 Patch2:                glibc-versions.awk_fix.patch
 Patch3:                glibc-pld.patch
 Patch4:                glibc-getaddrinfo.patch
+Patch5:                glibc-gcc-2.95.patch
 URL:           http://www.gnu.org/software/libc/
 BuildRequires: perl
 Provides:      ld.so.2
@@ -170,6 +171,7 @@ GNU libc-2.1 Static libraries
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %configure \
@@ -253,7 +255,7 @@ fi
 
 %post -n nscd
 /sbin/chkconfig --add nscd
-touch /var/log/nscd && chmod 640 root.root /var/log/nscd
+touch /var/log/nscd && (chown root.root /var/log/nscd ; chmod 640 /var/log/nscd)
 if [ -f /var/lock/subsys/nscd ]; then
        /etc/rc.d/init.d/nscd restart 1>&2
 else
This page took 0.030288 seconds and 4 git commands to generate.