rpms/jetty/devel jetty.spec,1.2,1.3

Jeff Johnston (jjohnstn) fedora-extras-commits at redhat.com
Fri Aug 31 21:42:59 UTC 2007


Author: jjohnstn

Update of /cvs/pkgs/rpms/jetty/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30275

Modified Files:
	jetty.spec 
Log Message:
* Fri Aug 31 2007 Jeff Johnston <jjohnstn at redhat.com> 5.1.12-1jpp.7
- Resolves #262221
- Use /bin/sh instead of /sbin/nologin so init will work


Index: jetty.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jetty/devel/jetty.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jetty.spec	30 Aug 2007 19:06:45 -0000	1.2
+++ jetty.spec	31 Aug 2007 21:42:26 -0000	1.3
@@ -54,7 +54,7 @@
 
 Name:           jetty
 Version:        5.1.12
-Release:        1jpp.6%{?dist}
+Release:        1jpp.7%{?dist}
 Summary:        The Jetty Webserver and Servlet Container
 
 Group:          Applications/Internet
@@ -488,7 +488,8 @@
 %pre
 # Add the "jetty" user and group
 %__fe_groupadd %jtuid -r %username &>/dev/null || :
-%__fe_useradd  %jtuid -r -s /sbin/nologin -d %homedir -M          \
+# Use /bin/sh so init script will start properly.
+%__fe_useradd  %jtuid -r -s /bin/sh -d %homedir -M          \
                     -g %username %username &>/dev/null || :
 
 %post
@@ -595,6 +596,10 @@
 %endif
 
 %changelog
+* Fri Aug 31 2007 Jeff Johnston <jjohnstn at redhat.com> 5.1.12-1jpp.7
+- Resolves #262221
+- Use /bin/sh instead of /sbin/nologin so init will work
+
 * Thu Aug 30 2007 Jeff Johnston <jjohnstn at redhat.com> 5.1.12-1jpp.6
 - Rename all source files from jetty5 to jetty
 - Replace jetty5 references with jetty in source files




More information about the fedora-extras-commits mailing list