Skip to content

Commit

Permalink
bootupd.spec: remove %{_unitdir}
Browse files Browse the repository at this point in the history
Drop systemd service since 261fb5e,
so we do not need this. See error in ci log:
```
RPM build errors:
    File not found: /builddir/build/BUILD/bootupd-xxx-build/BUILDROOT/usr/lib/systemd/system/*
```
  • Loading branch information
HuijingHei committed Jun 9, 2024
1 parent 19610be commit 2218fac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/packaging/bootupd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ BuildRequires: systemd-devel
%license LICENSE
%doc README.md
%{_bindir}/bootupctl
%{_libexecdir}/bootupd
%{_unitdir}/*
%{_libexecdir}/bootupd
%{_prefix}/lib/bootupd/grub2-static/

%prep
Expand Down

0 comments on commit 2218fac

Please sign in to comment.