From 61c1f3ae27e041e21bf1a80a9ca2c19913f5293ea7ded1c771c74ae20e9240b4 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 26 Feb 2024 16:43:30 +0000 Subject: [PATCH] Accepting request 1151835 from home:pgajdos:t - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1151835 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=206 --- trytond.changes | 6 ++++++ trytond.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/trytond.changes b/trytond.changes index 87e1658..1b10dcc 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 16:05:43 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Sun Feb 4 21:49:34 UTC 2024 - Axel Braun diff --git a/trytond.spec b/trytond.spec index 33d2487..b6d3021 100644 --- a/trytond.spec +++ b/trytond.spec @@ -101,11 +101,9 @@ database engine. Tryton provides modularity, scalability and security. %prep -%setup -q +%autosetup -p1 cp %{SOURCE1} . -%patch0 -p1 - #shebag ersetzen find . -iname "bin/trytond*" -exec sed -i "s/python3 /%{mypython} /" '{}' \;