From c05f0b4db01d55734c9217607771b1faa314823e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 02:57:01 +0000 Subject: [PATCH] auto-import changelog data from amtu-0.1-3RHEL.src.rpm Fri May 28 2004 ccb 0.1-3RHEL - fixed owners and permissions in %files --- amtu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/amtu.spec b/amtu.spec index ee9ac84..2e88d5f 100644 --- a/amtu.spec +++ b/amtu.spec @@ -1,6 +1,6 @@ Name: amtu Version: 0.1 -Release: 2RHEL +Release: 3RHEL Autoreqprov: on Summary: Abstract Machine Test Utility (AMTU) License: Common Public License @@ -54,11 +54,14 @@ install -m 644 doc/amtu.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/amtu.8.gz make clean %files -/usr/bin/amtu +%defattr(-,root,root) +%attr(440,root,root) /usr/bin/amtu %doc %{_mandir}/man8/amtu.8.gz %doc %{_defaultdocdir}/amtu-%{version}/AMTUHowTo.txt %changelog +* Fri May 28 2004 ccb 0.1-3RHEL +- fixed owners and permissions in %files * Wed May 26 2004 ccb 0.1-2RHEL - move docs to a version-qualified directory name * Sat May 1 2004 root