jreznik pushed to kdelibs3 (epel7). "- install profile scripts as 644 instead of 755 (Ville Skyttä, #407521) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:31:05 UTC 2015


>From b1a7e7d06fbbbb77b3430b42e7ce06e82775d9e0 Mon Sep 17 00:00:00 2001
From: Kevin Kofler <kkofler at fedoraproject.org>
Date: Sat, 1 Dec 2007 21:08:57 +0000
Subject: =?UTF-8?q?-=20install=20profile=20scripts=20as=20644=20instead=20?=
 =?UTF-8?q?of=20755=20(Ville=20Skytt=C3=A4,=20#407521)=20-=20don't=20renam?=
 =?UTF-8?q?e=20profile=20scripts=20to=20kde3.(c)sh=20(not=20worth=20the=20?=
 =?UTF-8?q?breakage)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit


diff --git a/kdelibs3.spec b/kdelibs3.spec
index ea76e7d..cd0e246 100644
--- a/kdelibs3.spec
+++ b/kdelibs3.spec
@@ -21,7 +21,7 @@
 
 Summary: K Desktop Environment 3 - Libraries
 Version: 3.5.8
-Release: 15%{?dist}
+Release: 16%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs3
@@ -324,14 +324,11 @@ for i in *; do
 done
 popd
 
-%if "%{name}" == "kdelibs3"
-install -p -m 755 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde3.sh
-install -p -m 755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde3.csh
-%else
-install -p -m 755 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde.sh
-install -p -m 755 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde.csh
-# menus
+install -p -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde.sh
+install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde.csh
 
+%if "%{name}" == "kdelibs"
+# menus
 mkdir -p %{buildroot}%{_sysconfdir}/kde/xdg/menus
 mv %{buildroot}%{_sysconfdir}/xdg/menus/applications.menu \
    %{buildroot}%{_sysconfdir}/xdg/menus/kde-applications.menu
@@ -534,6 +531,10 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
 
 
 %changelog
+* Sat Dec 01 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.8-16
+- install profile scripts as 644 instead of 755 (Ville Skyttä, #407521)
+- don't rename profile scripts to kde3.(c)sh (not worth the breakage)
+
 * Sat Dec 01 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.8-15
 - separate include_crystalsvg conditional, set to 1 until we have kdeartwork 4
 - don't run icon %%post/%%postun snippets for crystalsvg if we don't ship it
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list