Fix support for recent versions of rpm

Recent versions of rpm (such as 4.7.0) ignore the buildroot setting in
the spec file.  Use the --buildroot option to ensure the correct
buildroot is used.
This commit is contained in:
Pavel Roskin
2009-07-08 13:11:50 -04:00
committed by Joey Hess
parent e14d223117
commit 9c28b11e6c
2 changed files with 10 additions and 1 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
alien (8.78) UNRELEASED; urgency=low
* Add support for rpm 4.7.0, which ignores the buildroot setting in the
spec file, by passing --buildroot. (Thanks, Pavel Roskin)
-- Joey Hess <joeyh@debian.org> Wed, 08 Jul 2009 13:50:12 -0400
alien (8.77) unstable; urgency=low
* Don't allow whitespace in package version when parsing debian/changelog.