releasing version 8.46

This commit is contained in:
joey
2004-08-02 00:53:46 +00:00
parent d774821a56
commit 1d5b6b9a90
2 changed files with 9 additions and 0 deletions

View File

@@ -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
View File

@@ -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,