new version
- services shouldn't be enabled by default in the spec file
This commit is contained in:
parent
54c333ebb0
commit
7825f74f59
@ -2,7 +2,7 @@ Summary: Initial system configuration utility
|
|||||||
Name: initial-setup
|
Name: initial-setup
|
||||||
URL: http://fedoraproject.org/wiki/FirstBoot
|
URL: http://fedoraproject.org/wiki/FirstBoot
|
||||||
Version: 0.3.4
|
Version: 0.3.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# This is a Red Hat maintained package which is specific to
|
# 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
|
if [ "$platform" = "s390" -o "$platform" = "s390x" ]; then
|
||||||
echo "RUN_INITIAL_SETUP=YES" > /etc/sysconfig/initial-setup
|
echo "RUN_INITIAL_SETUP=YES" > /etc/sysconfig/initial-setup
|
||||||
else
|
else
|
||||||
/bin/systemctl enable initial-setup-graphical.service >/dev/null 2>&1
|
%systemd_post initial-setup-graphical.service
|
||||||
/bin/systemctl enable initial-setup-text.service >/dev/null 2>&1
|
%systemd_post initial-setup-text.service
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -98,6 +98,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 5 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.4-2
|
||||||
- Rebuild with fixed spec that enables services after installation
|
- Rebuild with fixed spec that enables services after installation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user