]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- add ENOIOCTLCMD fix from altlinux
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Nov 2007 10:19:17 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- `/sbin/telinit u` after glibc upgrade in this spec, not glibc

Changed files:
    SysVinit.spec -> 1.136

SysVinit.spec

index d5329fcd0093bd9f19e7a393e332288b714f4a38..d28c966f8b3733e8bb0496589d25520093036a66 100644 (file)
@@ -14,7 +14,7 @@ Summary(tr.UTF-8):    System V başlatma programı
 Summary(uk.UTF-8):     Програми, що керують базовими системними процесами
 Name:          SysVinit
 Version:       2.86
-Release:       10
+Release:       10.1
 License:       GPL
 Group:         Base
 Source0:       ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-%{version}.tar.gz
@@ -35,6 +35,7 @@ Patch9:               sysvinit-killall5.patch
 Patch10:       sysvinit-selinux.patch
 Patch11:       sysvinit-nopowerstates-single.patch
 Patch12:       sysvinit-lastlog.patch
+Patch13:       sysvinit-alt-fixes.patch
 %if %{with selinux}
 BuildRequires: libselinux-devel >= 1.28
 %endif
@@ -123,6 +124,7 @@ sonlanmalarını sağlar/denetler.
 %{?with_selinux:%patch10 -p1}
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 %{__make} -C src \
@@ -178,7 +180,9 @@ chmod 600 %{_sysconfdir}/ioctl.save
 chmod 640 /var/log/faillog
 chmod 660 /var/log/lastlog
 chmod 640 /var/log/btmpx
+%{_sbindir}/telinit u || :
 
+%triggerpostun -- glibc
 %{_sbindir}/telinit u || :
 
 %postun
This page took 0.124275 seconds and 4 git commands to generate.