diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2024-06-01 13:18:30 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2024-06-01 13:18:30 +0200 |
commit | 53ce23ea9b669d0ecfdbd893362efbec67f76e4a (patch) | |
tree | 1c7b4356185bbc4597e85fcc2da5c0f56488601d | |
parent | 20654dead47f52bd5b625f1f3b8f8c54f76b56e1 (diff) | |
download | urpmi-53ce23ea9b669d0ecfdbd893362efbec67f76e4a.tar urpmi-53ce23ea9b669d0ecfdbd893362efbec67f76e4a.tar.gz urpmi-53ce23ea9b669d0ecfdbd893362efbec67f76e4a.tar.bz2 urpmi-53ce23ea9b669d0ecfdbd893362efbec67f76e4a.tar.xz urpmi-53ce23ea9b669d0ecfdbd893362efbec67f76e4a.zip |
Explain how it's actually used
-rw-r--r-- | t/data/SPECS/i586-to-i686/libfoobar.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/t/data/SPECS/i586-to-i686/libfoobar.spec b/t/data/SPECS/i586-to-i686/libfoobar.spec index 035ce9ca..3d7b9436 100644 --- a/t/data/SPECS/i586-to-i686/libfoobar.spec +++ b/t/data/SPECS/i586-to-i686/libfoobar.spec @@ -1,5 +1,10 @@ -# linux32 rpmbuild -ba libfoobar.spec --target i586 -# linux32 rpmbuild -ba libfoobar.spec --target i686 +# This one is not directly used by the testsuite. +# It has been used to generate once t/data/rpm-i586-to-i686/* +# using: +# linux32 rpmbuild -ba libfoobar.spec --target i586 +# linux32 rpmbuild -ba libfoobar.spec --target i686 +# Which are the pkgs actually used by the testsuite for simulating an i586 to +# i686 upgrade # we could build with -static but then pkg goes up from 8.5kb to 280Kb: %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}libc.so |