Blame SPECS/blktrace.spec

644205
Summary: Utilities for performing block layer IO tracing in the linux kernel
644205
Name: blktrace
644205
Version: 1.0.5
644205
Release: 9%{?dist}
644205
License: GPLv2+
644205
Group: Development/System
644205
Source:  http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
644205
Url: http://brick.kernel.dk/snaps
644205
644205
Requires: python
644205
BuildRequires: libaio-devel python
644205
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
644205
644205
Patch0: blktrace-1.0.5-blktrace-high-cpu-count.patch
644205
Patch1: blktrace-1.0.5-remove-k-from-manpage.patch
644205
Patch2: blktrace-1.0.5-signal-condition.patch
644205
Patch3: blktrace-btt-make-device-devno-use-PATH_MAX-to-avoid-overflow.patch
644205
644205
%description
644205
blktrace is a block layer IO tracing mechanism which provides detailed
644205
information about request queue operations to user space.  This package
644205
includes both blktrace, a utility which gathers event traces from the kernel;
644205
and blkparse, a utility which formats trace data collected by blktrace.
644205
644205
You should install the blktrace package if you need to gather detailed
644205
information about IO patterns.
644205
644205
%prep
644205
%setup -q
644205
%patch0 -p1
644205
%patch1 -p1
644205
%patch2 -p1
644205
%patch3 -p1
644205
644205
%build
644205
make CFLAGS="%{optflags}" all
644205
644205
%install
644205
rm -rf %{buildroot}
644205
make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/usr/share/man install
644205
644205
%clean
644205
rm -rf %{buildroot}
644205
644205
%files
644205
%defattr(-,root,root)
644205
%doc README COPYING
644205
%{_bindir}/*
644205
%attr(0644,root,root) /usr/share/man/man1/*
644205
%attr(0644,root,root) /usr/share/man/man8/*
644205
644205
%changelog
644205
* Thu Feb 21 2019 Eric Sandeen <sandeen@redhat.com> - 1.0.5-9
644205
- Fix buffer overflow in the dev_map_read function (#1580579)
644205
  Fixes CVE-2018-10689
644205
644205
* Wed May 18 2016 Eric Sandeen <sandeen@redhat.com> - 1.0.5-8
644205
- One more cpu scalability fix (#1032368)
644205
644205
* Wed May 18 2016 Eric Sandeen <sandeen@redhat.com> - 1.0.5-7
644205
- Add upstream cpu scalability patches (#1032368)
644205
- Remove "-k" option from manpage (#1300354)
644205
- Fix potential deadlock when calling stop_tracers (#1263189)
644205
644205
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.5-6
644205
- Mass rebuild 2014-01-24
644205
644205
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.5-5
644205
- Mass rebuild 2013-12-27
644205
644205
* Thu Mar 21 2013 Eric Sandeen <sandeen@redhat.com> - 1.0.5-4
644205
- Remove tex->pdf doc build, fix build & lighten up buildreqs
644205
644205
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-3
644205
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
644205
644205
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
644205
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
644205
644205
* Fri Mar 23 2012 Eric Sandeen <sandeen@redhat.com> - 1.0.5-1
644205
- New upstream version
644205
644205
* Tue Jan 31 2012 Eric Sandeen <sandeen@redhat.com> - 1.0.4-1
644205
- New upstream version
644205
644205
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
644205
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
644205
644205
* Fri Aug 12 2011 Eric Sandeen <sandeen@redhat.com> - 1.0.3-1
644205
- New upstream version
644205
644205
* Wed Mar 16 2011 Eric Sandeen <sandeen@redhat.com> - 1.0.2-1
644205
- New upstream version
644205
644205
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
644205
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
644205
644205
* Sat Feb 13 2010 Eric Sandeen <sandeen@redhat.com> - 1.0.1-4
644205
- Fix linking with libpthread (#564775)
644205
644205
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-3
644205
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
644205
644205
* Mon May 11 2009 Eric Sandeen <sandeen@redhat.com> - 1.0.1-2
644205
- Upstream respun the release tarball to re-include top-level dir
644205
- drop exclude of bno_plot.py[co], not getting built now?
644205
644205
* Mon May 11 2009 Eric Sandeen <sandeen@redhat.com> - 1.0.1-1
644205
- New upstream version
644205
644205
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
644205
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
644205
644205
* Tue Feb 17 2009 Eric Sandeen <sandeen@redhat.com> - 1.0.0-2
644205
- Build PDF documentation after all
644205
644205
* Sun Nov 02 2008 Eric Sandeen <sandeen@redhat.com> - 1.0.0-1
644205
- New upstream version (now with actual versioning!)
644205
644205
* Fri Feb 08 2008 Eric Sandeen <sandeen@redhat.com> - 0.0-0.9.20080103162505git
644205
- gcc-4.3 rebuild
644205
644205
* Sat Jan 26 2008 Eric Sandeen <sandeen@redhat.com> - 0.0-0.8.20080103162505git
644205
- New upstream version
644205
644205
* Wed Oct 24 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.6.20071010202719git
644205
- Add libaio-devel to BuildRequires
644205
644205
* Wed Oct 24 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.5.20071010202719git
644205
- New upstream version
644205
644205
* Wed Aug 15 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.4.20070730162628git
644205
- Fix up btt/Makefile to accept rpm's CFLAGS
644205
644205
* Tue Aug 14 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.3.20070730162628git
644205
- Just drop the pdf build, bloats the buildroot for such a simple tool
644205
644205
* Wed Aug 01 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.2.20070730162628git
644205
- Add ghostscript to BuildRequires, use attr macro for man pages
644205
644205
* Wed Aug 01 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.1.20070730162628git
644205
- New package, initial build.