RPM Community Forums

Mailing List Message of <rpm-lsb>

RE: Adding rpmbuild -lsb to produce LSB standard packages

From: Wichmann, Mats D <mats.d.wichmann@intel.com>
Date: Fri 18 Jan 2008 - 21:48:58 CET
Message-ID: <3F62CBEE02D6404E98C65934617EB582039F525F@fmsmsx414.amr.corp.intel.com>
 


	For starters, the tag numbers compiled into lsbpkgchk appear
incorrect for:


		    RPMTAG_FILEMODES
		    RPMTAG_FILEDEVICES
		    RPMTAG_FILERDEVS

		The SIGTAG_MD5 "calculated value" appears to be
calculated incorrectly. 
		 

yes, there's some breakage here.   


		The lead values for arch/os have not been used for 9+
years. You may
		check the lead values until the cows come home, the
values have not been
		used since RPMv2 packaging.

		I have no idea what this check is trying to accomplish:
		    checkRpmArchiveFilename: file
usr/share/doc/bison-2.3/THANKS not FHS compliant 

a fully conforming application would only install to /opt/{package},
/var/opt/{package} and /etc/opt/{package}.
If that's what you were after (which you're not, just explaining what
it's for):
 
./configure --prefix=/opt/lsb/bison
 
and then call pkgchk as:
 
lsbpkgchk -L lsb-bison bison.*rpm
 
 
Received on Fri Jan 18 21:54:47 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.