Author: glen                         Date: Fri Mar  9 11:04:26 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel 2 (cracklib)

---- Files affected:
SPECS:
   netatalk.spec (1.58.2.1 -> 1.58.2.2) 

---- Diffs:

================================================================
Index: SPECS/netatalk.spec
diff -u SPECS/netatalk.spec:1.58.2.1 SPECS/netatalk.spec:1.58.2.2
--- SPECS/netatalk.spec:1.58.2.1        Mon Jul 25 03:35:17 2005
+++ SPECS/netatalk.spec Fri Mar  9 12:04:20 2007
@@ -5,7 +5,7 @@
 Summary(zh_CN):        Appletalk şÍ Appleshare/IP ˇţÎńš¤žß
 Name:          netatalk
 Version:       2.0.3
-Release:       1
+Release:       2
 Epoch:         2
 License:       BSD
 Group:         Daemons
@@ -25,8 +25,8 @@
 BuildRequires: libtool
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
-Requires(post,preun):  /sbin/chkconfig
 Requires(post):        /sbin/ldconfig
+Requires(post,preun):  /sbin/chkconfig
 Requires:      pam >= 0.77.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -82,12 +82,12 @@
        --with-msg-dir=%{_sysconfdir}/atalk/msg \
        --enable-lastdid \
        --enable-timelord \
-        --with-cracklib=%{_datadir}/dict/cracklib_dict \
-        --with-pam \
-        --with-shadow \
-        --with-tcp-wrappers \
-        --with-ssl \
-        --enable-pgp-uam
+               --with-cracklib=%{_datadir}/dict/cracklib_dict \
+               --with-pam \
+               --with-shadow \
+               --with-tcp-wrappers \
+               --with-ssl \
+               --enable-pgp-uam
 
 %{__make}
 
@@ -137,16 +137,16 @@
 %doc ICDu* NEWS README TODO VERSION services.atalk doc
 %dir %{_sysconfdir}/atalk
 %dir %{_sysconfdir}/atalk/msg
-%config(noreplace) %verify(not size mtime md5) 
%{_sysconfdir}/atalk/AppleVolumes.default
-%config(noreplace) %verify(not size mtime md5) 
%{_sysconfdir}/atalk/AppleVolumes.system
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) 
/etc/sysconfig/netatalk
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/atalk/afpd.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/atalk/atalkd.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/atalk/papd.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/atalk/AppleVolumes.default
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/atalk/AppleVolumes.system
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/netatalk
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/atalk/afpd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/atalk/atalkd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/atalk/papd.conf
 
 %attr(755,root,root) %config %{_initrddir}/atalk
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) 
/etc/pam.d/netatalk
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) 
/etc/security/blacklist.netatalk
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/pam.d/netatalk
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/security/blacklist.netatalk
 
 %attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_bindir}/[!n]*
@@ -158,7 +158,7 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/netatalk-config
-%attr(644,root,root) %{_libdir}/libatalk.a
+%{_libdir}/libatalk.a
 %{_libdir}/libatalk.la
 %{_libdir}/atalk/*.a
 %{_libdir}/atalk/*.la
@@ -172,6 +172,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58.2.2  2007/03/09 11:04:20  glen
+- rel 2 (cracklib)
+
 Revision 1.58.2.1  2005/07/25 01:35:17  undefine
 - on ac there is no db4.3
 
@@ -371,45 +374,3 @@
 
 Revision 1.1  2000/10/16 20:27:37  kloczek
 - spec prepared by [EMAIL PROTECTED]
-
-Revision 1.00  2000/08/17 12:58:30  [EMAIL PROTECTED]
--adaptarised to PLD spec
--remove Rewhide pam and added PLD
--adaprarised netatalk.init
-
-
-* Thu Jul 06 2000 Tim Powers <[EMAIL PROTECTED]>
-- fixed broken PreReq, now PreReq's /etc/init.d
-
-* Tue Jun 27 2000 Than Ngo <[EMAIL PROTECTED]>
-- remove prereq initscripts, add requires initscripts
-- clean up specfile
-
-* Mon Jun 26 2000 Than Ngo <[EMAIL PROTECTED]>
-- /etc/rc.d/init.d -> /etc/init.d
-- add condrestart directive
-- fix post/preun/postun scripts
-- prereq initscripts >= 5.20
-
-* Tue Jun 20 2000 Tim Powers <[EMAIL PROTECTED]>
-- fixed bug 11420 concerning the building with -O2.
-
-* Thu Jun 8 2000 Tim Powers <[EMAIL PROTECTED]>
-- fix bug #11978
-- fix man page locations to be FHS compliant
-
-* Thu Jun  1 2000 Nalin Dahyabhai <[EMAIL PROTECTED]>
-- modify PAM setup to use system-auth
-
-* Thu Dec 16 1999 Tim Powers <[EMAIL PROTECTED]>
-- renewed source so it is pristine, delete the problematic files in spec file
-       instead
-- general spec file cleanups, create buildroot and dirs in the %install
-       section
-- strip binaries
-- gzip man pages
-- fixed netatalk-asun.librpcsvc.patch, -lnss_nis too
-- changed group
-- added %defattr to %files section
-
-Based on spec by iNOUE Koich! <[EMAIL PROTECTED]>.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/netatalk.spec?r1=1.58.2.1&r2=1.58.2.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to