SPECS: initng.spec - update post install help text

glen glen at pld-linux.org
Fri Jan 20 13:53:23 CET 2006


Author: glen                         Date: Fri Jan 20 12:53:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update post install help text

---- Files affected:
SPECS:
   initng.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/initng.spec
diff -u SPECS/initng.spec:1.55 SPECS/initng.spec:1.56
--- SPECS/initng.spec:1.55	Wed Jan 18 23:46:06 2006
+++ SPECS/initng.spec	Fri Jan 20 13:53:18 2006
@@ -9,7 +9,7 @@
 Name:		initng
 Version:	0.5.2
 #define	_snap 20051022
-%define	_rel 0.3
+%define	_rel 0.4
 Release:	%{?_snap:0.%{_snap}.}%{_rel}
 License:	GPL v2
 Group:		Base
@@ -24,6 +24,7 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	libtool
+BuildRequires:	rpmbuild(macros) >= 1.194
 BuildRequires:	sed >= 4.0
 %if %{with gui}
 BuildRequires:	python-PyKDE
@@ -60,8 +61,8 @@
 Summary(pl):	Graficzny interfejs do InitNG
 Group:		X11/Applications
 Requires:	python
-Requires:	python-PyQt
 Requires:	python-PyKDE
+Requires:	python-PyQt
 
 %description gui
 InitNG Runlevel Editor with DCOP support.
@@ -74,8 +75,8 @@
 Summary:	initng experimental patches and fixes
 Summary(pl):	Eksperymentalne łaty i poprawki do initng
 Group:		Base
-Requires:	protection(you'll_need_to_use_--force_option_to_install_this_package)
 Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	protection(you'll_need_to_use_--force_option_to_install_this_package)
 
 %description fixes
 Contains fixes directory from initng distribution, which appear to
@@ -91,8 +92,8 @@
 Summary:	Bundled initscripts
 Summary(pl):	Dołączone skrypty inicjalizujące
 Group:		Base
-Requires:	protection(you'll_need_to_use_--force_option_to_install_this_package)
 Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	protection(you'll_need_to_use_--force_option_to_install_this_package)
 
 %description initscripts
 This package contains the bundled iniscripts. These are very
@@ -166,8 +167,14 @@
 %post
 /sbin/ldconfig
 if [ "$1" = 1 ]; then
-	echo >&2 "Remember to add init=%{_sbindir}/initng in your grub or lilo config to use initng"
-	echo >&2 "Happy testing."
+	%banner -e %{name} <<-EOF
+Remember to add init=%{_sbindir}/initng in your grub or lilo config to use initng.
+
+You should install 'initng-pld' for PLD Linux rc-scripts based scripts,
+or 'initng-initscripts' for the original distributed scripts.
+
+Happy testing.
+EOF
 fi
 
 /sbin/ngc -c > /dev/null || :
@@ -258,6 +265,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2006/01/20 12:53:18  glen
+- update post install help text
+
 Revision 1.55  2006/01/18 22:46:06  glen
 - add -no-spying.patch patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/initng.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list