diff options
-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 |