RE: Last set of changes for 1.1.3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Are there any other issues we need to fix before 1.1.3? RPM spec file fixes?
The RPM Spec fixes that have been discussed on the list several times (unpackaged files, etc) could be added. Diff from previous messages attached for your reference. $ diff -u /usr/src/redhat/SPECS/freeradius.spec freeradius.spec.orig - - - --- /usr/src/redhat/SPECS/freeradius.spec 2006-04-09 18:26:53.000000000 +1000 +++ freeradius.spec.orig 2006-02-13 02:54:56.000000000 +1100 @@ -23,8 +23,6 @@ %prep %setup - - - -sed -i "s@doc/freeradius@doc/freeradius-%{version}@" doc/Makefile doc/examples/Makefile doc/rfc/Makefile - - - - %build CFLAGS="$RPM_OPT_FLAGS" \ %configure --prefix=%{_prefix} \ @@ -101,14 +99,7 @@ %files %defattr(-,root,root) - - - -%doc doc/Acct-Type doc/Autz-Type doc/CYGWIN doc/ChangeLog doc/DIFFS doc/MACOSX - - - -%doc doc/OS2 doc/Post-Auth-Type doc/RADIUS-LDAP-eDirectory doc/RADIUS-SQL.schema - - - -%doc doc/README doc/Session-Type doc/Simultaneous-Use doc/aaa.txt doc/ascend - - - -%doc doc/bay doc/bugs doc/cisco doc/coding-methods.txt doc/configurable_failover - - - -%doc doc/duplicate-users doc/ldap_howto.txt doc/load- balance.txt doc/misc-nas - - - -%doc doc/module_interface doc/mssql doc/performance-testing doc/processing_users_file - - - -%doc doc/proxy doc/radrelay doc/release-method.txt doc/rfc/ doc/rlm* doc/supervise-radiusd.txt - - - -%doc doc/tuning_guide doc/variables.txt todo/ COPYRIGHT INSTALL +%doc doc/ChangeLog doc/README* todo/ COPYRIGHT INSTALL %config /etc/pam.d/radius %config /etc/logrotate.d/radiusd %config /etc/rc.d/init.d/radiusd -----BEGIN PGP SIGNATURE----- Note: This signature can be verified at https://www.hushtools.com/verify Version: Hush 2.5 wkYEARECAAYFAkStm1MACgkQmw4BJyaatJ2+7wCgrgRxv/4ieXR/0/rsTNNaBzNO67gA n2H07LeL1kKwvr8TKlU5d/H2moc2 =CArD -----END PGP SIGNATURE-----
"Sandworm" <sandworm@mepd.hush.com> wrote:
The RPM Spec fixes that have been discussed on the list several times (unpackaged files, etc) could be added. Diff from previous messages attached for your reference.
$ diff -u /usr/src/redhat/SPECS/freeradius.spec
That looks like Redhat's spec file, not the one we ship with the server. Please file a bug with Redhat, asking them to update their spec file. If there are problems with redhat/freeradius.spec, please discuss those here. Alan DeKok.
On Fri 07 Jul 2006 02:53, Alan DeKok wrote:
"Sandworm" <sandworm@mepd.hush.com> wrote:
The RPM Spec fixes that have been discussed on the list several times (unpackaged files, etc) could be added. Diff from previous messages attached for your reference.
$ diff -u /usr/src/redhat/SPECS/freeradius.spec
That looks like Redhat's spec file, not the one we ship with the server. Please file a bug with Redhat, asking them to update their spec file.
If there are problems with redhat/freeradius.spec, please discuss those here.
I will check my changes to the SUSE spec file today and bring cvs up to date. My current rpms (which get rebuild automatically whenever an update happens to the underlying OS) are at: http://software.opensuse.org/download/home:/peternixon/ My spec file is currently working for all SUSE versions, but not yet cross building on Fedora and Mandriva. Once I get that to happen successfully we should be able to do away with the separate spec files for each distro. Cheers -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
Sandworm wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Are there any other issues we need to fix before 1.1.3? RPM spec file fixes?
The RPM Spec fixes that have been discussed on the list several times (unpackaged files, etc) could be added. Diff from previous messages attached for your reference.
I've added an option --with-docdir to ./configure, so we can chose the directory where the documentation files will be installed. It should be useful to build a RPM package. I'm not using a redhat-based distribution, and I can't be sure this solves all the problems. Please get version 1.1.3 from CVS and try to run rpmbuild. $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source login CVS password: anoncvs $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout -r branch_1_1 radiusd -- Nicolas Baradakis
participants (4)
-
Alan DeKok -
Nicolas Baradakis -
Peter Nixon -
Sandworm