diff --git a/jetty.spec b/jetty.spec index 394264d..9dfabbb 100644 --- a/jetty.spec +++ b/jetty.spec @@ -56,7 +56,7 @@ Name: jetty Version: 5.1.14 -Release: 1.10%{?dist} +Release: 3%{?dist} Summary: The Jetty Webserver and Servlet Container Group: Applications/Internet @@ -541,6 +541,7 @@ fi %config(noreplace) %{confdir} %dir %{jettylibdir} %dir %{jettycachedir} +%dir %{libdir} %{libdir}/org.mortbay.jetty.jar %{libdir}/org.mortbay.jmx.jar %dir %{homedir} @@ -606,13 +607,16 @@ fi %endif %changelog +* Fri Apr 22 2009 Jeff Johnston 5.1.14-3 +- Add %%{libdir} to files list. +- Resolves #473585 + * Wed Feb 11 2009 Jeff Johnston 5.1.14-1.10 - Rename jettyc back to .jettyrc. - Resolves #485012 * Tue Feb 03 2009 Jeff Johnston 5.1.14-1.9 - Change %%{_sysconfdir}/init.d references to be %%{_initrddir} -- Resolves #473585 * Mon Feb 02 2009 Jeff Johnston 5.1.14-1.8 - Fixes for unowned directories.