From b77a954c48a3f1357255f9273a27db777ed7f91f Mon Sep 17 00:00:00 2001 From: Arnaud Guignard Date: Thu, 30 Apr 2015 14:33:23 +0200 Subject: [PATCH] LU-6546 rpm: exclude duplicate binaries Exclude /usr/sbin/wirecheck and /usr/sbin/wiretest binaries from lustre package to avoid duplicate binaries in lustre and lustre-tests packages. Change-Id: I59674fa5d1263a7e8022e6008556bf35a2de477b Signed-off-by: Arnaud Guignard Reviewed-on: http://review.whamcloud.com/14646 Tested-by: Jenkins Reviewed-by: Nathaniel Clark Tested-by: Maloo Reviewed-by: Isaac Huang Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- lustre.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre.spec.in b/lustre.spec.in index 4f6f6ca..c20ff84 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -447,6 +447,8 @@ find $RPM_BUILD_ROOT%{?rootdir}/lib/modules/%{kversion}/%{kmoddir} \ %files -f lustre.files %defattr(-,root,root) %{_sbindir}/* +%exclude %{_sbindir}/wirecheck +%exclude %{_sbindir}/wiretest %if %{with zfs} %exclude %{_sbindir}/zfsobj2fid %endif -- 1.8.3.1