rpms/fedora-ds-base/F-8 fedora-ds-base.spec,1.15,1.16

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Apr 1 19:55:40 UTC 2009


Author: rmeggins

Update of /cvs/extras/rpms/fedora-ds-base/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27839/F-8

Modified Files:
	fedora-ds-base.spec 
Log Message:
this is the 1.2.0 release


Index: fedora-ds-base.spec
===================================================================
RCS file: /cvs/extras/rpms/fedora-ds-base/F-8/fedora-ds-base.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- fedora-ds-base.spec	30 Oct 2008 21:53:42 -0000	1.15
+++ fedora-ds-base.spec	1 Apr 2009 19:55:10 -0000	1.16
@@ -4,8 +4,8 @@
 
 Summary:          Fedora Directory Server (base)
 Name:             fedora-ds-base
-Version:          1.1.3
-Release:          4%{?dist}
+Version:          1.1.4
+Release:          1%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://directory.fedoraproject.org/
 Group:            System Environment/Daemons
@@ -114,7 +114,16 @@
 %post
 /sbin/chkconfig --add %{pkgname}
 /sbin/ldconfig
-
+# 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 - we list it as a ghost so that
+# it will be removed when the rpm is removed
+if [ ! -d %{_localstatedir}/run/%{pkgname} ] ; then
+    mkdir -p %{_localstatedir}/run/%{pkgname}
+fi
 
 %preun
 if [ $1 = 0 ]; then
@@ -156,6 +165,9 @@
 %{_libdir}/%{pkgname}/*.so
 
 %changelog
+* Mon Nov  3 2008 Rich Megginson <rmeggins at redhat.com> - 1.1.4-1
+- first cut
+
 * Mon Oct 30 2008 Noriko Hosoi <nhosoi at redhat.com> - 1.1.3-4
 - added db4-utils to Requires for verify-db.pl
 




More information about the scm-commits mailing list