From 8f871cae62fc2e7c8026476191b4d187efd7d8a198fc62d38fa33a1b959cb4c9 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 7 Sep 2021 15:09:34 +0000 Subject: [PATCH] - Fix shadow-login_defs-check.sh: In the last update we switched from calling make to %make_build macro. Using sed to adapt the spec file now. OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=108 --- shadow-login_defs-check.sh | 8 +------- shadow.changes | 7 +++++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/shadow-login_defs-check.sh b/shadow-login_defs-check.sh index e7ca2e4..958ed00 100644 --- a/shadow-login_defs-check.sh +++ b/shadow-login_defs-check.sh @@ -66,13 +66,7 @@ if ! test -f shadow-login_defs-check-build/stamp ; then # In case of shadow, variables extraction is more complicated. The list # depends on configure options, so we have to perform a fake build and # extract variables from prepreocessed sources. - patch < + +- Fix shadow-login_defs-check.sh: + In the last update we switched from calling make to %make_build + macro. Using sed to adapt the spec file now. + ------------------------------------------------------------------- Wed Aug 18 15:17:52 UTC 2021 - Thorsten Kukuk