rpms/fedora-ds-dsgw/F-10 .cvsignore, 1.3, 1.4 fedora-ds-dsgw.spec, 1.2, 1.3 sources, 1.3, 1.4

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Apr 2 14:38:54 UTC 2009


Author: rmeggins

Update of /cvs/extras/rpms/fedora-ds-dsgw/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19924/F-10

Modified Files:
	.cvsignore fedora-ds-dsgw.spec sources 
Log Message:
this is the 1.1.2 release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-dsgw/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	4 Sep 2008 16:15:38 -0000	1.3
+++ .cvsignore	2 Apr 2009 14:38:24 -0000	1.4
@@ -1,2 +1 @@
-fedora-ds-dsgw-1.1.0.tar.bz2
-fedora-ds-dsgw-1.1.1.tar.bz2
+fedora-ds-dsgw-1.1.2.tar.bz2


Index: fedora-ds-dsgw.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-dsgw/F-10/fedora-ds-dsgw.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fedora-ds-dsgw.spec	4 Sep 2008 16:15:38 -0000	1.2
+++ fedora-ds-dsgw.spec	2 Apr 2009 14:38:24 -0000	1.3
@@ -2,7 +2,7 @@
 
 Summary:          Fedora Directory Server Gateway (dsgw)
 Name:             fedora-ds-dsgw
-Version:          1.1.1
+Version:          1.1.2
 Release:          1%{?dist}
 License:          GPLv2
 URL:              http://directory.fedoraproject.org/
@@ -61,12 +61,22 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+# this has been problematic - if this directory
+# does not exist, the server will silently fail to
+# start - however, if the user has already created
+# it, we don't want to overwrite the permissions
+# on it - so we can't list it explicitly in the
+# files section
+if [ ! -d %{_localstatedir}/run/%{pkgname}/dsgw/cookies ] ; then
+    mkdir -p %{_localstatedir}/run/%{pkgname}/dsgw/cookies
+fi
+
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
 %dir %{_sysconfdir}/%{pkgname}/dsgw
 %config(noreplace)%{_sysconfdir}/%{pkgname}/dsgw/*.conf
-%{_localstatedir}/run/%{pkgname}/dsgw
 %{_datadir}/%{pkgname}/dsgw
 %{_datadir}/%{pkgname}/manual/*/dsgw
 %{_datadir}/%{pkgname}/properties/dsgw
@@ -74,6 +84,9 @@
 %{_libdir}/%{pkgname}/dsgw-cgi-bin
 
 %changelog
+* Tue Mar 31 2009 Rich Megginson <rmeggins at redhat.com> - 1.1.2-1
+- this is the 1.1.2 release
+
 * Thu Sep  4 2008 Rich Megginson <rmeggins at redhat.com> - 1.1.1-1
 - this is the 1.1.1 release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-dsgw/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	4 Sep 2008 16:15:38 -0000	1.3
+++ sources	2 Apr 2009 14:38:24 -0000	1.4
@@ -1,2 +1 @@
-b0da249e798b0105012f0deab43f55e3  fedora-ds-dsgw-1.1.0.tar.bz2
-fd86e38de705e75296100d7fe9025970  fedora-ds-dsgw-1.1.1.tar.bz2
+81846aa8ecc334238fde8f9a68bdd7ba  fedora-ds-dsgw-1.1.2.tar.bz2




More information about the fedora-extras-commits mailing list