Upgrade to second 3.0 release candidate rc1.

This commit is contained in:
John Dennis 2013-09-08 08:44:42 -04:00
parent 676058b3fa
commit edb1c66e07
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/freeradius-server-2.1.12.tar.bz2
/freeradius-server-2.2.0.tar.bz2
/freeradius-server-release_3_0_0_rc0.tar.gz
/freeradius-server-release_3_0_0_rc1.tar.gz

View File

@ -1,7 +1,7 @@
Summary: High-performance and highly configurable free RADIUS server
Name: freeradius
Version: 3.0.0
Release: 0.3.rc0%{?dist}
Release: 0.4.rc1%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Daemons
URL: http://www.freeradius.org/
@ -13,14 +13,14 @@ URL: http://www.freeradius.org/
%global HAVE_EC_CRYPTO 0
%endif
%global dist_base freeradius-server-release_3_0_0_rc0
%global dist_base freeradius-server-release_3_0_0_rc1
Source0: %{dist_base}.tar.gz
#FIXME, after 3.0 is released Source0: ftp://ftp.freeradius.org/pub/radius/%{dist_base}.tar.bz2
Source100: radiusd.service
Source102: freeradius-logrotate
Source103: freeradius-pam-conf
Source104: %{name}-tmpfiles.conf
Source104: freeradius-tmpfiles.conf
Patch1: freeradius-redhat-config.patch
@ -246,7 +246,7 @@ rm -rf $RPM_BUILD_ROOT/etc/raddb/mods-config/sql/main/oracle
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/raddb/experimental.conf
# install doc files omitted by standard install
for f in COPYRIGHT CREDITS INSTALL README.rst VERSION; do
for f in COPYRIGHT CREDITS INSTALL.rst README.rst VERSION; do
cp $f $RPM_BUILD_ROOT/%{docdir}
done
cp LICENSE $RPM_BUILD_ROOT/%{docdir}/LICENSE.gpl
@ -431,6 +431,7 @@ exit 0
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/pap
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/passwd
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/preprocess
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/python
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/radutmp
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/realm
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/redis
@ -591,7 +592,6 @@ exit 0
%doc %{_mandir}/man5/rlm_mschap.5.gz
%doc %{_mandir}/man5/rlm_pap.5.gz
%doc %{_mandir}/man5/rlm_passwd.5.gz
%doc %{_mandir}/man5/rlm_policy.5.gz
%doc %{_mandir}/man5/rlm_realm.5.gz
%doc %{_mandir}/man5/rlm_sql.5.gz
%doc %{_mandir}/man5/rlm_unix.5.gz
@ -601,7 +601,6 @@ exit 0
%doc %{_mandir}/man8/radiusd.8.gz
%doc %{_mandir}/man8/radmin.8.gz
%doc %{_mandir}/man8/radrelay.8.gz
%doc %{_mandir}/man8/radwatch.8.gz
# utils man pages
%doc %{_mandir}/man1/radclient.1.gz

View File

@ -1 +1 @@
cac8744139ad8f6cab49c4b5664e0b21 freeradius-server-release_3_0_0_rc0.tar.gz
59d2a59fd52445cf017dcad03d8a02e1 freeradius-server-release_3_0_0_rc1.tar.gz