SPECS: SysVinit.spec - add ENOIOCTLCMD fix from altlinux - `/sbin/...
glen
glen at pld-linux.org
Tue Nov 13 11:19:22 CET 2007
Author: glen Date: Tue Nov 13 10:19:22 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add ENOIOCTLCMD fix from altlinux
- `/sbin/telinit u` after glibc upgrade in this spec, not glibc
---- Files affected:
SPECS:
SysVinit.spec (1.135 -> 1.136)
---- Diffs:
================================================================
Index: SPECS/SysVinit.spec
diff -u SPECS/SysVinit.spec:1.135 SPECS/SysVinit.spec:1.136
--- SPECS/SysVinit.spec:1.135 Wed Aug 22 17:06:32 2007
+++ SPECS/SysVinit.spec Tue Nov 13 11:19:17 2007
@@ -15,7 +15,7 @@
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
@@ -36,6 +36,7 @@
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
@@ -124,6 +125,7 @@
%{?with_selinux:%patch10 -p1}
%patch11 -p1
%patch12 -p1
+%patch13 -p1
%build
%{__make} -C src \
@@ -179,7 +181,9 @@
chmod 640 /var/log/faillog
chmod 660 /var/log/lastlog
chmod 640 /var/log/btmpx
+%{_sbindir}/telinit u || :
+%triggerpostun -- glibc
%{_sbindir}/telinit u || :
%postun
@@ -232,6 +236,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.136 2007-11-13 10:19:17 glen
+- add ENOIOCTLCMD fix from altlinux
+- `/sbin/telinit u` after glibc upgrade in this spec, not glibc
+
Revision 1.135 2007-08-22 15:06:32 baggins
- release 10
- shamelessly ripped lastlog program from shadow and added it here
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/SysVinit.spec?r1=1.135&r2=1.136&f=u
More information about the pld-cvs-commit
mailing list