* Added rpm spec file fix.

This commit is contained in:
joey
2001-01-10 20:33:02 +00:00
parent 7cc6f519ec
commit 61ed73bda4
2 changed files with 7 additions and 0 deletions

View File

@@ -36,4 +36,5 @@ find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" | \
sed '/\/man\//s/$/\*/' > manifest
%files -f manifest
%defattr(-,root,root)
%doc debian/changelog COPYING README alien.lsm

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (7.14) unstable; urgency=low
* Added rpm spec file fix.
-- Joey Hess <joeyh@debian.org> Wed, 10 Jan 2001 12:31:54 -0800
alien (7.13) unstable; urgency=low
* Patch from Pavel Roskin <proski@gnu.org> for misc specfile issues,