rpms/jetty/devel jetty.spec,1.11,1.12

Jeff Johnston jjohnstn at fedoraproject.org
Wed Feb 11 20:47:13 UTC 2009


Author: jjohnstn

Update of /cvs/pkgs/rpms/jetty/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6288

Modified Files:
	jetty.spec 
Log Message:

* Wed Feb 11 2009 Jeff Johnston <jjohnstn at redhat.com> 5.1.14-1.10
- Rename jettyc back to .jettyrc.
- Resolves #485012




Index: jetty.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jetty/devel/jetty.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- jetty.spec	6 Feb 2009 20:15:42 -0000	1.11
+++ jetty.spec	11 Feb 2009 20:46:42 -0000	1.12
@@ -56,7 +56,7 @@
 
 Name:           jetty
 Version:        5.1.14
-Release:        1.9%{?dist}
+Release:        1.10%{?dist}
 Summary:        The Jetty Webserver and Servlet Container
 
 Group:          Applications/Internet
@@ -395,7 +395,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}
@@ -547,7 +547,7 @@
 %{homedir}/[^e]*
 %{homedir}/ext
 %{homedir}/etc
-%{homedir}/jettyrc
+%{homedir}/.jettyrc
 %dir %{demodir}
 %attr(755, jetty, jetty) %{logdir}
 %attr(755, jetty, jetty) %{tempdir}
@@ -606,6 +606,10 @@
 %endif
 
 %changelog
+* Wed Feb 11 2009 Jeff Johnston <jjohnstn at redhat.com> 5.1.14-1.10
+- Rename jettyc back to .jettyrc.
+- Resolves #485012
+
 * Tue Feb 03 2009 Jeff Johnston <jjohnstn at redhat.com> 5.1.14-1.9
 - Change %%{_sysconfdir}/init.d references to be %%{_initrddir}
 - Resolves #473585




More information about the fedora-extras-commits mailing list