mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Modification to match changes in rpm 4's parser; need to use
--target=noarch, rather than --target noarch.
This commit is contained in:
@@ -349,7 +349,7 @@ sub build {
|
|||||||
|
|
||||||
# This is the new command line arcgument to make noarch
|
# This is the new command line arcgument to make noarch
|
||||||
# rpms. It appeared in rpm version 3.
|
# rpms. It appeared in rpm version 3.
|
||||||
$opts="--target noarch" if $rpmarch eq 'noarch';
|
$opts="--target=noarch" if $rpmarch eq 'noarch';
|
||||||
}
|
}
|
||||||
|
|
||||||
$opts.=" $ENV{RPMBUILDOPTS}" if exists $ENV{RPMBUILDOPTS};
|
$opts.=" $ENV{RPMBUILDOPTS}" if exists $ENV{RPMBUILDOPTS};
|
||||||
|
|||||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
alien (7.22) unstable; urgency=low
|
||||||
|
|
||||||
|
* Modification to match changes in rpm 4's parser; need to use
|
||||||
|
--target=noarch, rather than --target noarch.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Tue, 10 Apr 2001 13:43:56 -0700
|
||||||
|
|
||||||
alien (7.21) unstable; urgency=low
|
alien (7.21) unstable; urgency=low
|
||||||
|
|
||||||
* Deal with empty /etc/mailname, Closes: #90727
|
* Deal with empty /etc/mailname, Closes: #90727
|
||||||
|
|||||||
Reference in New Issue
Block a user