Hello community,

here is the log from the commit of package cachefilesd for openSUSE:Factory 
checked in at 2013-03-21 22:02:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cachefilesd (Old)
 and      /work/SRC/openSUSE:Factory/.cachefilesd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cachefilesd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cachefilesd/cachefilesd.changes  2013-03-05 
10:03:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cachefilesd.new/cachefilesd.changes     
2013-03-21 22:02:03.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 14 21:45:22 UTC 2013 - [email protected]
+
+- Use real systemd service file instead of sysvinit converted file
+
+-------------------------------------------------------------------

Old:
----
  cachefilesd.init

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cachefilesd.spec ++++++
--- /var/tmp/diff_new_pack.G899Te/_old  2013-03-21 22:02:04.000000000 +0100
+++ /var/tmp/diff_new_pack.G899Te/_new  2013-03-21 22:02:04.000000000 +0100
@@ -15,16 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           cachefilesd
-PreReq:         %insserv_prereq
 Summary:        CacheFiles userspace management daemon
 License:        GPL-2.0+
 Group:          System/Daemons
 Version:        0.10.5
 Release:        0
 Source:         %{name}-%{version}.tar.xz
-Source1:        cachefilesd.init
 Patch0:         cachefilesd-autotools.patch
 Patch1:         cachefilesd-config.patch
 Patch2:         cachefilesd-loadmod.patch
@@ -55,23 +52,18 @@
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT/var/cache/fscache
-install -D -c -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/etc/init.d/cachefilesd
-ln -s ../../etc/init.d/cachefilesd $RPM_BUILD_ROOT/usr/sbin/rccachefilesd
+install -m 644 cachefilesd.service %{buildroot}%{_unitdir}/cachefilesd.service
 
 %pre
 %service_add_pre %{name}.service
 
 %preun
-%stop_on_removal cachefilesd
 %service_del_preun %{name}.service
 
 %post
-%fillup_and_insserv cachefilesd
 %service_add_post %{name}.service
 
 %postun
-%restart_on_update cachefilesd
-%insserv_cleanup
 %service_del_postun %{name}.service
 
 %files
@@ -79,8 +71,6 @@
 %doc README *.txt
 %{_mandir}/man?/*
 %{_sbindir}/cachefilesd
-%config /etc/init.d/cachefilesd
-/usr/sbin/rccachefilesd
 %config(noreplace) /etc/cachefilesd.conf
 %dir /var/cache/fscache
 %{_unitdir}/%{name}.service

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to