From 514389dcda6a8413702b79484827dd543c139c4d Mon Sep 17 00:00:00 2001 From: guibuilder_pel7x64builder0 Date: Tue, 26 Jun 2018 12:37:10 +0200 Subject: [PATCH] gdm we need to fool the building to think we are redhat Signed-off-by: guibuilder_pel7x64builder0 --- SPECS/gdm.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SPECS/gdm.spec b/SPECS/gdm.spec index c0d6e19..2dd0440 100644 --- a/SPECS/gdm.spec +++ b/SPECS/gdm.spec @@ -143,6 +143,8 @@ autoreconf --force --install --verbose %build +sed -i 's|/etc/redhat-release|/etc/powerel-release|' configure + %configure --with-pam-prefix=%{_sysconfdir} \ --with-run-dir=/run/gdm \ --with-default-path="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" \