Author: glen Date: Sat Dec 31 16:19:14 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix pam install (it needs /etc/pam.d to install file)
---- Files affected: SPECS: cherokee.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/cherokee.spec diff -u SPECS/cherokee.spec:1.9 SPECS/cherokee.spec:1.10 --- SPECS/cherokee.spec:1.9 Sat Dec 31 17:18:34 2005 +++ SPECS/cherokee.spec Sat Dec 31 17:19:09 2005 @@ -12,7 +12,7 @@ Summary(pl): Cherokee - serwer WWW Name: cherokee Version: 0.4.29 -Release: 0.12 +Release: 0.13 License: GPL v2 Group: Networking/Daemons Source0: http://www.0x50.org/download/0.4/0.4.29/%{name}-%{version}.tar.gz @@ -114,7 +114,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/etc/{sysconfig,rc.d/init.d},/var/log/%{name}} +install -d $RPM_BUILD_ROOT{/etc/{pam.d,sysconfig,rc.d/init.d},/var/log/%{name}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -180,6 +180,7 @@ %config(missingok) %{_sysconfdir}/sites-enabled/default %dir %attr(750,root,root) %{_sysconfdir}/ssl +%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/cherokee %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/cherokee %attr(754,root,root) /etc/rc.d/init.d/cherokee @@ -246,6 +247,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2005/12/31 16:19:09 glen +- fix pam install (it needs /etc/pam.d to install file) + Revision 1.9 2005/12/31 16:18:34 glen - secure config dirs, add logdir ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cherokee.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
