[Lsb-messages] /var/www/bzr/lsb/4.1/appbat r966: Handle rpm versions that override Buildroot in the spec file

Stew Benedict stewb at linux-foundation.org
Thu Jan 31 12:55:29 UTC 2013


------------------------------------------------------------
revno: 966
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: appbat
timestamp: Thu 2013-01-31 07:55:29 -0500
message:
  Handle rpm versions that override Buildroot in the spec file
modified:
  rpm/rpmmacros.in
-------------- next part --------------
=== modified file 'rpm/rpmmacros.in'
--- a/rpm/rpmmacros.in	2009-10-26 17:58:10 +0000
+++ b/rpm/rpmmacros.in	2013-01-31 12:55:29 +0000
@@ -11,6 +11,8 @@
 %_sourcedir %{_topdir}/rpm
 %_srcrpmdir %{_topdir}/rpm
 %pkgroot    %{_topdir}/pkgroot
+%_buildrootdir %{_topdir}/pkgroot
+%buildroot  %{_buildrootdir}/%{name}
 
 %_messagelevel 0
 



More information about the lsb-messages mailing list