Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2012-09-16 23:47:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4-workspace", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes    
2012-09-11 07:56:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
    2012-09-16 23:47:18.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Sep 15 08:21:43 UTC 2012 - [email protected]
+
+- add kdm logrotate script (bnc#552449)
+
+-------------------------------------------------------------------

New:
----
  kdm-logrotate

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

Other differences:
------------------
++++++ kdebase4-workspace.spec ++++++
--- /var/tmp/diff_new_pack.4cp8tT/_old  2012-09-16 23:47:21.000000000 +0200
+++ /var/tmp/diff_new_pack.4cp8tT/_new  2012-09-16 23:47:21.000000000 +0200
@@ -65,6 +65,7 @@
 Source3:        kwin-cubecap.png
 Source4:        sysconfig.displaymanager-kdm
 Source5:        kdm
+Source6:        kdm-logrotate
 Source91:       %{name}-rpmlintrc
 Patch0:         4_7_BRANCH.diff
 Patch8:         kwin-suse.diff
@@ -394,6 +395,8 @@
   mkdir -p  %{buildroot}%{_kde4_sbindir}
   ln -sf ../../etc/init.d/ksysguardd %{buildroot}%{_kde4_sbindir}/rcksysguardd
   ln -sf rcxdm %{buildroot}%{_kde4_sbindir}/rckdm
+  mkdir -p %{buildroot}%{_kde4_sysconfdir}/logrotate.d/
+  install -m 644 %{SOURCE6} %{buildroot}%{_kde4_sysconfdir}/logrotate.d/kdm
   # Make it constant so build-compare doesn't complains. If commented 
postinstall
   # will generate a new one through genkdmconf.
   sed -i 's/^ForgingSeed=[0-9]\+/#ForgingSeed=1111122222/' 
%{buildroot}%{_kde4_configdir}/kdm/kdmrc
@@ -481,6 +484,7 @@
 %files -n kdm -f filelists/kdm
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README
+%config %{_kde4_sysconfdir}/logrotate.d/kdm
 %lang(en) %{_kde4_htmldir}/en/kdm
 %dir %{_kde4_configdir}/kdm
 %config %{_kde4_configdir}/kdm.knsrc


++++++ kdm-logrotate ++++++
/var/log/kdm.log {
    compress
    dateext
    maxage 365
    rotate 99
    size=+4096k
    notifempty
    missingok
    copytruncate
}


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

Reply via email to