From 02e41ee8c099998f3681b4db3f8869bfe996320b2433706d04cf977897f69e57 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 22 May 2021 11:07:59 +0000 Subject: [PATCH] Accepting request 894334 from home:mcepl:branches:Base:System Don't break compatibility with SLE-12. OBS-URL: https://build.opensuse.org/request/show/894334 OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=63 --- dd_rescue.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dd_rescue.spec b/dd_rescue.spec index 4850cc6..224a99a 100644 --- a/dd_rescue.spec +++ b/dd_rescue.spec @@ -111,7 +111,8 @@ though more will have to be done to feel confident about feeding untrusted data to the decompressor; the plugin is still young and might expose bugs. %prep -%autosetup -p1 +%setup -q +%autopatch -p1 # Remove build time references so build-compare can do its work FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE99} '+%%H:%%M')