- Upstream respun the release tarball to re-include top-level dir
- drop exclude of bno_plot.py[co], not getting built now?
This commit is contained in:
parent
389bcdbb13
commit
0280805cae
@ -1,7 +1,7 @@
|
||||
Summary: Utilities for performing block layer IO tracing in the linux kernel
|
||||
Name: blktrace
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Development/System
|
||||
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
|
||||
@ -21,7 +21,7 @@ You should install the blktrace package if you need to gather detailed
|
||||
information about IO patterns.
|
||||
|
||||
%prep
|
||||
%setup -q -c blktrace
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make CFLAGS="%{optflags}" all
|
||||
@ -39,11 +39,14 @@ rm -rf %{buildroot}
|
||||
%doc README COPYING
|
||||
%doc btt/doc/btt.pdf btreplay/doc/btreplay.pdf doc/blktrace.pdf
|
||||
%{_bindir}/*
|
||||
%exclude %{_bindir}/bno_plot.py[co]
|
||||
%attr(0644,root,root) /usr/share/man/man1/*
|
||||
%attr(0644,root,root) /usr/share/man/man8/*
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2009 Eric Sandeen <sandeen@redhat.com> - 1.0.1-2
|
||||
- Upstream respun the release tarball to re-include top-level dir
|
||||
- drop exclude of bno_plot.py[co], not getting built now?
|
||||
|
||||
* Mon May 11 2009 Eric Sandeen <sandeen@redhat.com> - 1.0.1-1
|
||||
- New upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user