|
|
6b2da9 |
Name: nfstest
|
|
|
6b2da9 |
Version: 2.1.5
|
|
|
6b2da9 |
Release: 1%{?dist}
|
|
|
6b2da9 |
Summary: NFS Testing Tool
|
|
|
6b2da9 |
|
|
|
6b2da9 |
Group: Applications/System
|
|
|
6b2da9 |
License: GPLv2+
|
|
|
6b2da9 |
URL: http://wiki.linux-nfs.org/wiki/index.php/NFStest
|
|
|
6b2da9 |
Source0: http://www.linux-nfs.org/~mora/nfstest/releases/NFStest-%{version}.tar.gz
|
|
|
6b2da9 |
|
|
|
6b2da9 |
BuildArch: noarch
|
|
|
6b2da9 |
BuildRequires: python-setuptools
|
|
|
6b2da9 |
BuildRequires: python2-devel
|
|
|
6b2da9 |
Requires: nfs-utils sudo tcpdump
|
|
|
6b2da9 |
Requires: coreutils iproute iptables
|
|
|
6b2da9 |
Requires: openssh-clients psmisc util-linux
|
|
|
6b2da9 |
|
|
|
6b2da9 |
%description
|
|
|
6b2da9 |
Provides a set of tools for testing either the NFS client or the NFS server,
|
|
|
6b2da9 |
most of the functionality is focused mainly on testing the client.
|
|
|
6b2da9 |
%prep
|
|
|
6b2da9 |
%setup -q -n NFStest-%{version}
|
|
|
6b2da9 |
|
|
|
6b2da9 |
%build
|
|
|
6b2da9 |
%{__python} setup.py build
|
|
|
6b2da9 |
|
|
|
6b2da9 |
%install
|
|
|
6b2da9 |
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
|
|
6b2da9 |
|
|
|
6b2da9 |
%files
|
|
|
6b2da9 |
%{_bindir}/nfstest_cache
|
|
|
6b2da9 |
%{_bindir}/nfstest_delegation
|
|
|
6b2da9 |
%{_bindir}/nfstest_dio
|
|
|
6b2da9 |
%{_bindir}/nfstest_pnfs
|
|
|
6b2da9 |
%{_bindir}/nfstest_posix
|
|
|
6b2da9 |
%{_bindir}/nfstest_alloc
|
|
|
6b2da9 |
%{_bindir}/nfstest_file
|
|
|
6b2da9 |
%{_bindir}/nfstest_interop
|
|
|
6b2da9 |
%{_bindir}/nfstest_io
|
|
|
6b2da9 |
%{_bindir}/nfstest_lock
|
|
|
6b2da9 |
%{_bindir}/nfstest_pkt
|
|
|
6b2da9 |
%{_bindir}/nfstest_sparse
|
|
|
6b2da9 |
%{_bindir}/nfstest_xid
|
|
|
6b2da9 |
%{_bindir}/nfstest_ssc
|
|
|
6b2da9 |
%{_mandir}/*/*
|
|
|
6b2da9 |
#For noarch packages: sitelib
|
|
|
6b2da9 |
%{python_sitelib}/*
|
|
|
6b2da9 |
|
|
|
6b2da9 |
%doc COPYING README
|
|
|
6b2da9 |
|
|
|
6b2da9 |
%changelog
|
|
|
6b2da9 |
* Thu Apr 27 2017 Steve Dickson <steved@redhat.com> 2.1.5-1
|
|
|
6b2da9 |
- Added needed Requires (bz 1444902)
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Sat Feb 25 2017 Steve Dickson <steved@redhat.com> 2.1.5-0
|
|
|
6b2da9 |
- Updated to latest upstream release: 2.1.5 (bz 1420069)
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Thu Jan 21 2016 Steve Dickson <steved@redhat.com> 2.1.1-0.0
|
|
|
6b2da9 |
- Rebased to latest upstream release: 2.1.1 (bz 1284678)
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Wed Jul 23 2014 Steve Dickson <steved@redhat.com> 1.0.8-0.0
|
|
|
6b2da9 |
- rebuild for RHEL 7.1 (bz 1059490)
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Wed Jan 29 2014 Steve Dickson <steved@redhat.com> 1.0.8-0
|
|
|
6b2da9 |
- Updated to latest upstream release: 1.0.8 (bz 1059490)
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.2-2
|
|
|
6b2da9 |
- Mass rebuild 2013-12-27
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Mon Nov 4 2013 Steve Dickson <steved@redhat.com> 1.0.2-1
|
|
|
6b2da9 |
- Renamed package to nfstest
|
|
|
6b2da9 |
- Initial RHEL-7 build (bz1026476)
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Wed Apr 24 2013 Steve Dickson <steved@redhat.com> 1.0.2-0
|
|
|
6b2da9 |
- Updated to latest upstream release: 1.0.2
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Mon Mar 18 2013 Steve Dickson <steved@redhat.com> 1.0.1-1
|
|
|
6b2da9 |
- Added required BuildRequires
|
|
|
6b2da9 |
|
|
|
6b2da9 |
* Thu Feb 21 2013 Steve Dickson <steved@redhat.com> 1.0.1-0
|
|
|
6b2da9 |
- Inital commit.
|
|
|
6b2da9 |
|
|
|
6b2da9 |
|