[Lsb-messages] /var/www/bzr/lsb/4.1/runtime-test r1275: same LDSOFILE path fix as devel

Stew Benedict stewb at linux-foundation.org
Sat Feb 9 03:37:56 UTC 2013


------------------------------------------------------------
revno: 1275
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: runtime-test
timestamp: Fri 2013-02-08 22:37:56 -0500
message:
  same LDSOFILE path fix as devel
modified:
  scripts/package/Makefile
  scripts/package/lsb-test-core.spec.sed
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2013-02-07 15:44:23 +0000
+++ b/scripts/package/Makefile	2013-02-09 03:37:56 +0000
@@ -1,7 +1,7 @@
 # values used to populate .spec from .spec.sed
 PACKAGE=lsb-test-core
 VERSION=4.1.13
-RELEASE=1
+RELEASE=2
 # PAM Version
 PVERSION=0.99.8.1
 SYSLOGVER=1.4.2rh

=== modified file 'scripts/package/lsb-test-core.spec.sed'
--- a/scripts/package/lsb-test-core.spec.sed	2012-04-17 15:18:38 +0000
+++ b/scripts/package/lsb-test-core.spec.sed	2013-02-09 03:37:56 +0000
@@ -705,7 +705,7 @@
 done
  
 # Tailor setup_tests script for architecture (was run_tests)
-. LDSOFILE
+. ./LDSOFILE
 cat > change_ldso.sh << EOF
 sed -e "s at BUILD_VERSION=@BUILD_VERSION=\"${RPM_PACKAGE_VERSION}-${RPM_PACKAGE_RELEASE} ($RPM_ARCH)\"@" -e "s@^LDSO=@LDSO=\"$LDSO\"@" -e "s@^OLDSO=@OLDSO=\"$OLDSO\"@"  setup_tests > ${RPM_BUILD_ROOT}%{iroot}/test_sets/setup_tests
 EOF



More information about the lsb-messages mailing list