Hello community,

here is the log from the commit of package cachefilesd for openSUSE:Factory 
checked in at 2015-06-03 08:35:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cachefilesd (Old)
 and      /work/SRC/openSUSE:Factory/.cachefilesd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cachefilesd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cachefilesd/cachefilesd.changes  2014-03-18 
13:41:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cachefilesd.new/cachefilesd.changes     
2015-06-03 08:35:34.000000000 +0200
@@ -1,0 +2,9 @@
+Fri May 29 17:47:17 UTC 2015 - [email protected]
+
+- Use url for source
+- Update dependencies
+  * don't depend on whole systemd
+- Move autoreconf to %prepare section
+- Add rcservice symlink
+
+-------------------------------------------------------------------

Old:
----
  cachefilesd-0.10.5.tar.xz

New:
----
  cachefilesd-0.10.5.tar.bz2

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

Other differences:
------------------
++++++ cachefilesd.spec ++++++
--- /var/tmp/diff_new_pack.qd0UCB/_old  2015-06-03 08:35:35.000000000 +0200
+++ /var/tmp/diff_new_pack.qd0UCB/_new  2015-06-03 08:35:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cachefilesd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,24 @@
 
 
 Name:           cachefilesd
+Version:        0.10.5
+Release:        0
 Summary:        CacheFiles userspace management daemon
 License:        GPL-2.0+
 Group:          System/Daemons
-Version:        0.10.5
-Release:        0
-Source:         %{name}-%{version}.tar.xz
+Url:            http://people.redhat.com/~dhowells/fscache/
+Source:         
http://people.redhat.com/~dhowells/fscache/%{name}-%{version}.tar.bz2
 Patch0:         cachefilesd-autotools.patch
 Patch1:         cachefilesd-config.patch
 Patch2:         cachefilesd-loadmod.patch
 Patch3:         cachefilesd-monitoring-howto-update.patch
 Patch4:         fix-cpu-spin.patch
-Url:            http://people.redhat.com/~dhowells/fscache/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libkmod-devel
-BuildRequires:  pkgconfig
-BuildRequires:  systemd
+BuildRequires:  pkg-config
+BuildRequires:  systemd-rpm-macros
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -47,15 +48,18 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
-%build
 autoreconf -fiv
-%configure --with-systemdsystemunitdir=%{_unitdir}
-make %{?smp_mflags}
+
+%build
+%configure \
+    --with-systemdsystemunitdir=%{_unitdir}
+make %{?_smp_mflags} %{?smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/var/cache/fscache
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+mkdir -p %{buildroot}%{_localstatedir}/cache/fscache
 install -m 644 cachefilesd.service %{buildroot}%{_unitdir}/cachefilesd.service
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
 %pre
 %service_add_pre %{name}.service
@@ -74,8 +78,9 @@
 %doc README *.txt
 %{_mandir}/man?/*
 %{_sbindir}/cachefilesd
-%config(noreplace) /etc/cachefilesd.conf
-%dir /var/cache/fscache
+%{_sbindir}/rc%{name}
+%config(noreplace) %{_sysconfdir}/cachefilesd.conf
+%dir %{_localstatedir}/cache/fscache
 %{_unitdir}/%{name}.service
 
 %changelog

++++++ cachefilesd-0.10.5.tar.xz -> cachefilesd-0.10.5.tar.bz2 ++++++
++++ 3237 lines of diff (skipped)


Reply via email to