From fd52e196bd1f88fae7c9dba9d2af1a230516ceca Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Oct 30 2019 16:17:23 +0000 Subject: Add missing conditional for RHEL 7 This should've been part of commit 7bac0c82cb98ac78. No need to issue a build just for this. --- 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