Compare commits
No commits in common. "c9-beta" and "c8" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/initial-setup-0.3.90.2.tar.gz
|
||||
SOURCES/initial-setup-0.3.81.7.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
8ce20a36d51b740faf5f20effdffdf1f44218a6c SOURCES/initial-setup-0.3.90.2.tar.gz
|
||||
09b19fad73510970aa0eb19990229acf690051b7 SOURCES/initial-setup-0.3.81.7.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.90.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.81.7
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution.
|
||||
@ -13,21 +13,21 @@ Release: 2%{?dist}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
%define debug_package %{nil}
|
||||
%define anacondaver 34.9-1
|
||||
%define anacondaver 33.16.3.1-1
|
||||
|
||||
License: GPLv2+
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: glade-devel
|
||||
BuildRequires: anaconda >= %{anacondaver}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: make
|
||||
|
||||
Requires: %{__python3}
|
||||
Requires: anaconda-tui >= %{anacondaver}
|
||||
Requires: python3-simpleline >= 1.4
|
||||
Requires: systemd >= 235
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
@ -48,6 +48,11 @@ Requires: xorg-x11-xinit
|
||||
Requires: xorg-x11-server-Xorg
|
||||
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
|
||||
The initial-setup-gui package contains a graphical user interface for the
|
||||
initial-setup utility.
|
||||
@ -61,6 +66,9 @@ rm -rf *.egg-info
|
||||
%build
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
@ -80,7 +88,7 @@ rm -rf %{buildroot}
|
||||
%systemd_postun initial-setup.service
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README.rst ChangeLog
|
||||
%doc README.rst
|
||||
%license COPYING
|
||||
%{python3_sitelib}/initial_setup*
|
||||
%exclude %{python3_sitelib}/initial_setup/gui
|
||||
@ -104,68 +112,39 @@ rm -rf %{buildroot}
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.90.2-2
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
* Tue Nov 24 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.7-1
|
||||
- Fix translations for EULA spoke related strings (mkolman)
|
||||
|
||||
* 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
|
||||
* Fri Jul 17 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.6-1
|
||||
- Remove old failing pre scriptlet (mkolman)
|
||||
|
||||
* Tue Mar 23 2021 Martin Kolman <mkolman@redhat.com> - 0.3.89-1
|
||||
- Include scripts in the updates image (vponcova)
|
||||
- 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
|
||||
* Thu Jun 25 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.5-1
|
||||
- Disable multi TTY handler when running in SSH session (mkolman)
|
||||
- Add CLI option to disable multi TTY handler (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 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)
|
||||
- Remove unused PREFIX variable from Makefile (jkonecny)
|
||||
- Use new po-push instead of Zanata (jkonecny)
|
||||
- Add po-push using localization repository (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
|
||||
- Use macro for Python 3 requirement in spec file (mkolman)
|
||||
- Remove outdated dependency on python3-libreport (vslavik)
|
||||
|
Loading…
Reference in New Issue
Block a user