SHA256
1
0
forked from pool/pesign

Move rcpesign to pesign-systemd

OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign?expand=0&rev=73
This commit is contained in:
Gary Ching-Pang Lin 2023-11-01 08:11:05 +00:00 committed by Git OBS Bridge
parent e2291ee74b
commit 6a0097bbb5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 1 08:10:30 UTC 2023 - Gary Ching-Pang Lin <glin@suse.com>
- Move rcpesign to pesign-systemd
-------------------------------------------------------------------
Fri Oct 6 13:13:09 UTC 2023 - Dan Čermák <dcermak@suse.com>

View File

@ -114,7 +114,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/pesign.conf || :
%{_bindir}/pesigcheck
%{_bindir}/authvar
%{_bindir}/pesum
%{_sbindir}/rcpesign
%dir %{_sysconfdir}/pesign
%{_sysconfdir}/pesign/*
%dir %{_sysconfdir}/popt.d
@ -130,7 +129,8 @@ systemd-tmpfiles --create %{_tmpfilesdir}/pesign.conf || :
%ghost %dir %attr(0770,pesign,pesign) /run/%{name}
%dir %attr(0770,pesign,pesign) %{_localstatedir}/lib/%{name}
%files systemd
%files systemd
%{_sbindir}/rcpesign
%{_unitdir}/pesign.service
%changelog