import gnome-initial-setup-3.28.0-10.el8_6.1
This commit is contained in:
parent
10c46128d0
commit
957863aeab
18352
SOURCES/timezones.patch
Normal file
18352
SOURCES/timezones.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: gnome-initial-setup
|
Name: gnome-initial-setup
|
||||||
Version: 3.28.0
|
Version: 3.28.0
|
||||||
Release: 10%{?dist}
|
Release: 10%{?dist}.1
|
||||||
Summary: Bootstrapping your OS
|
Summary: Bootstrapping your OS
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -24,7 +24,10 @@ Patch3: quacks-like-fedora.patch
|
|||||||
Patch4: gnome-initial-setup-3.28.0-fix-japanese-defaults.patch
|
Patch4: gnome-initial-setup-3.28.0-fix-japanese-defaults.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1838088
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1838088
|
||||||
Patch5: gnome-initial-setup-3.28.0-fix-legacy-faces-missing-icon.patch
|
Patch5: gnome-initial-setup-3.28.0-fix-legacy-faces-missing-icon.patch
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2097848
|
||||||
|
Patch6: timezones.patch
|
||||||
|
|
||||||
|
BuildRequires: git
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -77,7 +80,7 @@ a good setup experience to welcome you to your system, and walks
|
|||||||
you through configuring it. It is integrated with gdm.
|
you through configuring it. It is integrated with gdm.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -Sgit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# patches touch am files
|
# patches touch am files
|
||||||
@ -126,6 +129,10 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
|
|||||||
%{_datadir}/gnome-initial-setup/vendor.conf
|
%{_datadir}/gnome-initial-setup/vendor.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.28.0-10.1
|
||||||
|
- Remove timezone boundaries
|
||||||
|
Related: #2099783
|
||||||
|
|
||||||
* Tue Nov 23 2021 David King <dking@redhat.com> - 3.28.0-10
|
* Tue Nov 23 2021 David King <dking@redhat.com> - 3.28.0-10
|
||||||
- Fix missing icon for legacy faces (#1838088)
|
- Fix missing icon for legacy faces (#1838088)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user