Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2013-03-15 10:34:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freeradius-server (Old)
 and      /work/SRC/openSUSE:Factory/.freeradius-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freeradius-server", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes      
2012-10-11 10:42:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2013-03-15 10:35:25.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 14 15:17:37 UTC 2013 - [email protected]
+
+- fixed a bug in the logrotate script (bnc#797292)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ freeradius-server.spec ++++++
--- /var/tmp/diff_new_pack.jVVxHe/_old  2013-03-15 10:35:27.000000000 +0100
+++ /var/tmp/diff_new_pack.jVVxHe/_new  2013-03-15 10:35:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeradius-server
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -409,6 +409,7 @@
 %{_datadir}/dialup_admin/sql/
 %dir %{_datadir}/dialup_admin/conf/
 %config(noreplace) %{_datadir}/dialup_admin/conf/*
+%dir %{apache2_sysconfdir}/conf.d
 %config(noreplace) %{apache2_sysconfdir}/conf.d/radius.conf
 %{_datadir}/dialup_admin/Changelog
 %{_datadir}/dialup_admin/README

++++++ freeradius-server-2.1.1-logrotate_su.patch ++++++
--- /var/tmp/diff_new_pack.jVVxHe/_old  2013-03-15 10:35:27.000000000 +0100
+++ /var/tmp/diff_new_pack.jVVxHe/_new  2013-03-15 10:35:27.000000000 +0100
@@ -1,14 +1,50 @@
-Index: freeradius-server-2.1.1/suse/radiusd-logrotate
+Index: freeradius-server-2.1.12/suse/radiusd-logrotate
 ===================================================================
---- freeradius-server-2.1.1.orig/suse/radiusd-logrotate        2008-09-25 
10:41:26.000000000 +0200
-+++ freeradius-server-2.1.1/suse/radiusd-logrotate     2012-05-28 
14:04:33.755496027 +0200
-@@ -5,6 +5,9 @@
- # (or similar) in radiusd.conf, without rotation.  If you go with the
+--- freeradius-server-2.1.12.orig/suse/radiusd-logrotate       2013-01-08 
18:25:29.358157621 +0100
++++ freeradius-server-2.1.12/suse/radiusd-logrotate    2013-01-08 
18:28:38.487684634 +0100
+@@ -6,6 +6,7 @@
  # second technique, you will need another cron job that removes old
  # detail files.  You do not need to comment out the below for method #2.
-+
-+su radiusd radiusd
-+
  /var/log/radius/radacct/*/detail {
++    su radiusd radiusd
      compress
      dateext
+     maxage 365
+@@ -16,6 +17,7 @@
+ }
+ 
+ /var/log/radius/radius.log {
++    su radiusd radiusd
+     compress
+     dateext
+     maxage 365
+@@ -25,10 +27,12 @@
+     missingok
+     create
+     postrotate
+-      kill -HUP `cat /var/run/radiusd/radiusd.pid`
++      kill -HUP `cat /var/run/radiusd/radiusd.pid` || :
++    endscript
+ }
+ 
+ /var/log/radius/radwatch.log {
++    su radiusd radiusd
+     compress
+     dateext
+     maxage 365
+@@ -40,6 +44,7 @@
+ }
+ 
+ /var/log/radius/radwtmp {
++    su radiusd radiusd
+     compress
+     dateext
+     maxage 365
+@@ -54,6 +59,7 @@
+ }
+ 
+ /var/log/radius/sqltrace.sql {
++    su radiusd radiusd
+     compress
+     dateext
+     maxage 365

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

Reply via email to