Add BuildRequires: git

🎶 Why oh why does the rhel-9.1.0 buildroot not match the c9s buildroot? 🎶
🎶 Why oh why is this so? 🎶

Related: #2097848
This commit is contained in:
Michael Catanzaro 2022-06-21 14:26:55 -05:00
parent 9b513e4eba
commit 0fc97656ed

View File

@ -8,7 +8,7 @@
Name: gnome-initial-setup
Version: 40.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Bootstrapping your OS
License: GPLv2+
@ -21,6 +21,7 @@ Patch0: timezones.patch
BuildRequires: meson
BuildRequires: gcc
BuildRequires: git
BuildRequires: krb5-devel
BuildRequires: desktop-file-utils
BuildRequires: libpwquality-devel
@ -107,6 +108,9 @@ 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