mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ab9218809 | ||
|
|
9c28b11e6c |
@@ -419,7 +419,9 @@ sub build {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$opts.=" $ENV{RPMBUILDOPT}" if exists $ENV{RPMBUILDOPT};
|
$opts.=" $ENV{RPMBUILDOPT}" if exists $ENV{RPMBUILDOPT};
|
||||||
my $command="cd $dir; $buildcmd -bb $opts ".$this->name."-".$this->version."-".$this->release.".spec";
|
my $pwd=`pwd`;
|
||||||
|
chomp $pwd;
|
||||||
|
my $command="cd $dir; $buildcmd --buildroot=$pwd/$dir -bb $opts ".$this->name."-".$this->version."-".$this->release.".spec";
|
||||||
my $log=$this->runpipe(1, "$command 2>&1");
|
my $log=$this->runpipe(1, "$command 2>&1");
|
||||||
if ($?) {
|
if ($?) {
|
||||||
die "Package build failed. Here's the log of the command ($command):\n", $log;
|
die "Package build failed. Here's the log of the command ($command):\n", $log;
|
||||||
|
|||||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
alien (8.78) unstable; 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:53:05 -0400
|
||||||
|
|
||||||
alien (8.77) unstable; urgency=low
|
alien (8.77) unstable; urgency=low
|
||||||
|
|
||||||
* Don't allow whitespace in package version when parsing debian/changelog.
|
* Don't allow whitespace in package version when parsing debian/changelog.
|
||||||
|
|||||||
Reference in New Issue
Block a user