new version
This commit is contained in:
parent
71a31d2178
commit
54c333ebb0
@ -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: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -31,9 +31,9 @@ BuildRequires: python-di
|
|||||||
Requires: gtk3
|
Requires: gtk3
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: anaconda >= 19.13
|
Requires: anaconda >= 19.13
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd
|
||||||
Requires: firstboot(windowmanager)
|
Requires: firstboot(windowmanager)
|
||||||
Requires: libreport-python
|
Requires: libreport-python
|
||||||
Requires: python-di
|
Requires: python-di
|
||||||
@ -53,9 +53,8 @@ rm -rf *.egg-info
|
|||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
%{__python} setup.py compile_catalog -D %{name} -d locale
|
%{__python} setup.py compile_catalog -D %{name} -d locale
|
||||||
|
|
||||||
# Check is disabled until Gtk bug rhbz#902401 is resolved
|
%check
|
||||||
#%check
|
%{__python} setup.py nosetests
|
||||||
#%{__python} setup.py nosetests
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
|
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
|
||||||
@ -67,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
|
||||||
%systemd_post initial-setup-graphical.service
|
/bin/systemctl enable initial-setup-graphical.service >/dev/null 2>&1
|
||||||
%systemd_post initial-setup-text.service
|
/bin/systemctl enable initial-setup-text.service >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -99,6 +98,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 5 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.4-2
|
||||||
|
- Rebuild with fixed spec that enables services after installation
|
||||||
|
|
||||||
* Thu Mar 28 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.4-1
|
* Thu Mar 28 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3.4-1
|
||||||
- Search for proper UI variant of addons
|
- Search for proper UI variant of addons
|
||||||
- Add addon directories to sys.path
|
- Add addon directories to sys.path
|
||||||
|
Loading…
Reference in New Issue
Block a user