[Lsb-messages] /var/www/bzr/lsb/devel/runtime-test r1271: Disable the devmajor/devminor parts of T.tar 9 (bug 2743)

Stew Benedict stewb at linux-foundation.org
Wed May 23 13:14:52 UTC 2012


------------------------------------------------------------
revno: 1271
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: runtime-test
timestamp: Wed 2012-05-23 09:14:52 -0400
message:
  Disable the devmajor/devminor parts of T.tar 9 (bug 2743)
modified:
  modules/vsx-pcts/tset/POSIX.os/dataform/tar/tar1.c
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'modules/vsx-pcts/tset/POSIX.os/dataform/tar/tar1.c'
--- a/modules/vsx-pcts/tset/POSIX.os/dataform/tar/tar1.c	2000-08-29 08:40:21 +0000
+++ b/modules/vsx-pcts/tset/POSIX.os/dataform/tar/tar1.c	2012-05-23 13:14:52 +0000
@@ -658,8 +658,10 @@
 	do_chk_oct(hdr.tar_size, TSIZLEN, "size");
 	do_chk_oct(hdr.tar_mtime, TMTIMELEN, "mtime");
 	do_chk_oct(hdr.tar_chksum, TSUMLEN, "chksum");
+	/* LSB bug 2743 - fails on Debian/Ubuntu
 	do_chk_oct(hdr.tar_devmajor, TDEVLEN, "devmajor");
 	do_chk_oct(hdr.tar_devminor, TDEVLEN, "devminor");
+	*/
 
 	if(!test_fail)
 	{

=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2012-05-04 13:59:16 +0000
+++ b/scripts/package/Makefile	2012-05-23 13:14:52 +0000
@@ -1,6 +1,6 @@
 # values used to populate .spec from .spec.sed
 PACKAGE=lsb-test-core
-VERSION=4.1.11
+VERSION=4.1.12
 RELEASE=1
 # PAM Version
 PVERSION=0.99.8.1



More information about the lsb-messages mailing list