import gnome-initial-setup-40.4-3.el9

This commit is contained in:
CentOS Sources 2022-09-27 05:35:14 -04:00 committed by Stepan Oksanichenko
parent 871d0c6420
commit 1fc5970cce
4 changed files with 18447 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/gnome-initial-setup-40.1.tar.xz
SOURCES/gnome-initial-setup-40.4.tar.xz

View File

@ -1 +1 @@
c1689e383e12be8ac84e0890660e7bbabb68b1fc SOURCES/gnome-initial-setup-40.1.tar.xz
451a1f715212ed10fab50625c4ac5abc8418bc85 SOURCES/gnome-initial-setup-40.4.tar.xz

18429
SOURCES/timezones.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-initial-setup
Version: 40.1
Release: 2%{?dist}
Version: 40.4
Release: 3%{?dist}
Summary: Bootstrapping your OS
License: GPLv2+
@ -16,8 +16,12 @@ URL: https://wiki.gnome.org/Design/OS/InitialSetup
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
Source1: vendor.conf
# https://bugzilla.redhat.com/show_bug.cgi?id=2097848
Patch0: timezones.patch
BuildRequires: meson
BuildRequires: gcc
BuildRequires: git
BuildRequires: krb5-devel
BuildRequires: desktop-file-utils
BuildRequires: libpwquality-devel
@ -66,7 +70,7 @@ a good setup experience to welcome you to your system, and walks
you through configuring it. It is integrated with gdm.
%prep
%autosetup -p1 -n %{name}-%{tarball_version}
%autosetup -p1 -n %{name}-%{tarball_version} -Sgit
%build
%meson -Dparental_controls=disabled -Dvendor-conf-file=%{_datadir}/gnome-initial-setup/vendor.conf
@ -104,6 +108,15 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
%{_datadir}/gnome-initial-setup/vendor.conf
%changelog
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.4-3
- BuildRequires: git
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.4-2
- Remove timezone boundaries
* Mon Aug 16 2021 David King <amigadave@amigadave.com> - 40.4-1
- Update to 40.4 (#1991431)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688