From 7825f74f594d0ea23c61c69155ec228f292192d5 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Mon, 8 Apr 2013 13:18:48 +0200 Subject: [PATCH] new version - services shouldn't be enabled by default in the spec file --- initial-setup.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/initial-setup.spec b/initial-setup.spec index 99cb3cf..622e223 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -2,7 +2,7 @@ Summary: Initial system configuration utility Name: initial-setup URL: http://fedoraproject.org/wiki/FirstBoot Version: 0.3.4 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch # This is a Red Hat maintained package which is specific to @@ -66,8 +66,8 @@ if [ $1 -ne 2 -a ! -f /etc/sysconfig/initial-setup ]; then if [ "$platform" = "s390" -o "$platform" = "s390x" ]; then echo "RUN_INITIAL_SETUP=YES" > /etc/sysconfig/initial-setup else - /bin/systemctl enable initial-setup-graphical.service >/dev/null 2>&1 - /bin/systemctl enable initial-setup-text.service >/dev/null 2>&1 + %systemd_post initial-setup-graphical.service + %systemd_post initial-setup-text.service fi fi @@ -98,6 +98,9 @@ fi %changelog +* Mon Apr 8 2013 Vratislav Podzimek - 0.3.4-3 +- Rebuild with fixed spec that partly reverts the previous change + * Fri Apr 5 2013 Vratislav Podzimek - 0.3.4-2 - Rebuild with fixed spec that enables services after installation