mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.46
This commit is contained in:
@@ -284,6 +284,7 @@ sub prep {
|
||||
print OUT "\n";
|
||||
print OUT "\%define _rpmdir ../\n"; # write rpm to current directory
|
||||
print OUT "\%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm\n";
|
||||
print OUT "\%define _unpackaged_files_terminate_build 0\n"; # work on SuSE
|
||||
print OUT "\n";
|
||||
if ($this->usescripts) {
|
||||
if ($this->preinst) {
|
||||
|
||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
||||
alien (8.46) unstable; urgency=low
|
||||
|
||||
* Unset _unpackaged_files_terminate_build when building rpms, at least SuSE
|
||||
sets this, which breaks alien due to its placement of the spec file in the
|
||||
build directory.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 1 Aug 2004 20:50:37 -0400
|
||||
|
||||
alien (8.45) unstable; urgency=low
|
||||
|
||||
* Run dh_clean with -d to avoid cleaning up any oddly named files from rpms,
|
||||
|
||||
Reference in New Issue
Block a user