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.31.tar.gz
|
||||||
/initial-setup-0.3.32.tar.gz
|
/initial-setup-0.3.32.tar.gz
|
||||||
/initial-setup-0.3.33.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
|
Summary: Initial system configuration utility
|
||||||
Name: initial-setup
|
Name: initial-setup
|
||||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||||
Version: 0.3.33
|
Version: 0.3.34
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution.
|
# our distribution.
|
||||||
@ -18,23 +18,21 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: glade-devel
|
BuildRequires: glade-devel
|
||||||
BuildRequires: anaconda >= %{anacondaver}
|
BuildRequires: anaconda >= %{anacondaver}
|
||||||
BuildRequires: python-di
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
Requires: python
|
Requires: python3
|
||||||
Requires: anaconda-tui >= %{anacondaver}
|
Requires: anaconda-tui >= %{anacondaver}
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
Requires: libreport-python
|
Requires: libreport-python3
|
||||||
Requires: python-di
|
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
Conflicts: firstboot < 19.2
|
Conflicts: firstboot < 19.2
|
||||||
|
|
||||||
@ -102,8 +100,8 @@ fi
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYING README.rst
|
%doc COPYING README.rst
|
||||||
%{python_sitelib}/initial_setup*
|
%{python3_sitelib}/initial_setup*
|
||||||
%exclude %{python_sitelib}/initial_setup/gui
|
%exclude %{python3_sitelib}/initial_setup/gui
|
||||||
%{_bindir}/initial-setup
|
%{_bindir}/initial-setup
|
||||||
%{_bindir}/firstboot-windowmanager
|
%{_bindir}/firstboot-windowmanager
|
||||||
%{_unitdir}/initial-setup-text.service
|
%{_unitdir}/initial-setup-text.service
|
||||||
@ -114,10 +112,13 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%{python_sitelib}/initial_setup/gui/*
|
%{python3_sitelib}/initial_setup/gui/*
|
||||||
%{_unitdir}/initial-setup-graphical.service
|
%{_unitdir}/initial-setup-graphical.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user