new version
Remove the default_help_pages configuration option (vponcova) Add the configuration files to the updates image (vponcova) Remove the helpFile attribute (vponcova) Specify unique screen ids (vponcova) Apply suggestions from code review (martin.kolman) Fix ownership of the gui folder (#1812463) (mkolman) Don't show the EULA spoke if the license file doesn't exist (vponcova)
This commit is contained in:
parent
01e0e87372
commit
9e826997e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
|||||||
/initial-setup-0.3.91.tar.gz
|
/initial-setup-0.3.91.tar.gz
|
||||||
/initial-setup-0.3.92.tar.gz
|
/initial-setup-0.3.92.tar.gz
|
||||||
/initial-setup-0.3.93.tar.gz
|
/initial-setup-0.3.93.tar.gz
|
||||||
|
/initial-setup-0.3.94.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.93
|
Version: 0.3.94
|
||||||
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.
|
||||||
@ -13,7 +13,7 @@ Release: 2%{?dist}
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
%define anacondaver 35.19-1
|
%define anacondaver 36.7-1
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -101,11 +101,17 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%{_libexecdir}/%{name}/initial-setup-graphical
|
%{_libexecdir}/%{name}/initial-setup-graphical
|
||||||
%{python3_sitelib}/initial_setup/gui/*
|
%{python3_sitelib}/initial_setup/gui/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.93-2
|
* Tue Oct 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.94-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Remove the default_help_pages configuration option (vponcova)
|
||||||
|
- Add the configuration files to the updates image (vponcova)
|
||||||
|
- Remove the helpFile attribute (vponcova)
|
||||||
|
- Specify unique screen ids (vponcova)
|
||||||
|
- Apply suggestions from code review (martin.kolman)
|
||||||
|
- Fix ownership of the gui folder (#1812463) (mkolman)
|
||||||
|
- Don't show the EULA spoke if the license file doesn't exist (vponcova)
|
||||||
|
|
||||||
* Mon Jul 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.93-1
|
* Mon Jul 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.93-1
|
||||||
- Use profiles instead of product configuration files (vponcova)
|
- Use profiles instead of product configuration files (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (initial-setup-0.3.93.tar.gz) = 312a7981a5f8d07fe5b7d7e6139ee734fc135ebc931e49b5b933e974371d19ccb4ad1f29561f441356eae693876530a09fcc0690bbd14c60556ac30592aa9130
|
SHA512 (initial-setup-0.3.94.tar.gz) = e71bc865b4c632afbfbb7def1999208c51025ec1f4acd9046ace37c4c1a89d0140f4f6c9dfbf97e551cd4d17dec5f29b85710ef888abbdf5beac5db942e230d2
|
||||||
|
Loading…
Reference in New Issue
Block a user