rpms/jetty/F-8 jetty.spec,1.3,1.4

Jeff Johnston (jjohnstn) fedora-extras-commits at redhat.com
Tue Nov 20 22:30:33 UTC 2007


Author: jjohnstn

Update of /cvs/pkgs/rpms/jetty/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30986

Modified Files:
	jetty.spec 
Log Message:

* Tue Nov 20 2007 Jeff Johnston <jjohnstn at redhat.com> 5.1.12-1jpp.8
- Resolves #393071
- Rename jettyrc back to .jettyrc as this file is needed when starting
  jetty via /etc/init.d/jetty start





Index: jetty.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jetty/F-8/jetty.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jetty.spec	31 Aug 2007 21:42:26 -0000	1.3
+++ jetty.spec	20 Nov 2007 22:30:00 -0000	1.4
@@ -54,7 +54,7 @@
 
 Name:           jetty
 Version:        5.1.12
-Release:        1jpp.7%{?dist}
+Release:        1jpp.8%{?dist}
 Summary:        The Jetty Webserver and Servlet Container
 
 Group:          Applications/Internet
@@ -387,7 +387,7 @@
 JETTY_RUN=%{_localstatedir}/run/%{name}
 JETTY_PID=\$JETTY_RUN/jetty.pid
 EO_RC
-) > $RPM_BUILD_ROOT%{homedir}/jettyrc
+) > $RPM_BUILD_ROOT%{homedir}/.jettyrc
 
 # extra
 %if %{with_extra}
@@ -538,7 +538,7 @@
 %{homedir}/[^e]*
 %{homedir}/ext
 %{homedir}/etc
-%{homedir}/jettyrc
+%{homedir}/.jettyrc
 %dir %{demodir}
 %attr(755, jetty, jetty) %{logdir}
 %attr(755, jetty, jetty) %{tempdir}
@@ -596,6 +596,12 @@
 %endif
 
 %changelog
+* Tue Nov 20 2007 Jeff Johnston <jjohnstn at redhat.com> 5.1.12-1jpp.8
+- Resolves #393071
+- Rename jettyrc back to .jettyrc as this file is needed when starting
+  jetty via /etc/init.d/jetty start
+
+- Resolves #262221
 * 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




More information about the fedora-extras-commits mailing list