SHA256
1
0
forked from pool/fillup

Accepting request 1150648 from home:dimstar:rpm4.20:f

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150648
OBS-URL: https://build.opensuse.org/package/show/Base:System/fillup?expand=0&rev=39
This commit is contained in:
Adam Majer 2024-02-29 11:09:49 +00:00 committed by Git OBS Bridge
parent dde1de7f1b
commit b7402817bb
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:19:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Jan 17 17:32:18 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -47,13 +47,13 @@ its variable name.
%prep
%setup -q
%patch0
%patch1 -p1
%patch2
%patch3
%patch4
%patch5
%patch6 -p1
%patch -P 0
%patch -P 1 -p1
%patch -P 2
%patch -P 3
%patch -P 4
%patch -P 5
%patch -P 6 -p1
%build
make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="%{optflags}"