SHA256
1
0
forked from pool/trytond

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
This commit is contained in:
Benjamin Greiner 2024-02-26 16:43:30 +00:00 committed by Git OBS Bridge
parent b644926cf5
commit 61c1f3ae27
2 changed files with 7 additions and 3 deletions

View File

@ -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 <axel.braun@gmx.de>

View File

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