From a4df8241ada4b7d32f82ba0322985d9f2ae5da398986e8533598828ea5a6ea27 Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Tue, 23 Aug 2011 13:13:26 +0000 Subject: [PATCH] - 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 --- pam_krb5.changes | 6 ++++++ pam_krb5.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pam_krb5.changes b/pam_krb5.changes index 4c4f701..087ee7e 100644 --- a/pam_krb5.changes +++ b/pam_krb5.changes @@ -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 diff --git a/pam_krb5.spec b/pam_krb5.spec index 5a2a0f3..eb9817d 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -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