parent
cf7ad4beb3
commit
0c785c3b4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/initial-setup-0.3.31.tar.gz
|
||||
/initial-setup-0.3.32.tar.gz
|
||||
/initial-setup-0.3.33.tar.gz
|
||||
/initial-setup-0.3.34.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.33
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.34
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution.
|
||||
@ -18,23 +18,21 @@ Source0: %{name}-%{version}.tar.gz
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: glade-devel
|
||||
BuildRequires: anaconda >= %{anacondaver}
|
||||
BuildRequires: python-di
|
||||
BuildRequires: intltool
|
||||
|
||||
Requires: python
|
||||
Requires: python3
|
||||
Requires: anaconda-tui >= %{anacondaver}
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
Requires: libreport-python
|
||||
Requires: python-di
|
||||
Requires: libreport-python3
|
||||
Requires: util-linux
|
||||
Conflicts: firstboot < 19.2
|
||||
|
||||
@ -102,8 +100,8 @@ fi
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc COPYING README.rst
|
||||
%{python_sitelib}/initial_setup*
|
||||
%exclude %{python_sitelib}/initial_setup/gui
|
||||
%{python3_sitelib}/initial_setup*
|
||||
%exclude %{python3_sitelib}/initial_setup/gui
|
||||
%{_bindir}/initial-setup
|
||||
%{_bindir}/firstboot-windowmanager
|
||||
%{_unitdir}/initial-setup-text.service
|
||||
@ -114,10 +112,13 @@ fi
|
||||
%endif
|
||||
|
||||
%files gui
|
||||
%{python_sitelib}/initial_setup/gui/*
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
%{_unitdir}/initial-setup-graphical.service
|
||||
|
||||
%changelog
|
||||
* Thu Jul 30 2015 Martin Kolman <mkolman@redhat.com> - 0.3.34-1
|
||||
- Switch Initial Setup to Python 3 (#1244558) (mkolman)
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.33-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user