[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2100: fix weird errors in spec for lsbdev-runner

Mats Wichmann mats at linuxfoundation.org
Sat Mar 16 22:19:27 UTC 2013


------------------------------------------------------------
revno: 2100
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Sat 2013-03-16 16:19:27 -0600
message:
  fix weird errors in spec for lsbdev-runner
modified:
  package/Makefile
  package/lsb-build.spec.sed
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2013-03-16 21:28:34 +0000
+++ b/package/Makefile	2013-03-16 22:19:27 +0000
@@ -46,7 +46,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=1
+RPM_PACKAGE_RELEASE=2
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)

=== modified file 'package/lsb-build.spec.sed'
--- a/package/lsb-build.spec.sed	2013-03-16 21:25:26 +0000
+++ b/package/lsb-build.spec.sed	2013-03-16 22:19:27 +0000
@@ -61,13 +61,9 @@
 
 %package -n lsbdev-runner
 Summary: LSB application runner for non-LSB systems
-
-%description -n lsbdev-runner
-This package provides lsbrun, a utility for running LSB-compliant
-applications on Linux systems that do not provide a LSB runtime
-(at least as well as such applications can run).
 Group: Development/Tools
 AutoReqProv: no
+
 %description -n lsbdev-runner
 This package provides lsbrun, a utility for running LSB-compliant
 applications on Linux systems that do not provide a LSB runtime



More information about the lsb-messages mailing list