[mod_pubcookie/f13/master] fix ia_64 install path

Gabriel L. Somlo somlo at fedoraproject.org
Wed Oct 6 01:21:43 UTC 2010


commit d9a5b2e95de1ffd6e4958bf6723180e6ab8edda8
Author: Gabriel L. Somlo <somlo at saigon.ini.cmu.edu>
Date:   Tue Oct 5 21:21:50 2010 -0400

    fix ia_64 install path

 mod_pubcookie.spec                                 |   11 +++++++----
 ...ldir.patch => pubcookie-3.3.4a-installdir.patch |    0
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mod_pubcookie.spec b/mod_pubcookie.spec
index cbecf93..bc9d837 100644
--- a/mod_pubcookie.spec
+++ b/mod_pubcookie.spec
@@ -1,6 +1,6 @@
 Name: mod_pubcookie
 Version: 3.3.4a
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A solution for single sign-on authentication to websites
 License: ASL 2.0
 Group: System Environment/Daemons
@@ -12,7 +12,7 @@ Source3: pubcookie_login.conf
 Source4: keyserver.xinetd
 Source5: keyclient.8
 Source6: keyserver.8
-Patch0: pubcookie-3.3.3-installdir.patch
+Patch0: pubcookie-3.3.4a-installdir.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: httpd-devel openssl-devel openldap-devel krb5-devel
 Requires: mod_ssl
@@ -73,7 +73,7 @@ This package contains the login server portion of pubcookie.
 %{_sbindir}/keyclient
 %{_mandir}/man8/keyclient.*
 %{_libdir}/httpd/modules/mod_pubcookie.so
-%dir %{_localstatedir}/%{_lib}/pubcookie
+%dir %{_localstatedir}/lib/pubcookie
 
 %files server
 %defattr(-,root,root,-)
@@ -83,9 +83,12 @@ This package contains the login server portion of pubcookie.
 %{_sbindir}/keyserver
 %{_mandir}/man8/keyserver.*
 %{_datadir}/pubcookie
-%{_localstatedir}/%{_lib}/pubcookie/starter.key
+%{_localstatedir}/lib/pubcookie/starter.key
 
 %changelog
+* Tue Oct 05 2010 Gabriel Somlo <somlo at cmu.edu> 3.3.4a-3
+- fixed ia_64 install path
+
 * Sun Sep 05 2010 Gabriel Somlo <somlo at cmu.edu> 3.3.4a-2
 - fixed build on F13 and later
 - renamed to mod_pubcookie
diff --git a/pubcookie-3.3.3-installdir.patch b/pubcookie-3.3.4a-installdir.patch
similarity index 100%
rename from pubcookie-3.3.3-installdir.patch
rename to pubcookie-3.3.4a-installdir.patch


More information about the scm-commits mailing list