summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Falk <oliver@fedoraproject.org>2005-08-24 12:24:20 +0000
committerOliver Falk <oliver@fedoraproject.org>2005-08-24 12:24:20 +0000
commit7764d1c0f186f183f32b4e1286053eee711ddb08 (patch)
treebb22297631280d9c5430f70806f2f744c4e9f198
parentbbdf3e4da2b2b652e7ec524836210d5d6b66cd1b (diff)
downloadperl-Unix-Statgrab-7764d1c0f186f183f32b4e1286053eee711ddb08.tar.gz
perl-Unix-Statgrab-7764d1c0f186f183f32b4e1286053eee711ddb08.tar.xz
perl-Unix-Statgrab-7764d1c0f186f183f32b4e1286053eee711ddb08.zip
-rw-r--r--perl-Unix-Statgrab.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-Unix-Statgrab.spec b/perl-Unix-Statgrab.spec
index 2503fe2..19f80af 100644
--- a/perl-Unix-Statgrab.spec
+++ b/perl-Unix-Statgrab.spec
@@ -2,7 +2,7 @@ Name: perl-Unix-Statgrab
Summary: Perl extension for collecting information about the machine
Version: 0.03
-Release: 4%{?dist}
+Release: 5%{?dist}
Group: Development/Libraries
License: LGPL
@@ -52,11 +52,14 @@ chmod -R u+w $RPM_BUILD_ROOT/*
%files
%defattr(-,root,root,-)
%doc LICENSE.TXT Changes README
-%{perl_vendorlib}/Unix/
+%{perl_vendorlib}/*/Unix/
%{perl_vendorarch}/auto/Unix/
%{_mandir}/man3/*.3*
%changelog
+* Wed Aug 24 2005 Oliver Falk <oliver@linux-kernel.at> - 0.03-5
+- Fix filelist
+
* Tue Aug 23 2005 Oliver Falk <oliver@linux-kernel.at> - 0.03-4
- Bug #165533, thanks to Paul Howarth