Remove template unit from systemd_* macro
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
b5637a2724
commit
654dae39a9
11
booth.spec
11
booth.spec
@ -31,7 +31,7 @@
|
|||||||
%global git_describe_str v1.0-266-gf288d5949073986a29d0286caec16c721e8e632a
|
%global git_describe_str v1.0-266-gf288d5949073986a29d0286caec16c721e8e632a
|
||||||
|
|
||||||
# Set this to 1 when rebasing (changing git_describe_str) and increase otherwise
|
# Set this to 1 when rebasing (changing git_describe_str) and increase otherwise
|
||||||
%global release 2
|
%global release 3
|
||||||
|
|
||||||
# Run shell script to parse git_describe str into version, numcomm and sha1 hash
|
# Run shell script to parse git_describe str into version, numcomm and sha1 hash
|
||||||
%global booth_ver %(s=%{git_describe_str}; vver=${s%%%%-*}; echo ${vver:1})
|
%global booth_ver %(s=%{git_describe_str}; vver=${s%%%%-*}; echo ${vver:1})
|
||||||
@ -144,13 +144,13 @@ Support for running Booth, ticket manager for multi-site clusters,
|
|||||||
as an arbitrator.
|
as an arbitrator.
|
||||||
|
|
||||||
%post arbitrator
|
%post arbitrator
|
||||||
%systemd_post booth@.service booth-arbitrator.service
|
%systemd_post booth-arbitrator.service
|
||||||
|
|
||||||
%preun arbitrator
|
%preun arbitrator
|
||||||
%systemd_preun booth@.service booth-arbitrator.service
|
%systemd_preun booth-arbitrator.service
|
||||||
|
|
||||||
%postun arbitrator
|
%postun arbitrator
|
||||||
%systemd_postun_with_restart booth@.service booth-arbitrator.service
|
%systemd_postun_with_restart booth-arbitrator.service
|
||||||
|
|
||||||
%package site
|
%package site
|
||||||
Summary: Booth support for running as a full-fledged site
|
Summary: Booth support for running as a full-fledged site
|
||||||
@ -310,6 +310,9 @@ VERBOSE=1 make check
|
|||||||
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
|
%{_usr}/lib/ocf/resource.d/booth/sharedrsc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 09 2022 Jan Friesse <jfriesse@redhat.com> - 1.0-266.3.f288d59.git
|
||||||
|
- Remove template unit from systemd_(post|preun|postun_with_restart) macro
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-266.2.f288d59.git
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-266.2.f288d59.git
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user