new version
- Use profiles instead of product configuration files (vponcova) - Change the Python version to 3.10 in the makeupdates script (vponcova)
This commit is contained in:
parent
d6f12560da
commit
6fed5d0719
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,3 +89,4 @@
|
||||
/initial-setup-0.3.90.tar.gz
|
||||
/initial-setup-0.3.91.tar.gz
|
||||
/initial-setup-0.3.92.tar.gz
|
||||
/initial-setup-0.3.93.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.92
|
||||
Version: 0.3.93
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
@ -13,7 +13,7 @@ Release: 1%{?dist}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
%define debug_package %{nil}
|
||||
%define anacondaver 34.9-1
|
||||
%define anacondaver 35.19-1
|
||||
|
||||
License: GPLv2+
|
||||
BuildRequires: gettext
|
||||
@ -104,6 +104,10 @@ rm -rf %{buildroot}
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.93-1
|
||||
- Use profiles instead of product configuration files (vponcova)
|
||||
- Change the Python version to 3.10 in the makeupdates script (vponcova)
|
||||
|
||||
* Thu Jun 24 2021 Martin Kolman <mkolman@redhat.com> - 0.3.92-1
|
||||
- Fixup version in setup.py (mkolman)
|
||||
- Add gnome-kiosk to window managers usable by initial-setup (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initial-setup-0.3.92.tar.gz) = 33c21c1992745215615a618bcaabe6015433f1708aa83857c4beb193366405fa890990b79203900c4b3fab9d7ca3bc24bd19a9146c5db410625477884066aec0
|
||||
SHA512 (initial-setup-0.3.93.tar.gz) = 312a7981a5f8d07fe5b7d7e6139ee734fc135ebc931e49b5b933e974371d19ccb4ad1f29561f441356eae693876530a09fcc0690bbd14c60556ac30592aa9130
|
||||
|
Loading…
Reference in New Issue
Block a user