]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- restart crond if glibc is upgraded, LP#721338 auto/th/glibc-2_13-3
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 18 Feb 2011 16:03:32 +0000 (16:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.893

glibc.spec

index 120b8cae97d43dd3a080749e1bda0b31e2d6981c..5e865a61fe0e01ba97644d07010de13a2184d6d9 100644 (file)
@@ -34,7 +34,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       2.13
-Release:       2
+Release:       3
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -1194,6 +1194,12 @@ rm -rf $RPM_BUILD_ROOT
 -/bin/sed -i -e '1iinclude ld.so.conf.d/*.conf' /etc/ld.so.conf
 %endif
 
+%triggerin -- cronie,vixie-cron,hc-cron,fcron,mcron
+# restart crond if glibc is upgraded, LP#721338
+if [ "$1" != 1 ]; then
+       %service -q crond restart
+fi
+
 %post  libcrypt -p /sbin/ldconfig
 %postun        libcrypt -p /sbin/ldconfig
 
This page took 0.107665 seconds and 4 git commands to generate.