Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/initial-setup-0.3.81.7.tar.gz
|
SOURCES/initial-setup-0.3.90.2.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
09b19fad73510970aa0eb19990229acf690051b7 SOURCES/initial-setup-0.3.81.7.tar.gz
|
8ce20a36d51b740faf5f20effdffdf1f44218a6c SOURCES/initial-setup-0.3.90.2.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.81.7
|
Version: 0.3.90.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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.
|
||||||
@ -13,21 +13,21 @@ Release: 1%{?dist}
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
%define anacondaver 33.16.3.1-1
|
%define anacondaver 34.9-1
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
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: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
Requires: %{__python3}
|
Requires: %{__python3}
|
||||||
Requires: anaconda-tui >= %{anacondaver}
|
Requires: anaconda-tui >= %{anacondaver}
|
||||||
|
Requires: python3-simpleline >= 1.4
|
||||||
Requires: systemd >= 235
|
Requires: systemd >= 235
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
@ -48,11 +48,6 @@ Requires: xorg-x11-xinit
|
|||||||
Requires: xorg-x11-server-Xorg
|
Requires: xorg-x11-server-Xorg
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
# native i686 installations are not supported on RHEL8 and Initial Setup
|
|
||||||
# is not a i686 compatibility library, so building it for i686 does not
|
|
||||||
# make sense
|
|
||||||
ExcludeArch: i686
|
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
The initial-setup-gui package contains a graphical user interface for the
|
The initial-setup-gui package contains a graphical user interface for the
|
||||||
initial-setup utility.
|
initial-setup utility.
|
||||||
@ -66,9 +61,6 @@ rm -rf *.egg-info
|
|||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
|
|
||||||
%check
|
|
||||||
make test
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
@ -88,7 +80,7 @@ rm -rf %{buildroot}
|
|||||||
%systemd_postun initial-setup.service
|
%systemd_postun initial-setup.service
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc README.rst
|
%doc README.rst ChangeLog
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python3_sitelib}/initial_setup*
|
%{python3_sitelib}/initial_setup*
|
||||||
%exclude %{python3_sitelib}/initial_setup/gui
|
%exclude %{python3_sitelib}/initial_setup/gui
|
||||||
@ -112,39 +104,68 @@ rm -rf %{buildroot}
|
|||||||
%{python3_sitelib}/initial_setup/gui/*
|
%{python3_sitelib}/initial_setup/gui/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 24 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.7-1
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.90.2-2
|
||||||
- Fix translations for EULA spoke related strings (mkolman)
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
* Fri Jul 17 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.6-1
|
* Fri Jun 11 2021 Martin Kolman <mkolman@redhat.com> - 0.3.90.2-1
|
||||||
|
- Disable multi TTY handler when running in SSH session (#1951577) (mkolman)
|
||||||
|
Resolves: rhbz#1951577
|
||||||
|
|
||||||
|
* Thu Jun 10 2021 Martin Kolman <mkolman@redhat.com> - 0.3.90.1-1
|
||||||
|
- Add gnome-kiosk to window managers usable by initial-setup (#1962198) (vponcova)
|
||||||
|
Resolves: rhbz#1962198
|
||||||
|
|
||||||
|
* Tue Mar 30 2021 Martin Kolman <mkolman@redhat.com> - 0.3.90-1
|
||||||
- Remove old failing pre scriptlet (mkolman)
|
- Remove old failing pre scriptlet (mkolman)
|
||||||
|
|
||||||
* Thu Jun 25 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.5-1
|
* Tue Mar 23 2021 Martin Kolman <mkolman@redhat.com> - 0.3.89-1
|
||||||
- Disable multi TTY handler when running in SSH session (mkolman)
|
- Include scripts in the updates image (vponcova)
|
||||||
- Add CLI option to disable multi TTY handler (mkolman)
|
- Drop build time dependency on the anaconda package (mkolman)
|
||||||
|
|
||||||
|
* Mon Feb 22 2021 Martin Kolman <mkolman@redhat.com> - 0.3.88-1
|
||||||
|
- Load the product configuration files (vponcova)
|
||||||
|
- Clean up the code (vponcova)
|
||||||
|
|
||||||
|
* Mon Feb 15 2021 Martin Kolman <mkolman@redhat.com> - 0.3.87-1
|
||||||
|
- Add BuildRequires: make (tstellar)
|
||||||
|
- Fixup version number in setup.py (mkolman)
|
||||||
|
|
||||||
|
* Fri Feb 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.86-1
|
||||||
|
- Drop python-nose from the dependencies (#1916799) (vponcova)
|
||||||
|
- Add the makeupdates script (vponcova)
|
||||||
|
- Remove deprecated support for add-ons (vponcova)
|
||||||
|
- Don't run installation tasks of add-ons in a meta task (vponcova)
|
||||||
|
- Migrate COPR builds from Jenkins to Packit (jkonecny)
|
||||||
|
- Add documentation for the new test solution (jkonecny)
|
||||||
|
- Add support for custom Anaconda COPR repository (jkonecny)
|
||||||
|
- Use `make test` to run TMT tests locally (jkonecny)
|
||||||
|
- Add TMT configuration to get Anaconda COPR build (jkonecny)
|
||||||
|
- Add Packit support for initial-setup (jkonecny)
|
||||||
|
- Update and use setup.py for archive creation (jkonecny)
|
||||||
|
- Fix ChangeLog generation in Makefile (jkonecny)
|
||||||
|
|
||||||
|
* Mon Dec 07 2020 Martin Kolman <mkolman@redhat.com> - 0.3.85-1
|
||||||
|
- Adapt to category title translation fix in Anaconda (mkolman)
|
||||||
|
|
||||||
|
* Tue Oct 27 2020 Martin Kolman <mkolman@redhat.com> - 0.3.84-1
|
||||||
|
- Adjust to logging command changes in Anaconda (#1891621) (mkolman)
|
||||||
|
- Make sure the output from custom_getpass() is serialized after stdout (lkundrak)
|
||||||
|
|
||||||
|
* Wed Aug 19 2020 Martin Kolman <mkolman@redhat.com> - 0.3.83-1
|
||||||
- Add PEP8 Speaks configuration (mkolman)
|
- Add PEP8 Speaks configuration (mkolman)
|
||||||
|
- Remove hard coded name of the translation repo in tmp (jkonecny)
|
||||||
|
- Update README.rst (mkolman)
|
||||||
- Add missing branch config to manifest file (jkonecny)
|
- Add missing branch config to manifest file (jkonecny)
|
||||||
|
- Add COPR daily builds badge (jkonecny)
|
||||||
|
|
||||||
|
* Mon Jun 08 2020 Martin Kolman <mkolman@redhat.com> - 0.3.82-1
|
||||||
- Add translation badge to the README file (jkonecny)
|
- Add translation badge to the README file (jkonecny)
|
||||||
- Remove unused PREFIX variable from Makefile (jkonecny)
|
- Remove unused PREFIX variable from Makefile (jkonecny)
|
||||||
- Use new po-push instead of Zanata (jkonecny)
|
- Use new po-push instead of Zanata (jkonecny)
|
||||||
- Add po-push using localization repository (jkonecny)
|
- Add po-push using localization repository (jkonecny)
|
||||||
- Use translation repository to pull the translations (jkonecny)
|
- Use translation repository to pull the translations (jkonecny)
|
||||||
|
|
||||||
* Tue May 26 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.4-1
|
|
||||||
- Do not build Initial Setup on i686 (mkolman)
|
|
||||||
Related: rhbz#1696277
|
|
||||||
|
|
||||||
* Tue May 26 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.3-1
|
|
||||||
- Fix typo in rebased Anaconda version (mkolman)
|
|
||||||
Related: rhbz#1696277
|
|
||||||
|
|
||||||
* Mon May 25 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.2-1
|
|
||||||
- Revert "Handle simpleline having an empty stack" (mkolman)
|
|
||||||
Related: rhbz#1696277
|
|
||||||
|
|
||||||
* Mon May 25 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.1-1
|
|
||||||
- Rebased Initial Setup to upstream version 0.3.81
|
|
||||||
Resolves: rhbz#1696277
|
|
||||||
|
|
||||||
* Fri May 22 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81-1
|
* Fri May 22 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81-1
|
||||||
- Use macro for Python 3 requirement in spec file (mkolman)
|
- Use macro for Python 3 requirement in spec file (mkolman)
|
||||||
- Remove outdated dependency on python3-libreport (vslavik)
|
- Remove outdated dependency on python3-libreport (vslavik)
|
||||||
|
Loading…
Reference in New Issue
Block a user