diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2024-06-01 17:32:42 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2024-06-03 09:05:09 +0200 |
commit | 517ab42b7fb879e15eeb83d130fc3d2ff7cee339 (patch) | |
tree | 536f511770282ae48c3f8f598040e11ee912e50b /t/data/SPECS/i586-to-i686 | |
parent | 53657dbb38f5e26a6f3c399638ff6e1bd80cbc74 (diff) | |
download | urpmi-517ab42b7fb879e15eeb83d130fc3d2ff7cee339.tar urpmi-517ab42b7fb879e15eeb83d130fc3d2ff7cee339.tar.gz urpmi-517ab42b7fb879e15eeb83d130fc3d2ff7cee339.tar.bz2 urpmi-517ab42b7fb879e15eeb83d130fc3d2ff7cee339.tar.xz urpmi-517ab42b7fb879e15eeb83d130fc3d2ff7cee339.zip |
Fix building test pkgs with rpm-4.20
Diffstat (limited to 't/data/SPECS/i586-to-i686')
-rw-r--r-- | t/data/SPECS/i586-to-i686/libfoobar.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/data/SPECS/i586-to-i686/libfoobar.spec b/t/data/SPECS/i586-to-i686/libfoobar.spec index 3d7b9436..bb322414 100644 --- a/t/data/SPECS/i586-to-i686/libfoobar.spec +++ b/t/data/SPECS/i586-to-i686/libfoobar.spec @@ -6,6 +6,10 @@ # Which are the pkgs actually used by the testsuite for simulating an i586 to # i686 upgrade +# Fix build with rpm-4.20: +%global debug_package %{nil} + + # we could build with -static but then pkg goes up from 8.5kb to 280Kb: %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}libc.so Summary: x |