jreznik pushed to kdelibs3 (epel7). "These need to be &&, not ||."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:35:46 UTC 2015


>From 290f55c56b240b5292854dc510721f4c9c919e9c Mon Sep 17 00:00:00 2001
From: Kevin Kofler <kkofler at fedoraproject.org>
Date: Mon, 28 Sep 2009 13:10:57 +0000
Subject: These need to be &&, not ||.


diff --git a/kdelibs3.spec b/kdelibs3.spec
index 3ec99b6..070cb43 100644
--- a/kdelibs3.spec
+++ b/kdelibs3.spec
@@ -331,7 +331,7 @@ for i in *; do
 done
 popd
 
-%if 0%{?fedora} < 12 || 0%{?rhel} < 6
+%if 0%{?fedora} < 12 && 0%{?rhel} < 6
 install -p -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde.sh
 install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde.csh
 %endif
@@ -470,7 +470,7 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
 %defattr(-,root,root,-)
 %doc README
 %doc COPYING.LIB
-%if 0%{?fedora} < 12 || 0%{?rhel} < 6
+%if 0%{?fedora} < 12 && 0%{?rhel} < 6
 %config(noreplace) %{_sysconfdir}/profile.d/*
 %endif
 %{_bindir}/artsmessage
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdelibs3.git/commit/?h=epel7&id=290f55c56b240b5292854dc510721f4c9c919e9c


More information about the scm-commits mailing list