new version

This commit is contained in:
Vratislav Podzimek 2013-04-05 23:29:16 +02:00
parent 71a31d2178
commit 54c333ebb0

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: 1%{?dist}
Release: 2%{?dist}
BuildArch: noarch
# This is a Red Hat maintained package which is specific to
@ -31,9 +31,9 @@ BuildRequires: python-di
Requires: gtk3
Requires: python
Requires: anaconda >= 19.13
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Requires: firstboot(windowmanager)
Requires: libreport-python
Requires: python-di
@ -53,9 +53,8 @@ rm -rf *.egg-info
%{__python} setup.py build
%{__python} setup.py compile_catalog -D %{name} -d locale
# Check is disabled until Gtk bug rhbz#902401 is resolved
#%check
#%{__python} setup.py nosetests
%check
%{__python} setup.py nosetests
%install
%{__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
echo "RUN_INITIAL_SETUP=YES" > /etc/sysconfig/initial-setup
else
%systemd_post initial-setup-graphical.service
%systemd_post initial-setup-text.service
/bin/systemctl enable initial-setup-graphical.service >/dev/null 2>&1
/bin/systemctl enable initial-setup-text.service >/dev/null 2>&1
fi
fi
@ -99,6 +98,9 @@ fi
%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
- Search for proper UI variant of addons
- Add addon directories to sys.path