Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2014-02-06 06:47:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clamav (Old)
 and      /work/SRC/openSUSE:Factory/.clamav.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clamav"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clamav/clamav.changes    2014-02-01 
08:43:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes       2014-02-06 
06:47:15.000000000 +0100
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Tue Feb  4 14:19:01 UTC 2014 - [email protected]
+
+- Improve handling of /var/run/clamav.
+
+-------------------------------------------------------------------
@@ -18,0 +25 @@
+-------------------------------------------------------------------
@@ -24,0 +32 @@
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clamav.spec ++++++
--- /var/tmp/diff_new_pack.donEAJ/_old  2014-02-06 06:47:16.000000000 +0100
+++ /var/tmp/diff_new_pack.donEAJ/_new  2014-02-06 06:47:16.000000000 +0100
@@ -16,6 +16,8 @@
 #
 
 
+%{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
+
 Name:           clamav
 BuildRequires:  ncurses-devel
 BuildRequires:  sed
@@ -134,8 +136,8 @@
 ln -s /etc/init.d/clamav-milter %buildroot%_sbindir/rcclamav-milter
 install -m755 %SOURCE3 %buildroot%_sbindir/updateclamconf
 install -d -m755 %buildroot/var/{lib,run}/clamav
-install -d -m755 %buildroot/usr/lib/tmpfiles.d
-install -m644 %SOURCE6 %buildroot/usr/lib/tmpfiles.d/clamav.conf
+install -d -m755 %buildroot/%_tmpfilesdir
+install -m644 %SOURCE6 %buildroot%_tmpfilesdir/clamav.conf
 mkdir -p %buildroot/var/spool/amavis
 %if 0%{?suse_version} > 1020
 rm %buildroot/%_libdir/*.la
@@ -161,8 +163,7 @@
 %defattr(-,root,root,-)
 %config(noreplace) %_sysconfdir/*.conf
 %config %attr(744,root,root)/etc/init.d/*
-%dir /usr/lib/tmpfiles.d
-/usr/lib/tmpfiles.d/clamav.conf
+%_tmpfilesdir
 %doc AUTHORS BUGS ChangeLog COPYING FAQ NEWS README UPGRADE
 %doc docs/*.pdf docs/html
 %doc %_mandir/*/*
@@ -174,7 +175,7 @@
 %defattr(-,vscan,vscan)
 %dir %attr(750,vscan,vscan) /var/spool/amavis
 %dir /var/lib/clamav
-%dir %attr(755,vscan,vscan) /var/run/clamav
+%ghost %dir %attr(755,vscan,vscan) /var/run/clamav
 
 %pre
 %_sbindir/groupadd -r vscan 2> /dev/null || :
@@ -198,6 +199,7 @@
     fi
   fi
 done
+systemd-tmpfiles --create %_tmpfilesdir/clamav.conf
 
 %preun
 %stop_on_removal clamd freshclam



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

Reply via email to