From fd52e196bd1f88fae7c9dba9d2af1a230516ceca Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 30 Oct 2019 17:17:23 +0100 Subject: [PATCH] Add missing conditional for RHEL 7 This should've been part of commit 7bac0c82cb98ac78. No need to issue a build just for this. --- LibRaw.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LibRaw.spec b/LibRaw.spec index fd30d0e..9e25786 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -108,8 +108,10 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %{_libdir}/pkgconfig/libraw_r.pc %exclude %{_docdir}/libraw/* +%if 0%{?rhel} != 7 %files samples %{_bindir}/* +%endif %changelog