From 98d2083065555b41f2746a05ae897a23ea1dbbd2 Mon Sep 17 00:00:00 2001 From: rockerzhu Date: Thu, 26 Mar 2026 14:37:41 +0800 Subject: [PATCH] Fix rpmbuild warnings --- gettext.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gettext.spec b/gettext.spec index cc5ab0a..bd311ad 100644 --- a/gettext.spec +++ b/gettext.spec @@ -1,7 +1,7 @@ Summary: Provides a framework to help other GNU packages produce multi-lingual messages. Name: gettext Version: 0.22 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ and LGPLv2+ and GFDL URL: https://www.gnu.org/software/gettext/ Source0: https://ftp.gnu.org/pub/gnu/gettext/%{name}-%{version}.tar.gz @@ -52,7 +52,7 @@ want to add gettext support for your project. %package libs Summary: Libraries for %{name} License: LGPLv2+ and GPLv3+ -Obsoletes: libtextstyle +Obsoletes: libtextstyle < %{version}-%{release} %description libs This package contains libraries used internationalization support. @@ -62,7 +62,7 @@ This package contains libraries used internationalization support. Summary: Support for editing po files within GNU Emacs BuildArch: noarch Provides: emacs-po-mode -Requires: emacs(bin) >= %{_emacs_version} +Requires: emacs(bin) Provides: emacs-%{name}-el = %{version}-%{release} %description -n emacs-%{name} @@ -235,6 +235,10 @@ make check LIBUNISTRING=-lunistring %{_mandir}/man1/envsubst.1* %changelog +* Thu Mar 26 2026 rockerzhu - 0.22-6 +- [Type] sync +- [Desc] Fix rpmbuild warnings + * Thu Sep 26 2024 OpenCloudOS Release Engineering - 0.22-5 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream -- Gitee