Author: rmeggins
Update of /cvs/dirsec/dsgw In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25465
Modified Files: configure.ac fedora-ds-dsgw.spec aclocal.m4 configure missing install-sh Makefile.in depcomp config.sub config.guess compile Log Message: for the 1.1.2 release
Index: configure.ac =================================================================== RCS file: /cvs/dirsec/dsgw/configure.ac,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- configure.ac 4 Sep 2008 16:09:39 -0000 1.13 +++ configure.ac 31 Mar 2009 19:31:59 -0000 1.14 @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) -AC_INIT([dirsrv-gw], [1.1.1], [http://bugzilla.redhat.com/]) +AC_INIT([dirsrv-gw], [1.1.2], [http://bugzilla.redhat.com/]) AC_CONFIG_SRCDIR([dsgwutil.c]) AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) AM_MAINTAINER_MODE
Index: fedora-ds-dsgw.spec =================================================================== RCS file: /cvs/dirsec/dsgw/fedora-ds-dsgw.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fedora-ds-dsgw.spec 4 Sep 2008 16:09:40 -0000 1.1 +++ fedora-ds-dsgw.spec 31 Mar 2009 19:31:59 -0000 1.2 @@ -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@redhat.com - 1.1.2-1 +- this is the 1.1.2 release + * Thu Sep 4 2008 Rich Megginson rmeggins@redhat.com - 1.1.1-1 - this is the 1.1.1 release
Index: configure =================================================================== RCS file: /cvs/dirsec/dsgw/configure,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- configure 4 Sep 2008 16:09:39 -0000 1.21 +++ configure 31 Mar 2009 19:31:59 -0000 1.22 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for dirsrv-gw 1.1.1. +# Generated by GNU Autoconf 2.59 for dirsrv-gw 1.1.2. # # Report bugs to http://bugzilla.redhat.com/. # @@ -423,8 +423,8 @@ # Identity of this package. PACKAGE_NAME='dirsrv-gw' PACKAGE_TARNAME='dirsrv-gw' -PACKAGE_VERSION='1.1.1' -PACKAGE_STRING='dirsrv-gw 1.1.1' +PACKAGE_VERSION='1.1.2' +PACKAGE_STRING='dirsrv-gw 1.1.2' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/'
ac_unique_file="dsgwutil.c" @@ -955,7 +955,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -`configure' configures dirsrv-gw 1.1.1 to adapt to many kinds of systems. +`configure' configures dirsrv-gw 1.1.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1021,7 +1021,7 @@
if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dirsrv-gw 1.1.1:";; + short | recursive ) echo "Configuration of dirsrv-gw 1.1.2:";; esac cat <<_ACEOF
@@ -1189,7 +1189,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<_ACEOF -dirsrv-gw configure 1.1.1 +dirsrv-gw configure 1.1.2 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. @@ -1203,7 +1203,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
-It was created by dirsrv-gw $as_me 1.1.1, which was +It was created by dirsrv-gw $as_me 1.1.2, which was generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ @@ -1847,7 +1847,7 @@
# Define the identity of the package. PACKAGE='dirsrv-gw' - VERSION='1.1.1' + VERSION='1.1.2'
cat >>confdefs.h <<_ACEOF @@ -23028,7 +23028,7 @@ } >&5 cat >&5 <<_CSEOF
-This file was extended by dirsrv-gw $as_me 1.1.1, which was +This file was extended by dirsrv-gw $as_me 1.1.2, which was generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES @@ -23091,7 +23091,7 @@
cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\ -dirsrv-gw config.status 1.1.1 +dirsrv-gw config.status 1.1.2 configured by $0, generated by GNU Autoconf 2.59, with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
389-commits@lists.fedoraproject.org