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} /" '{}' \;