auto-import changelog data from amtu-0.1-3RHEL.src.rpm
Fri May 28 2004 ccb <ccb@redhat.com> 0.1-3RHEL - fixed owners and permissions in %files
This commit is contained in:
parent
9ed67357bc
commit
0ef3a57c82
1 changed files with 5 additions and 2 deletions
|
|
@ -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 <ccb@redhat.com> 0.1-3RHEL
|
||||
- fixed owners and permissions in %files
|
||||
* Wed May 26 2004 ccb <ccb@redhat.com> 0.1-2RHEL
|
||||
- move docs to a version-qualified directory name
|
||||
* Sat May 1 2004 root <chavezt@cs679156-153.austin.rr.com>
|
||||
|
|
|
|||
Reference in a new issue