spec: Add BR on git
Resolves: #RHEL-77736, #RHEL-79091
This commit is contained in:
parent
f7452b3b49
commit
836848ddce
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.2.27
|
Version: 0.2.27
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Bootloader updater
|
Summary: Bootloader updater
|
||||||
|
|
||||||
License: Apache-2.0
|
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
|
Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
|
||||||
|
BuildRequires: git
|
||||||
# For now, see upstream
|
# For now, see upstream
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -75,6 +76,10 @@ sed -i -e '/https:\/\//d' cargo-vendor.txt
|
|||||||
%{__make} install-systemd-unit DESTDIR=%{?buildroot} INSTALL="%{__install} -p"
|
%{__make} install-systemd-unit DESTDIR=%{?buildroot} INSTALL="%{__install} -p"
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 12 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.27-1
|
||||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.27
|
- https://github.com/coreos/bootupd/releases/tag/v0.2.27
|
||||||
Resolves: #RHEL-77736
|
Resolves: #RHEL-77736
|
||||||
|
Loading…
Reference in New Issue
Block a user