From 8a6f3cd099e4afe41f06f62b2797e4c822b17b89 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 24 Oct 2023 10:03:00 -0400 Subject: [PATCH] packaging: Move static configs into main package No reason to have them be separate, that's what I ended up doing in Fedora. (We should probably delete this spec file...) --- contrib/packaging/bootupd.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/contrib/packaging/bootupd.spec b/contrib/packaging/bootupd.spec index e6b00aa4..056658f3 100644 --- a/contrib/packaging/bootupd.spec +++ b/contrib/packaging/bootupd.spec @@ -31,6 +31,7 @@ BuildRequires: systemd-devel %{_bindir}/bootupctl %{_libexecdir}/bootupd %{_unitdir}/* +%{_prefix}/lib/bootupd/grub2-static/ %prep %autosetup -n %{crate}-%{version} -p1 -Sgit @@ -44,15 +45,6 @@ replace-with = "vendored-sources" directory = "vendor" EOF -%package grub2-static -Summary: Static grub2 configuration files for CoreOS-alike systems - -%description grub2-static -This package includes static grub2 configuration files. - -%files grub2-static -%{_prefix}/lib/bootupd - %build cargo build --release