diff --git a/jetty.spec b/jetty.spec index 43b1abf..9060b71 100644 --- a/jetty.spec +++ b/jetty.spec @@ -56,7 +56,7 @@ Name: jetty Version: 5.1.14 -Release: 2.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,6 +607,10 @@ fi %endif %changelog +* Fri Apr 03 2009 Jeff Johnston 5.1.14-3 +- Add %%{libdir} to files list. +- Resolves #473585 + * Wed Feb 25 2009 Fedora Release Engineering - 5.1.14-2.10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -615,7 +620,6 @@ fi * 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.