Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apache2-mod_auth_gssapi for openSUSE:Factory checked in at 2022-02-10 23:12:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2-mod_auth_gssapi (Old) and /work/SRC/openSUSE:Factory/.apache2-mod_auth_gssapi.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_auth_gssapi" Thu Feb 10 23:12:13 2022 rev:3 rq:953109 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/apache2-mod_auth_gssapi/apache2-mod_auth_gssapi.changes 2020-12-08 13:26:02.938772632 +0100 +++ /work/SRC/openSUSE:Factory/.apache2-mod_auth_gssapi.new.1956/apache2-mod_auth_gssapi.changes 2022-02-10 23:12:56.324339396 +0100 @@ -1,0 +2,5 @@ +Thu Feb 3 08:48:37 UTC 2022 - pgaj...@suse.com + +- test only when test requirements are fulfilled + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache2-mod_auth_gssapi.spec ++++++ --- /var/tmp/diff_new_pack.nPbal5/_old 2022-02-10 23:12:57.048341229 +0100 +++ /var/tmp/diff_new_pack.nPbal5/_new 2022-02-10 23:12:57.052341239 +0100 @@ -1,7 +1,7 @@ # # spec file for package apache2-mod_auth_gssapi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2004, 2005 NOVELL (All rights reserved) # # All modifications and additions to the file contributed by third parties @@ -17,6 +17,11 @@ # +%if 0%{suse_version} >= 1599 +%define test 1 +%else +%define test 0 +%endif Name: apache2-mod_auth_gssapi Version: 1.6.3 Release: 0 @@ -36,6 +41,7 @@ Requires: %{apache_suse_maintenance_mmn} Requires: apache2 # SECTION test requirements +%if %{test} == 1 BuildRequires: krb5-client BuildRequires: krb5-plugin-preauth-pkinit BuildRequires: krb5-server @@ -44,6 +50,7 @@ BuildRequires: python3-requests-gssapi BuildRequires: python3-requests-kerberos BuildRequires: socket_wrapper +%endif # /SECTION %description @@ -65,9 +72,11 @@ rm %{buildroot}%{apache_libexecdir}/*.la %check +%if %{test} == 1 sed -i 's/env python/python3/' tests/*.py export PATH="$PATH:%{_sbindir}" make check +%endif %files %license COPYING