- change buildroot
This commit is contained in:
parent
1f6064fbb1
commit
7ba23de87c
1 changed files with 5 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
|||
Summary: Abstract Machine Test Utility (AMTU)
|
||||
Name: amtu
|
||||
Version: 1.0.4
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: Common Public License
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/amtueal/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch1: amtu-1.0.4-cleanup.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: audit-libs-devel >= 1.1.2
|
||||
BuildRequires: automake
|
||||
Requires: audit >= 1.1.2
|
||||
|
|
@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%attr(0644,root,root) %{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 16 2007 Steve Grubb <sgrubb@redhat.com> 1.0.4-6
|
||||
- change buildroot
|
||||
|
||||
* Thu Feb 8 2007 Steve Grubb <sgrubb@redhat.com> 1.0.4-5
|
||||
- specfile updates
|
||||
|
||||
|
|
|
|||
Reference in a new issue