summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 632a7b0)
raw | patch | inline | side by side (parent: 632a7b0)
author | scheiter <scheiter@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 29 Dec 2006 06:10:03 +0000 (06:10 +0000) | ||
committer | scheiter <scheiter@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 29 Dec 2006 06:10:03 +0000 (06:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5464 594d385d-05f5-0310-b6e9-bd551577e9d8
contrib/gosa.spec | patch | blob | history |
diff --git a/contrib/gosa.spec b/contrib/gosa.spec
index af9e48a4727f43c7f0a0d866157d168e43066109..cf8208b0ed8474517318edb2f670fc71a662e962 100644 (file)
--- a/contrib/gosa.spec
+++ b/contrib/gosa.spec
#
Summary: Web Based LDAP Administration Program
Name: gosa
-Version: 2.5.4
+Version: 2.5.7
Release: 1
License: GPL
Source: ftp://oss.GONICUS.de/pub/gosa/%{sourcename}.tar.bz2
Group: System/Administration
Summary: Schema Definitions for the GOSA package
%if %{suse}
-Requires: openldap2 >= 2.2.6
+Requires: openldap2 >= 2.1.22
%else
Requires: openldap-servers >= 2.2.0
%endif
# Add shells file to /etc/gosa
/bin/cp /etc/shells /etc/gosa
+%pre
+# Cleanup compile dir on updates, always exit cleanly even on errors
+[ -d /var/spool/gosa ] && rm -rf /var/spool/gosa/* ; exit 0
+
+%postun
+# Remove temporary files, just to be sure
+[ -d /var/spool/gosa ] && rm -rf /var/spool/gosa/ ; exit 0
+
%files
%defattr(-,%{apacheuser},%{apachegroup})
%doc %attr(-,root,root) AUTHORS TODO README README.safemode Changelog COPYING INSTALL FAQ
/usr/share/gosa/doc/guide/user/nl
%changelog
+* Wed Dec 20 2006 Lars Scheiter <lars.scheiter@GONICUS.de> 2.5.7
+- New upstream
+- %pre and %postun always end successfully now, even on errors
+
+* Fri Nov 17 2006 Lars Scheiter <lars.scheiter@GONICUS.de> 2.5.6
+- New upstream
+- Cleanup temporary dir after package removal
+- Cleanup temporary dir before update
+
* Thu Sep 28 2006 Lars Scheiter <lars.scheiter@GONICUS.de> 2.5.4
- New upstream version
- Downgraded SuSE dependencies to php4