Author: andree Date: Fri Mar 4 12:49:40 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - updated to 0.55 - trigger for userdb from courier
---- Files affected: SPECS: courier-authlib.spec (1.6.2.8 -> 1.6.2.9) ---- Diffs: ================================================================ Index: SPECS/courier-authlib.spec diff -u SPECS/courier-authlib.spec:1.6.2.8 SPECS/courier-authlib.spec:1.6.2.9 --- SPECS/courier-authlib.spec:1.6.2.8 Tue Mar 1 16:30:19 2005 +++ SPECS/courier-authlib.spec Fri Mar 4 13:49:34 2005 @@ -7,12 +7,12 @@ Summary: Courier authentication library Summary(pl): Biblioteka uwierzytelniania Couriera Name: courier-authlib -Version: 0.51 -Release: 0.2 +Version: 0.55 +Release: 0.1 License: GPL Group: Networking/Daemons -Source0: http://www.courier-mta.org/beta/courier-authlib/%{name}-%{version}.tar.bz2 -# Source0-md5: 89cb2db63b3f6d402e435331e391ef80 +Source0: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2 +# Source0-md5: eb57aefb8460106709d560c40cccaa41 Patch0: %{name}-build.patch URL: http://www.courier-mta.org/ BuildRequires: expect @@ -336,6 +336,16 @@ fi fi +%triggerin -n %{name}-userdb -- courier < 0.48 +if [ -d /etc/courier/userdb ]; then + mv -f /etc/courier/userdb/* /etc/authlib/userdb + makeuserdb +fi +if [ -f /etc/courier/userdb ]; then + mv -f /etc/courier/userdb /etc/authlib/userdb + makeuserdb +fi + %triggerin -n %{name}-userdb -- courier-imap-userdb < 4.0.0 if [ -d /etc/courier-imap/userdb ]; then mv -f /etc/courier-imap/userdb/* /etc/authlib/userdb @@ -431,6 +441,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6.2.9 2005/03/04 12:49:34 andree +- updated to 0.55 +- trigger for userdb from courier + Revision 1.6.2.8 2005/03/01 15:30:19 andree - updated triggers ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/courier-authlib.spec?r1=1.6.2.8&r2=1.6.2.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
