From 433525d770f13274ffc8e1f4afb2e01e6e3bb80f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 24 Sep 2015 12:43:48 -0500 Subject: [PATCH] omit 0008-Inherit-path-environment-variables-from-parent.patch pending security concerns --- sddm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sddm.spec b/sddm.spec index f033620..ec62521 100644 --- a/sddm.spec +++ b/sddm.spec @@ -2,7 +2,7 @@ Name: sddm Version: 0.12.0 -Release: 3%{?dist} +Release: 4%{?dist} # code GPLv2+, fedora theme CC-BY-SA License: GPLv2+ and CC-BY-SA Summary: QML based X11 desktop manager @@ -11,7 +11,7 @@ Url: https://github.com/sddm/sddm Source0: https://github.com/sddm/sddm/archive/v%{version}.tar.gz ## upstream patches -Patch8: 0008-Inherit-path-environment-variables-from-parent.patch +#Patch8: 0008-Inherit-path-environment-variables-from-parent.patch Patch11: 0011-Don-t-cast-QByteArray-to-char.patch ## downstream patches @@ -172,6 +172,9 @@ exit 0 %changelog +* Thu Sep 24 2015 Rex Dieter 0.12.0-4 +- omit 0008-Inherit-path-environment-variables-from-parent.patch pending security concerns + * Thu Sep 24 2015 Rex Dieter - 0.12.0-3 - pull in upstream fixes (#1265813) - fedora theme QML error (#1264946)