Author: baggins Date: Fri Jan 20 18:47:15 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - release 2 - don't let getkey hangout entire startup process - don't filter_chroot() in vserver
---- Files affected: SPECS: rc-scripts.spec (1.217 -> 1.218) ---- Diffs: ================================================================ Index: SPECS/rc-scripts.spec diff -u SPECS/rc-scripts.spec:1.217 SPECS/rc-scripts.spec:1.218 --- SPECS/rc-scripts.spec:1.217 Wed Jan 18 09:26:26 2006 +++ SPECS/rc-scripts.spec Fri Jan 20 19:47:09 2006 @@ -11,13 +11,15 @@ Summary(tr): inittab ve /etc/rc.d dosyalarý Name: rc-scripts Version: 0.4.0.25 -Release: 1 +Release: 2 License: GPL Vendor: PLD rc-scripts Team <[EMAIL PROTECTED]> Group: Base Source0: ftp://ftp1.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz # Source0-md5: 7abb2bb88e547e45ff81b6693fd5ef3a Patch0: %{name}-dev_alias.patch +Patch1 %{name}-getkey-timeout.patch +Patch2: %{name}-vserver-is-chroot.patch URL: http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/ BuildRequires: autoconf BuildRequires: automake @@ -96,6 +98,8 @@ %prep %setup -q %{?with_devalias:%patch0 -p0} +%patch1 -p1 +%patch2 -p1 %build %{__aclocal} @@ -306,6 +310,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.218 2006/01/20 18:47:09 baggins +- release 2 +- don't let getkey hangout entire startup process +- don't filter_chroot() in vserver + Revision 1.217 2006/01/18 08:26:26 arekm - up to 0.4.0.25 (con_serial_sparc dropped, see devel ML; typos/chown patches dropped - fixed upstream). ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rc-scripts.spec?r1=1.217&r2=1.218&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
