auto-import changelog data from freeradius-0.9.3-3.2.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Feb 24 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-3.2 - added sql scripts for rlm_sql to documentation (#116435) Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Feb 05 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2.1 - using -fPIC instead of -fpic for s390 ans s390x Thu Feb 05 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2 - radiusd is pie, now Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 0.9.3-1 - new version 0.9.3 (bugfix release) Fri Nov 07 2003 Thomas Woerner <twoerner@redhat.com> 0.9.2-1 - new version 0.9.2
This commit is contained in:
parent
95efc0b67c
commit
4eb753297b
@ -1 +1 @@
|
|||||||
freeradius-0.9.1.tar.gz
|
freeradius-0.9.3.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: High-performance and highly configurable free RADIUS server.
|
Summary: High-performance and highly configurable free RADIUS server.
|
||||||
Name: freeradius
|
Name: freeradius
|
||||||
Version: 0.9.1
|
Version: 0.9.3
|
||||||
Release: 1
|
Release: 3.2.1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.freeradius.org/
|
URL: http://www.freeradius.org/
|
||||||
@ -13,6 +13,7 @@ Patch1: freeradius-0.9.0-ltdl_no_la.patch
|
|||||||
Patch2: freeradius-0.9.0-libdir.patch
|
Patch2: freeradius-0.9.0-libdir.patch
|
||||||
Patch3: freeradius-0.9.0-pam-multilib.patch
|
Patch3: freeradius-0.9.0-pam-multilib.patch
|
||||||
Patch4: freeradius-0.9.0-com_err.patch
|
Patch4: freeradius-0.9.0-com_err.patch
|
||||||
|
Patch5: freeradius-0.9.3-pie.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The FreeRADIUS Server Project is a high performance and highly configurable
|
The FreeRADIUS Server Project is a high performance and highly configurable
|
||||||
@ -96,8 +97,14 @@ done when adding or deleting new users.
|
|||||||
%patch2 -p1 -b .libdir
|
%patch2 -p1 -b .libdir
|
||||||
%patch3 -p1 -b .pam-multilib
|
%patch3 -p1 -b .pam-multilib
|
||||||
%patch4 -p1 -b .com_err
|
%patch4 -p1 -b .com_err
|
||||||
|
%patch5 -p1 -b .pie
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%ifarch s390 s390x
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||||
|
%else
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -fpic"
|
||||||
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
@ -128,6 +135,8 @@ install -m 755 redhat/rc.radiusd-redhat $RPM_BUILD_ROOT/etc/rc.d/init.d/radiusd
|
|||||||
install -m 644 redhat/radiusd-logrotate $RPM_BUILD_ROOT/etc/logrotate.d/radiusd
|
install -m 644 redhat/radiusd-logrotate $RPM_BUILD_ROOT/etc/logrotate.d/radiusd
|
||||||
install -m 644 redhat/radiusd-pam $RPM_BUILD_ROOT/etc/pam.d/radius
|
install -m 644 redhat/radiusd-pam $RPM_BUILD_ROOT/etc/pam.d/radius
|
||||||
|
|
||||||
|
install -m 644 src/modules/rlm_sql/drivers/rlm_sql_*/*.sql $RPM_BUILD_ROOT%{_docdir}/freeradius-%{version}*/
|
||||||
|
|
||||||
# remove unwanted rc.radiusd
|
# remove unwanted rc.radiusd
|
||||||
rm -f $RPM_BUILD_ROOT%{_prefix}/sbin/rc.radiusd
|
rm -f $RPM_BUILD_ROOT%{_prefix}/sbin/rc.radiusd
|
||||||
|
|
||||||
@ -211,6 +220,27 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Tue Feb 24 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-3.2
|
||||||
|
- added sql scripts for rlm_sql to documentation (#116435)
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Feb 5 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2.1
|
||||||
|
- using -fPIC instead of -fpic for s390 ans s390x
|
||||||
|
|
||||||
|
* Thu Feb 5 2004 Thomas Woerner <twoerner@redhat.com> 0.9.3-2
|
||||||
|
- radiusd is pie, now
|
||||||
|
|
||||||
|
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 0.9.3-1
|
||||||
|
- new version 0.9.3 (bugfix release)
|
||||||
|
|
||||||
|
* Fri Nov 7 2003 Thomas Woerner <twoerner@redhat.com> 0.9.2-1
|
||||||
|
- new version 0.9.2
|
||||||
|
|
||||||
* Mon Sep 29 2003 Thomas Woerner <twoerner@redhat.com> 0.9.1-1
|
* Mon Sep 29 2003 Thomas Woerner <twoerner@redhat.com> 0.9.1-1
|
||||||
- new version 0.9.1
|
- new version 0.9.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user