New upstream version 1.0.2
This commit is contained in:
parent
3f97826dcd
commit
ccdbb6ddc0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
blktrace-1.0.1.tar.bz2
|
blktrace-1.0.1.tar.bz2
|
||||||
|
/blktrace-1.0.2.tar.bz2
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
Index: blktrace-1.0.1/btreplay/Makefile
|
|
||||||
===================================================================
|
|
||||||
--- blktrace-1.0.1.orig/btreplay/Makefile
|
|
||||||
+++ blktrace-1.0.1/btreplay/Makefile
|
|
||||||
@@ -13,7 +13,7 @@ XCFLAGS = -D_GNU_SOURCE -D_LARGEFILE_SOU
|
|
||||||
override CFLAGS += $(INCS) $(XCFLAGS) $(OCFLAGS)
|
|
||||||
|
|
||||||
PROGS = btrecord btreplay
|
|
||||||
-LIBS = -laio -lrt
|
|
||||||
+LIBS = -laio -lrt -lpthread
|
|
||||||
|
|
||||||
all: depend $(PROGS)
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for performing block layer IO tracing in the linux kernel
|
Summary: Utilities for performing block layer IO tracing in the linux kernel
|
||||||
Name: blktrace
|
Name: blktrace
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
|
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
|
||||||
@ -11,8 +11,6 @@ Requires: python
|
|||||||
BuildRequires: libaio-devel python texlive-latex dvipdfm
|
BuildRequires: libaio-devel python texlive-latex dvipdfm
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Patch0: blktrace-1.0.1-explicit-libpthread.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
blktrace is a block layer IO tracing mechanism which provides detailed
|
blktrace is a block layer IO tracing mechanism which provides detailed
|
||||||
information about request queue operations to user space. This package
|
information about request queue operations to user space. This package
|
||||||
@ -25,8 +23,6 @@ information about IO patterns.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="%{optflags}" all
|
make CFLAGS="%{optflags}" all
|
||||||
make CFLAGS="%{optflags}" docs
|
make CFLAGS="%{optflags}" docs
|
||||||
@ -47,6 +43,9 @@ rm -rf %{buildroot}
|
|||||||
%attr(0644,root,root) /usr/share/man/man8/*
|
%attr(0644,root,root) /usr/share/man/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 16 2011 Eric Sandeen <sandeen@redhat.com> - 1.0.2-1
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user