spec: Add BR on git

Resolves: #RHEL-77736, #RHEL-79091
This commit is contained in:
Joseph Marrero Corchado 2025-02-12 16:19:35 -05:00
parent f7452b3b49
commit 836848ddce

View File

@ -4,7 +4,7 @@
Name: rust-%{crate}
Version: 0.2.27
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Bootloader updater
License: Apache-2.0
@ -13,6 +13,7 @@ Source0: %{url}/releases/download/v%{version}/bootupd-%{version}.tar.zstd
Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
ExcludeArch: %{ix86}
BuildRequires: git
# For now, see upstream
BuildRequires: make
BuildRequires: openssl-devel
@ -75,6 +76,10 @@ sed -i -e '/https:\/\//d' cargo-vendor.txt
%{__make} install-systemd-unit DESTDIR=%{?buildroot} INSTALL="%{__install} -p"
%changelog
* Wed Feb 12 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.27-2
- Add git to the build requires
Resolves: #RHEL-77736, #RHEL-79091
* Wed Feb 12 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.27-1
- https://github.com/coreos/bootupd/releases/tag/v0.2.27
Resolves: #RHEL-77736