]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc.spec
- fixed broken %post nscd script
[packages/glibc.git] / glibc.spec
index 5212d90724e97fa5b11c14771ed8724bc6b8f0a0..e6f3d8251c8846965f0a45caa5f4381ddc3b5be5 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    GNU libc
 Summary(tr):   GNU libc
 name:          glibc
 Version:       2.1.1
-Release:       4
+Release:       6
 Copyright:     LGPL
 Group:         Libraries
 Group(pl):     Biblioteki
@@ -22,8 +22,9 @@ 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/
-BuildPrereq:   perl
+BuildRequires: perl
 Provides:      ld.so.2
 Obsoletes:     %{name}-profile
 Obsoletes:     %{name}-debug
@@ -116,8 +117,8 @@ geli
 %package -n nscd
 Summary:       Name Service Caching Daemon
 Summary(pl):   Name Service Caching Daemon
-Group:         Networnikng/Daemons
-Group:         Sieciowe/Serwery
+Group:         Networking/Daemons
+Group(pl):     Sieciowe/Serwery
 Prereq:                /sbin/chkconfig
 
 %description -n nscd
@@ -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.032325 seconds and 4 git commands to generate.