From 71481c02678e7439fa78130c75c209cc49ab94d4f3246918e20996755ed9e2e8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Mar 2023 20:15:34 +0000 Subject: [PATCH] Accepting request 1068545 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX - avoid buildcycle with krb5 (in sle15+ - jsc#PED-3641) - skip hwcaps subpackage building for -static subpackage OBS-URL: https://build.opensuse.org/request/show/1068545 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=91 --- baselibs.conf | 5 ++++- zlib.changes | 6 ++++++ zlib.spec | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/baselibs.conf b/baselibs.conf index cc89966..70c6c07 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -7,5 +7,8 @@ zlib-devel requires "libz1- = " zlib-devel-static requires "zlib-devel- = " + targettype x86-64-v2 -/.* + targettype x86-64-v3 -/.* + targettype x86-64-v4 -/.* libminizip1 - targettype x86 provides "baselibs-x86:/lib/libminizip.so.1" \ No newline at end of file + targettype x86 provides "baselibs-x86:/lib/libminizip.so.1" diff --git a/zlib.changes b/zlib.changes index f463220..9c70841 100644 --- a/zlib.changes +++ b/zlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 1 17:50:05 UTC 2023 - Dirk Müller + +- avoid buildcycle with krb5 (in sle15+ - jsc#PED-3641) +- skip hwcaps subpackage building for -static subpackage + ------------------------------------------------------------------- Wed Feb 1 09:26:04 UTC 2023 - Dirk Müller diff --git a/zlib.spec b/zlib.spec index d09192b..9fdf462 100644 --- a/zlib.spec +++ b/zlib.spec @@ -57,6 +57,8 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig +# SLE15 specific buildcycle: we don't need NIS functionality in PAM for building +#!BuildIgnore: libtirpc3 libtirpc-netconfig %{?suse_build_hwcaps_libs} %description