This commit is contained in:
committed by
Git OBS Bridge
parent
d315e23edd
commit
f07eaa1826
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 15:50:59 CEST 2009 - puzel@suse.cz
|
||||
|
||||
|
@@ -19,8 +19,8 @@
|
||||
|
||||
Name: freeradius-server
|
||||
Version: 2.1.6
|
||||
Release: 1
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
Release: 2
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Group: Productivity/Networking/Radius/Servers
|
||||
Provides: radiusd
|
||||
Provides: freeradius = %{version}
|
||||
@@ -96,7 +96,7 @@ attributes Selecting a particular configuration Authentication methods
|
||||
%endif
|
||||
|
||||
%package libs
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Group: Productivity/Networking/Radius/Servers
|
||||
Summary: FreeRADIUS shared library
|
||||
|
||||
@@ -114,7 +114,7 @@ Authors:
|
||||
various other people
|
||||
|
||||
%package utils
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Group: Productivity/Networking/Radius/Servers
|
||||
Summary: FreeRADIUS Clients
|
||||
Requires: %{name}-libs = %{version}
|
||||
@@ -145,7 +145,7 @@ Authors:
|
||||
various other people
|
||||
|
||||
%package dialupadmin
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Group: Productivity/Networking/Radius/Servers
|
||||
Summary: Web management for FreeRADIUS
|
||||
Requires: http_daemon mod_php_any php
|
||||
@@ -167,7 +167,7 @@ Authors:
|
||||
Thanasis Duitsis <aduitsis at noc.ntua.gr>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: FreeRADIUS Development Files (static libs)
|
||||
Requires: %{name}-libs = %{version}
|
||||
@@ -186,7 +186,7 @@ Authors:
|
||||
various other people
|
||||
|
||||
%package doc
|
||||
License: GPL v2 only; LGPL v2.1 only
|
||||
License: GPL v2 only ; LGPL v2.1 only
|
||||
Group: Productivity/Networking/Radius/Servers
|
||||
Summary: FreeRADIUS Documentation
|
||||
Requires: %{name}
|
||||
@@ -214,6 +214,9 @@ Authors:
|
||||
%patch5
|
||||
|
||||
%build
|
||||
# This package failed when testing with -Wl,-as-needed being default.
|
||||
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||
export SUSE_ASNEEDED=0
|
||||
#export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -fPIC -DPIC"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED -fstack-protector"
|
||||
%ifarch x86_64 ppc ppc64 s390 s390x
|
||||
@@ -437,6 +440,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%attr(644,root,root) %{_includedir}/freeradius/*.h
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2009 coolo@novell.com
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
* Tue Jun 02 2009 puzel@suse.cz
|
||||
- updated to 2.1.6
|
||||
o Feature improvements
|
||||
|
Reference in New Issue
Block a user