rpms/tor/F-13 tor.spec,1.51,1.52

ensc ensc at fedoraproject.org
Tue Jun 1 17:17:11 UTC 2010


Author: ensc

Update of /cvs/extras/rpms/tor/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28108

Modified Files:
	tor.spec 
Log Message:
- removed workaround to install lsb initscript because parts of the
  underlying problem have been fixed in redhat-lsb and the remaining
  ones were solved by previous commit



Index: tor.spec
===================================================================
RCS file: /cvs/extras/rpms/tor/F-13/tor.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- tor.spec	1 Jun 2010 17:08:09 -0000	1.51
+++ tor.spec	1 Jun 2010 17:17:11 -0000	1.52
@@ -148,14 +148,7 @@ install -pD -m 0644 %SOURCE20 $RPM_BUILD
 
 
 %post lsb
-/usr/lib/lsb/install_initd %_initrddir/tor || {
-	cat <<EOF >&2
-oouch... redhat-lsb is still broken. See the report
-https://bugzilla.redhat.com/show_bug.cgi?id=522053
-for details.
-EOF
-	/sbin/chkconfig --add tor
-}
+/usr/lib/lsb/install_initd %_initrddir/tor
 
 %preun lsb
 test "$1" != 0 || %_initrddir/tor stop &>/dev/null || :
@@ -226,6 +219,9 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Jun  1 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.1.26-1300
 - updated to 0.2.1.26
+- removed workaround to install lsb initscript because parts of the
+  underlying problem have been fixed in redhat-lsb and the remaining
+  ones were solved by previous commit
 
 * Tue Jun  1 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.1.25-1301
 - removed $local_fs dependency in -lsb initscript to workaround buggy



More information about the scm-commits mailing list