SHA256
6
0
forked from pool/rpm

Accepting request 960499 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX

- use fileprovide /usr/bin/gzip for "rpm-build" to make alternative
  providers possible 

- add leave-malloc-check-set.diff to actually use MALLOC_CHECK_ during
  build

OBS-URL: https://build.opensuse.org/request/show/960499
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=600
This commit is contained in:
2022-03-14 11:12:12 +00:00
committed by Git OBS Bridge
parent 0206be8e22
commit 00a20eb1bc
3 changed files with 61 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ Patch73: assumeexec.diff
Patch75: rpm-deptracking.patch
Patch77: langnoc.diff
Patch78: headerchk2.diff
Patch79: leave-malloc-check-set.diff
Patch85: brp-compress-no-img.patch
Patch93: weakdepscompat.diff
Patch94: checksepwarn.diff
@@ -184,10 +185,10 @@ Requires: gawk
Requires: gcc
#Requires: gcc-PIE
Requires: gettext-tools
Requires: /usr/bin/gzip
Requires: glibc-devel
Requires: glibc-locale-base
Requires: grep
Requires: gzip
Requires: make
Requires: patch
Requires: sed
@@ -241,7 +242,7 @@ rm -rf sqlite
%patch -P 43 -P 45 -P 46 -P 47
%patch -P 51
%patch -P 60 -P 61 -P 66 -P 67 -P 69
%patch -P 70 -P 71 -P 73 -P 75 -P 77 -P 78
%patch -P 70 -P 71 -P 73 -P 75 -P 77 -P 78 -P 79
%patch -P 85
%patch -P 93 -P 94 -P 99
%patch -P 100 -P 102 -P 103