Accepting request 53425 from home:coolo:branches:openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/53425
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_krb5?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2010-11-19 17:19:53 +00:00 committed by Git OBS Bridge
parent efafc74a58
commit 40b5461689
2 changed files with 5 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 19 10:44:35 UTC 2010 - coolo@novell.com
- remove autoreconf call - breaks more than it helps
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 22 12:03:20 CET 2010 - mc@suse.de Mon Mar 22 12:03:20 CET 2010 - mc@suse.de

View File

@ -48,13 +48,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
This PAM module supports authentication against a Kerberos KDC. It also This PAM module supports authentication against a Kerberos KDC. It also
supports updating your Kerberos password. supports updating your Kerberos password.
Authors:
--------
Balazs Gal <balsa@rit.bme.hu>
Nalin Dahyabhai <nalin@redhat.com>
%prep %prep
%setup -q -n pam_krb5-%{version}-%{PAM_RELEASE} %setup -q -n pam_krb5-%{version}-%{PAM_RELEASE}
%setup -a 2 -T -D -n pam_krb5-%{version}-%{PAM_RELEASE} %setup -a 2 -T -D -n pam_krb5-%{version}-%{PAM_RELEASE}
@ -65,8 +58,6 @@ Authors:
%patch5 %patch5
%build %build
%{suse_update_config -f}
autoreconf --verbose --force --install
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE " \ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE " \
./configure --libdir=/%_lib/ \ ./configure --libdir=/%_lib/ \
--prefix=/usr \ --prefix=/usr \