Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2012-06-10 23:19:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freeradius-server (Old)
 and      /work/SRC/openSUSE:Factory/.freeradius-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freeradius-server", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes      
2011-10-21 16:28:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2012-06-10 23:19:37.000000000 +0200
@@ -1,0 +2,10 @@
+Mon May 28 11:47:32 UTC 2012 - vci...@suse.com
+
+- Use the new 'su' logrotate option (bnc#677335)
+
+-------------------------------------------------------------------
+Mon May 14 21:47:20 UTC 2012 - joop.boo...@opensuse.org
+
+- Enable the same CFLAGS as for other hardware
+
+-------------------------------------------------------------------

New:
----
  freeradius-server-2.1.1-logrotate_su.patch

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

Other differences:
------------------
++++++ freeradius-server.spec ++++++
--- /var/tmp/diff_new_pack.6u49GC/_old  2012-06-10 23:19:38.000000000 +0200
+++ /var/tmp/diff_new_pack.6u49GC/_new  2012-06-10 23:19:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freeradius-server
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           freeradius-server
 Version:        2.1.12
-Release:        1
-License:        GPL-2.0 ; LGPL-2.1
+Release:        0
 Summary:        Very Highly Configurable Radius Server
-Url:            http://www.freeradius.org/
+License:        GPL-2.0 ; LGPL-2.1
 Group:          Productivity/Networking/Radius/Servers
+Url:            http://www.freeradius.org/
 Source:         %{name}-%{version}.tar.bz2
 Patch1:         freeradius-server-2.1.6-dialup_admin.patch
 Patch2:         freeradius-server-2.1.6-rcradiusd.patch
@@ -35,6 +34,8 @@
 Patch9:         freeradius-server-radius-reload-logrotate.patch
 # PATCH-FIX-UPSTREAM edirectory ldap extensions (bnc#720620)
 Patch11:        freeradius-server-2.1.1-edirectory.patch
+# PATCH-FIX-SUSE use 'su' logrotate option (bnc#677335)
+Patch12:        freeradius-server-2.1.1-logrotate_su.patch
 BuildRequires:  apache2-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
@@ -70,8 +71,8 @@
 Requires:       %{name}-libs = %{version}
 Requires:       python
 Recommends:     logrotate
-Provides:       radiusd
 Provides:       freeradius = %{version}
+Provides:       radiusd
 Obsoletes:      freeradius < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Conflicts:      radiusd-livingston radiusd-cistron icradius
@@ -114,7 +115,6 @@
 %endif
 
 %package libs
-License:        GPL-2.0 ; LGPL-2.1
 Summary:        FreeRADIUS shared library
 Group:          Productivity/Networking/Radius/Servers
 
@@ -122,7 +122,6 @@
 The FreeRADIUS shared library
 
 %package utils
-License:        GPL-2.0 ; LGPL-2.1
 Summary:        FreeRADIUS Clients
 Group:          Productivity/Networking/Radius/Clients
 Requires:       %{name}-libs = %{version}
@@ -143,12 +142,11 @@
 * Accounting methods
 
 %package dialupadmin
-License:        GPL-2.0 ; LGPL-2.1
 Summary:        Web management for FreeRADIUS
 Group:          Productivity/Networking/Radius/Servers
 Requires:       http_daemon
 Requires:       mod_php_any
-Requires:       perl-DateManip
+Requires:       perl-Date-Manip
 Requires:       php
 Requires:       php-ldap
 Requires:       php-mysql
@@ -161,7 +159,6 @@
 number of scripts to make the administrator's life a lot easier.
 
 %package devel
-License:        GPL-2.0 ; LGPL-2.1
 Summary:        FreeRADIUS Development Files (static libs)
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-libs = %{version}
@@ -170,7 +167,6 @@
 These are the static libraries for the FreeRADIUS package.
 
 %package doc
-License:        GPL-2.0 ; LGPL-2.1
 Summary:        FreeRADIUS Documentation
 Group:          Productivity/Networking/Radius/Servers
 Requires:       %{name}
@@ -189,6 +185,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch11 -p0
+%patch12 -p1
 
 %build
 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
@@ -199,7 +196,7 @@
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
 export CFLAGS="%{optflags} -DLDAP_DEPRECATED -fstack-protector"
-%ifarch x86_64 ppc ppc64 s390 s390x
+%ifarch x86_64 ppc ppc64 s390 s390x %arm
 export CFLAGS="$CFLAGS -fPIC -DPIC"
 %endif
 export LDFLAGS="-pie"

++++++ freeradius-server-2.1.1-logrotate_su.patch ++++++
Index: freeradius-server-2.1.1/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
 # 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 {
     compress
     dateext
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to