Skip to content

Commit 2218fac

Browse files
committed
bootupd.spec: remove %{_unitdir}
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/* ```
1 parent 19610be commit 2218fac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/packaging/bootupd.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ BuildRequires: systemd-devel
2929
%license LICENSE
3030
%doc README.md
3131
%{_bindir}/bootupctl
32-
%{_libexecdir}/bootupd
33-
%{_unitdir}/*
32+
%{_libexecdir}/bootupd
3433
%{_prefix}/lib/bootupd/grub2-static/
3534

3635
%prep

0 commit comments

Comments
 (0)