- disable checks during build. Does not work reliable in the

buildservice

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_krb5?expand=0&rev=21
This commit is contained in:
Michael Calmer 2011-08-23 13:13:26 +00:00 committed by Git OBS Bridge
parent 662d52f891
commit a4df8241ad
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 23 15:12:32 CEST 2011 - mc@suse.de
- disable checks during build. Does not work reliable in the
buildservice
-------------------------------------------------------------------
Sun Aug 21 15:17:26 UTC 2011 - mc@novell.com

View File

@ -72,7 +72,8 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE " \
--with-default-no-cred-session="sshd"
make %{?jobs:-j%jobs}
make -C po update-po
make check
# does not work in the buildservice
#make check
%install
make install DESTDIR=$RPM_BUILD_ROOT