From a9caaff280eff5def0299651b36d03d429a1a05f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Dec 09 2014 15:16:58 +0000 Subject: Add systemd scriptlets for the service. Signed-off-by: Peter Jones --- diff --git a/dbxtool.spec b/dbxtool.spec index 9b46e68..a3ee48b 100644 --- a/dbxtool.spec +++ b/dbxtool.spec @@ -11,7 +11,6 @@ Requires: efivar >= 0.14-1 Source0: https://github.com/vathpela/dbxtool/releases/download/dbxtool-%{version}/dbxtool-%{version}.tar.bz2 Requires(post): systemd Requires(preun):systemd -Requires(postun):systemd %description This package contains DBX updates for UEFI Secure Boot. @@ -43,9 +42,6 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING %preun %systemd_preun dbxtool.service -%postun -%systemd_postun dbxtool.service - %files %{!?_licensedir:%global license %%doc} %license COPYING @@ -56,6 +52,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING %{_unitdir}/dbxtool.service %changelog +* Tue Dec 09 2014 Peter Jones - 0.6-3 +- Add systemd scriptlets for the service. + * Thu Oct 09 2014 Peter Jones - 0.6-2 - Require efivar >= 0.14-1 specifically.