New upstream version v3.15
This commit is contained in:
parent
edf1768c5d
commit
e6f837b5cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/fio-3.12.tar.bz2
|
/fio-3.12.tar.bz2
|
||||||
/fio-3.13.tar.bz2
|
/fio-3.13.tar.bz2
|
||||||
/fio-3.14.tar.bz2
|
/fio-3.14.tar.bz2
|
||||||
|
/fio-3.15.tar.bz2
|
||||||
|
11
fio.spec
11
fio.spec
@ -1,14 +1,12 @@
|
|||||||
Name: fio
|
Name: fio
|
||||||
Version: 3.14
|
Version: 3.15
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Multithreaded IO generation tool
|
Summary: Multithreaded IO generation tool
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://git.kernel.dk/?p=fio.git;a=summary
|
URL: http://git.kernel.dk/?p=fio.git;a=summary
|
||||||
Source: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
|
Source: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
Patch0: fio-3.14-no-redef-gettid.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -45,8 +43,6 @@ pathfix.py -i %{__python3} -pn \
|
|||||||
tools/plot/fio2gnuplot \
|
tools/plot/fio2gnuplot \
|
||||||
t/steadystate_tests.py
|
t/steadystate_tests.py
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --disable-optimizations
|
./configure --disable-optimizations
|
||||||
EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" make V=1 %{?_smp_mflags}
|
EXTFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" make V=1 %{?_smp_mflags}
|
||||||
@ -63,6 +59,9 @@ make install prefix=%{_prefix} mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT INSTALL
|
|||||||
%{_datadir}/%{name}/*
|
%{_datadir}/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 16 2019 Eric Sandeen <sandeen@redhat.com> 3.15-1
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Thu Aug 08 2019 Eric Sandeen <sandeen@redhat.com> 3.14-3
|
* Thu Aug 08 2019 Eric Sandeen <sandeen@redhat.com> 3.14-3
|
||||||
- Make all scripts explicitly call python3 (#1738819)
|
- Make all scripts explicitly call python3 (#1738819)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fio-3.14.tar.bz2) = 4f78e830905ab8ea6e65ad8f0affc3f5a8dabdfebfb12a72de5518680205f4586e441beeaf261693cf14f3f75dc82622ab10ddfeca657da652d819ed381a77ec
|
SHA512 (fio-3.15.tar.bz2) = b712f75e602661e330c46a19c5c5a9f1e16c02c8ee346b96811f6f81ce229f1bdd613468e00e616aa305775e6ed6a435069afb7593b00ab2e41a472cddc236ab
|
||||||
|
Loading…
Reference in New Issue
Block a user