Hello community, here is the log from the commit of package pam_radius checked in at Thu May 18 02:17:51 CEST 2006. -------- --- pam_radius/pam_radius.changes 2006-01-25 21:39:15.000000000 +0100 +++ pam_radius/pam_radius.changes 2006-05-17 19:13:35.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 17 19:13:16 CEST 2006 - schwab@suse.de + +- Use RPM_OPT_FLAGS. +- Fix linking of shared library. + +------------------------------------------------------------------- New: ---- pam_radius-1.3.16.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_radius.spec ++++++ --- /var/tmp/diff_new_pack.dwK0Ia/_old 2006-05-18 02:17:35.000000000 +0200 +++ /var/tmp/diff_new_pack.dwK0Ia/_new 2006-05-18 02:17:35.000000000 +0200 @@ -1,31 +1,31 @@ # # spec file for package pam_radius (Version 1.3.16) # -# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libstdc++ libxcrypt m4 make man mktemp modutils ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt ps rcs readline sed sendmail shadow strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils gcc gdbm gettext libtool pam-devel perl rpm Name: pam_radius BuildRequires: pam-devel -Summary: PAM-module for user authentication against a radius server +Summary: A PAM Module for User Authentication using a Radius Server Version: 1.3.16 -Release: 13 +Release: 81 Group: Productivity/Security Requires: pam License: GPL URL: http://www.freeradius.org/ Source: pam_radius-%{version}.tar.bz2 #ftp://ftp.freeradius.org/pub/radius/pam_radius-%{version}.tar +Patch: pam_radius-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -pam_radius is a PAM module, which allows user authentication against a +pam_radius is a PAM module which allows user authentication using a radius server. @@ -36,14 +36,12 @@ %prep %setup -n pam_radius-%{version} +%patch %build -make +make CFLAGS="-fPIC $RPM_OPT_FLAGS" %install -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf \ -$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT/%{_lib}/security/ install -m 755 pam_radius_auth.so $RPM_BUILD_ROOT/%{_lib}/security/ install -d -m 755 $RPM_BUILD_ROOT/etc/raddb/ @@ -62,6 +60,9 @@ %doc index.html %changelog -n pam_radius +* Wed May 17 2006 - schwab@suse.de +- Use RPM_OPT_FLAGS. +- Fix linking of shared library. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Jan 16 2004 - kukuk@suse.de ++++++ pam_radius-1.3.16.diff ++++++ --- Makefile +++ Makefile @@ -55,7 +55,7 @@ # gcc -shared pam_radius_auth.o md5.o -lpam -lc -o pam_radius_auth.so # pam_radius_auth.so: pam_radius_auth.o md5.o - ld -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so + $(CC) -shared pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so ###################################################################### # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de