From 43fcb061ed662a15e54e2f4cee43daffe3c2ae775357e74c43de762678bcc9bd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 22 Feb 2024 13:16:00 +0000 Subject: [PATCH] Accepting request 1149177 from home:dimstar:rpm4.20:b - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1149177 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bazel6?expand=0&rev=7 --- bazel6.changes | 6 ++++++ bazel6.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bazel6.changes b/bazel6.changes index 8c793ed..79bccc8 100644 --- a/bazel6.changes +++ b/bazel6.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 22 10:07:07 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Thu Aug 3 20:17:22 UTC 2023 - Matthias Eliasson diff --git a/bazel6.spec b/bazel6.spec index 86883a7..82e64b0 100644 --- a/bazel6.spec +++ b/bazel6.spec @@ -54,12 +54,10 @@ C++ and Go as programing languages. It also has a support for Android and iOS as mobile operating systems. %prep -%setup -q -c +%autosetup -p0 -c # Remove executable permissions chmod 0644 AUTHORS CHANGELOG.md CONTRIBUTORS LICENSE -%patch0 -p0 - cp %{SOURCE2} . %build