new version

- services shouldn't be enabled by default in the spec file
This commit is contained in:
Vratislav Podzimek 2013-04-08 13:18:48 +02:00
parent 54c333ebb0
commit 7825f74f59

View File

@ -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 <vpodzime@redhat.com> - 0.3.4-3
- Rebuild with fixed spec that partly reverts the previous change
* Fri Apr 5 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.4-2
- Rebuild with fixed spec that enables services after installation