forked from pool/sha1collisiondetection
Accepting request 1151486 from home:dimstar:rpm4.20:s
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1151486 OBS-URL: https://build.opensuse.org/package/show/security/sha1collisiondetection?expand=0&rev=14
This commit is contained in:
parent
783082a9e3
commit
b31fd912b1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 13:08:29 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 31 17:48:45 CET 2018 - ro@suse.de
|
Wed Jan 31 17:48:45 CET 2018 - ro@suse.de
|
||||||
|
|
||||||
|
@ -59,8 +59,8 @@ It is very fast and takes less than twice the amount of time as regular SHA-1.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-stable-v%{version}
|
%setup -q -n %{name}-stable-v%{version}
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1
|
%patch -P 1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export TARGETCFLAGS="%{optflags}"
|
export TARGETCFLAGS="%{optflags}"
|
||||||
|
Loading…
Reference in New Issue
Block a user