From facf9bc9795eac3826980b6e60414d3fea17cf24 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Thu, 8 Aug 2019 23:12:38 +0800 Subject: [PATCH] Remove obsolete requirements for %post/%preun scriptlets --- libchewing.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libchewing.spec b/libchewing.spec index 1af10a0..f76e79f 100644 --- a/libchewing.spec +++ b/libchewing.spec @@ -5,7 +5,7 @@ Name: libchewing Version: 0.5.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Intelligent phonetic input method library for Traditional Chinese Summary(zh_TW): %{name_zh_TW} @@ -19,8 +19,6 @@ BuildRequires: autoconf automake libtool pkgconfig texinfo BuildRequires: sqlite-devel BuildRequires: python3-devel Requires: sqlite -Requires(post): info -Requires(preun): info # since f31 Obsoletes: python2-libchewing < 0.5.1-13 @@ -99,6 +97,9 @@ rm -f %{buildroot}/%{_infodir}/dir %{libchewing_python_dir}/__pycache__/* %changelog +* Fri Jun 14 2019 Tim Landscheidt - 0.5.1-14 +- Remove obsolete requirements for %%post/%%preun scriptlets + * Thu Aug 8 2019 Robin Lee - 0.5.1-13 - Remove python2 binding and create python3 one (RHBZ#1738025)