!4 fix uninstall error

From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2023-11-24 09:13:25 +00:00 committed by Gitee
commit fbf2fe6f24
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: zvbi Name: zvbi
Version: 0.2.35 Version: 0.2.35
Release: 7 Release: 8
Summary: A library provides functions to capture and decode VBI data Summary: A library provides functions to capture and decode VBI data
License: LGPLv2+ and GPLv2+ and BSD License: LGPLv2+ and GPLv2+ and BSD
URL: http://zapping.sourceforge.net/ZVBI/index.html 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: gcc-c++ doxygen fontconfig gettext >= 0.16.1 libpng-devel
BuildRequires: libICE-devel xorg-x11-font-utils systemd-units BuildRequires: libICE-devel xorg-x11-font-utils systemd-units
Requires(post): systemd-units fontconfig Requires(post): systemd-units
Requires(preun): systemd-units Requires(preun): systemd-units
Requires(postun): systemd-units fontconfig Requires(postun): systemd-units
provides: %{name}-fonts = %{version}-%{release} provides: %{name}-fonts = %{version}-%{release}
Obsoletes: %{name}-fonts < %{version}-%{release} Obsoletes: %{name}-fonts < %{version}-%{release}
@ -134,5 +134,8 @@ fi
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Fri Nov 24 2023 lwg <weigangli99@gmail.com> - 0.2.35-8
- fix uninstall error
* Mon Dec 02 2019 Jiangping Hu <hujiangping@huawei.com> - 0.2.35-7 * Mon Dec 02 2019 Jiangping Hu <hujiangping@huawei.com> - 0.2.35-7
- Package init - Package init