From 0fc97656edcc9c43d0ff20dd9ec93ea9ca42bac5 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 21 Jun 2022 14:26:55 -0500 Subject: [PATCH] Add BuildRequires: git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🎶 Why oh why does the rhel-9.1.0 buildroot not match the c9s buildroot? 🎶 🎶 Why oh why is this so? 🎶 Related: #2097848 --- gnome-initial-setup.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-initial-setup.spec b/gnome-initial-setup.spec index 454fd2e..8930638 100644 --- a/gnome-initial-setup.spec +++ b/gnome-initial-setup.spec @@ -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 - 40.4-3 +- BuildRequires: git + * Tue Jun 21 2022 Michael Catanzaro - 40.4-2 - Remove timezone boundaries