From 1a099069e54279bc5fd80328d6812c15432ece8d Mon Sep 17 00:00:00 2001 From: lwg K Date: Fri, 24 Nov 2023 16:55:33 +0800 Subject: [PATCH] fix uninstall error (cherry picked from commit c7b5bc59e5baa8ca601aa53b7891bae9026be9cd) --- zvbi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zvbi.spec b/zvbi.spec index 6091568..6a2e539 100644 --- a/zvbi.spec +++ b/zvbi.spec @@ -1,6 +1,6 @@ Name: zvbi Version: 0.2.35 -Release: 7 +Release: 8 Summary: A library provides functions to capture and decode VBI data License: LGPLv2+ and GPLv2+ and BSD URL: http://zapping.sourceforge.net/ZVBI/index.html @@ -12,9 +12,9 @@ Patch0002: %{name}-0.2.25-openfix.patch BuildRequires: gcc-c++ doxygen fontconfig gettext >= 0.16.1 libpng-devel BuildRequires: libICE-devel xorg-x11-font-utils systemd-units -Requires(post): systemd-units fontconfig +Requires(post): systemd-units Requires(preun): systemd-units -Requires(postun): systemd-units fontconfig +Requires(postun): systemd-units provides: %{name}-fonts = %{version}-%{release} Obsoletes: %{name}-fonts < %{version}-%{release} @@ -134,5 +134,8 @@ fi %{_mandir}/man1/* %changelog +* Fri Nov 24 2023 lwg - 0.2.35-8 +- fix uninstall error + * Mon Dec 02 2019 Jiangping Hu - 0.2.35-7 - Package init -- Gitee