Changes to remove regression-tests RPM from Fedora
This commit is contained in:
parent
c91de78e68
commit
5de4161ab1
@ -146,7 +146,7 @@ Summary: Cluster File System
|
|||||||
%if ( 0%{_for_fedora_koji_builds} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.6.1
|
Version: 3.6.1
|
||||||
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
Release: 2%{?prereltag:.%{prereltag}}%{?dist}
|
||||||
Vendor: Fedora Project
|
Vendor: Fedora Project
|
||||||
%else
|
%else
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
@ -408,6 +408,7 @@ is in user space and easily manageable.
|
|||||||
This package provides support to ib-verbs library.
|
This package provides support to ib-verbs library.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if ( ! 0%{_for_fedora_koji_builds} )
|
||||||
%package regression-tests
|
%package regression-tests
|
||||||
Summary: Development Tools
|
Summary: Development Tools
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -423,6 +424,7 @@ Requires: nfs-utils xfsprogs yajl
|
|||||||
%description regression-tests
|
%description regression-tests
|
||||||
The Gluster Test Framework, is a suite of scripts used for
|
The Gluster Test Framework, is a suite of scripts used for
|
||||||
regression testing of Gluster.
|
regression testing of Gluster.
|
||||||
|
%endif
|
||||||
|
|
||||||
%if ( 0%{!?_without_ocf:1} )
|
%if ( 0%{!?_without_ocf:1} )
|
||||||
%package resource-agents
|
%package resource-agents
|
||||||
@ -710,8 +712,9 @@ install -p -m 0744 extras/hook-scripts/S56glusterd-geo-rep-create-post.sh \
|
|||||||
%{__install} -p -m 0744 extras/hook-scripts/reset/post/*.sh \
|
%{__install} -p -m 0744 extras/hook-scripts/reset/post/*.sh \
|
||||||
%{buildroot}%{_sharedstatedir}/glusterd/hooks/1/reset/post
|
%{buildroot}%{_sharedstatedir}/glusterd/hooks/1/reset/post
|
||||||
|
|
||||||
|
%if ( ! 0%{_for_fedora_koji_builds} )
|
||||||
find ./tests ./run-tests.sh -type f | cpio -pd %{buildroot}%{_prefix}/share/glusterfs
|
find ./tests ./run-tests.sh -type f | cpio -pd %{buildroot}%{_prefix}/share/glusterfs
|
||||||
|
%endif
|
||||||
|
|
||||||
## Install bash completion for cli
|
## Install bash completion for cli
|
||||||
install -p -m 0744 -D extras/command-completion/gluster.bash \
|
install -p -m 0744 -D extras/command-completion/gluster.bash \
|
||||||
@ -958,9 +961,11 @@ fi
|
|||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/rpc-transport/rdma*
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/rpc-transport/rdma*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if ( ! 0%{_for_fedora_koji_builds} )
|
||||||
%files regression-tests
|
%files regression-tests
|
||||||
%{_prefix}/share/glusterfs/*
|
%{_prefix}/share/glusterfs/*
|
||||||
%exclude %{_prefix}/share/glusterfs/tests/basic/rpm.t
|
%exclude %{_prefix}/share/glusterfs/tests/basic/rpm.t
|
||||||
|
%endif
|
||||||
|
|
||||||
%if ( 0%{!?_without_ocf:1} )
|
%if ( 0%{!?_without_ocf:1} )
|
||||||
%files resource-agents
|
%files resource-agents
|
||||||
@ -1043,6 +1048,9 @@ fi
|
|||||||
%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid
|
%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 19 2014 Lalatendu Mohanty <lmohanty@redhat.com>
|
||||||
|
- Changes to remove regression-tests RPM from Fedora
|
||||||
|
|
||||||
* Fri Nov 07 2014 Lalatendu Mohanty <lmohanty@redhat.com>
|
* Fri Nov 07 2014 Lalatendu Mohanty <lmohanty@redhat.com>
|
||||||
- GlusterFS 3.6.1 GA
|
- GlusterFS 3.6.1 GA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user