Setup rpm-ostree-countme.timer according to presets
Use systemd macros to enable/disable the rpm-ostree-countme.timer unit following the global systemd presets. This fixes the timer enablement on systems that do no preset-all. See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_systemd See: https://src.fedoraproject.org/rpms/fedora-release/pull-request/280 See: https://src.fedoraproject.org/rpms/fedora-release/pull-request/279#comment-159648
This commit is contained in:
parent
066559b860
commit
1431513716
@ -4,7 +4,7 @@
|
|||||||
Summary: Hybrid image/package system
|
Summary: Hybrid image/package system
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2023.10
|
Version: 2023.10
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
URL: https://github.com/coreos/rpm-ostree
|
URL: https://github.com/coreos/rpm-ostree
|
||||||
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
||||||
@ -233,6 +233,16 @@ $PYTHON autofiles.py > files.devel \
|
|||||||
'%{_datadir}/gtk-doc/html/*' \
|
'%{_datadir}/gtk-doc/html/*' \
|
||||||
'%{_datadir}/gir-1.0/*-1.0.gir'
|
'%{_datadir}/gir-1.0/*-1.0.gir'
|
||||||
|
|
||||||
|
# Setup rpm-ostree-countme.timer according to presets
|
||||||
|
%post
|
||||||
|
%systemd_post rpm-ostree-countme.timer
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_preun rpm-ostree-countme.timer
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%systemd_postun_with_restart rpm-ostree-countme.timer
|
||||||
|
|
||||||
%files -f files
|
%files -f files
|
||||||
%doc COPYING.GPL COPYING.LGPL LICENSE README.md
|
%doc COPYING.GPL COPYING.LGPL LICENSE README.md
|
||||||
|
|
||||||
@ -241,6 +251,9 @@ $PYTHON autofiles.py > files.devel \
|
|||||||
%files devel -f files.devel
|
%files devel -f files.devel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 15 2023 Timothée Ravier <tim@siosm.fr> - 2023.10-4
|
||||||
|
- Setup rpm-ostree-countme.timer according to presets
|
||||||
|
|
||||||
* Thu Oct 26 2023 Colin Walters <walters@verbum.org> - 2023.10-3
|
* Thu Oct 26 2023 Colin Walters <walters@verbum.org> - 2023.10-3
|
||||||
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.10
|
- https://github.com/coreos/rpm-ostree/releases/tag/v2023.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user