Accepting request 1152240 from home:dimstar:Factory
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1152240 OBS-URL: https://build.opensuse.org/package/show/Education/garlic?expand=0&rev=13
This commit is contained in:
parent
b05908edf3
commit
8c9d2c1d34
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 11:47:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 18 12:21:26 UTC 2019 - lars@linux-schulserver.de - 1.6
|
Mon Mar 18 12:21:26 UTC 2019 - lars@linux-schulserver.de - 1.6
|
||||||
|
|
||||||
|
@ -68,10 +68,10 @@ This subpackage contains the full documentation to Garlic.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -b 0
|
%setup -q -b 0
|
||||||
%setup -q -T -D -a 1
|
%setup -q -T -D -a 1
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
# fix executable permission on text files
|
# fix executable permission on text files
|
||||||
cd garlic-1.6
|
cd garlic-1.6
|
||||||
chmod -x README favicon.ico tolower.script garlic.gif cookbook/garlic.gif precompiled_packages/garlic.gif
|
chmod -x README favicon.ico tolower.script garlic.gif cookbook/garlic.gif precompiled_packages/garlic.gif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user