Skip to content

Commit

Permalink
Merge pull request #549 from cgwalters/update-packaging
Browse files Browse the repository at this point in the history
packaging: Move static configs into main package
  • Loading branch information
cgwalters committed Oct 24, 2023
2 parents 21a334f + 8a6f3cd commit 86fc2f8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions contrib/packaging/bootupd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ BuildRequires: systemd-devel
%{_bindir}/bootupctl
%{_libexecdir}/bootupd
%{_unitdir}/*
%{_prefix}/lib/bootupd/grub2-static/

%prep
%autosetup -n %{crate}-%{version} -p1 -Sgit
Expand All @@ -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

Expand Down

0 comments on commit 86fc2f8

Please sign in to comment.