Author: baggins Date: Mon Jan 30 20:16:01 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - added tmpfiles config for systemd
---- Files affected: packages/Zope: Zope.spec (1.109 -> 1.110) ---- Diffs: ================================================================ Index: packages/Zope/Zope.spec diff -u packages/Zope/Zope.spec:1.109 packages/Zope/Zope.spec:1.110 --- packages/Zope/Zope.spec:1.109 Mon Jun 6 19:43:36 2011 +++ packages/Zope/Zope.spec Mon Jan 30 21:15:55 2012 @@ -15,7 +15,7 @@ Name: Zope Version: 2.11.8 # %%define sub_ver b2 -Release: 1 +Release: 2 License: Zope Public License (ZPL) Group: Networking/Daemons Source0: http://www.zope.org/Products/Zope/%{version}/%{name}-%{version}-final.tgz @@ -30,6 +30,7 @@ Source8: %{name}-installzopeproduct Source9: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz # Source9-md5: 6dec58130117fd860adc7fd58f8062e7 +Source10: %{name}.tmpfiles Patch0: %{name}-default_config.patch Patch1: %{name}-instance_paths.patch Patch2: %{name}-pld_makefile_fix.patch @@ -122,7 +123,8 @@ install -d $RPM_BUILD_ROOT{/var/lib/zope/main,/var/run/zope,/var/log/zope/main} \ $RPM_BUILD_ROOT{/etc/logrotate.d,/etc/sysconfig,/etc/rc.d/init.d} \ $RPM_BUILD_ROOT{%{_sysconfdir}/zope/main,%{_sbindir}} \ - $RPM_BUILD_ROOT%{zope_dir}/bin + $RPM_BUILD_ROOT%{zope_dir}/bin \ + $RPM_BUILD_ROOT/usr/lib/tmpfiles.d ln -sfn %{__python} $RPM_BUILD_ROOT%{zope_dir}/bin/python @@ -144,6 +146,7 @@ install %{SOURCE6} $RPM_BUILD_ROOT%{_sbindir}/runzope install %{SOURCE7} $RPM_BUILD_ROOT%{_sbindir}/zopectl install %{SOURCE8} $RPM_BUILD_ROOT%{_sbindir}/installzopeproduct +install %{SOURCE10} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf touch $RPM_BUILD_ROOT/var/log/zope/main/event.log touch $RPM_BUILD_ROOT/var/log/zope/main/Z2.log @@ -210,6 +213,7 @@ %attr(754,root,root) /etc/rc.d/init.d/zope %attr(755,root,root) %{_sbindir}/* %{zope_dir} +/usr/lib/tmpfiles.d/%{name}.conf %attr(775,zope,zope) %dir /var/run/zope %attr(775,zope,zope) %dir /var/lib/zope %attr(775,zope,zope) %dir /var/lib/zope/main @@ -230,6 +234,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.110 2012/01/30 20:15:55 baggins +- rel 2 +- added tmpfiles config for systemd + Revision 1.109 2011/06/06 17:43:36 marti - up to 2.11.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Zope/Zope.spec?r1=1.109&r2=1.110&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
