From 8056b9859911ba47113267573cf22814a77ea892 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Wed, 18 Aug 2021 15:15:51 +0800 Subject: [PATCH] Modify subpackage's install require --- protobuf2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/protobuf2.spec b/protobuf2.spec index d2f7688..9ec6fcb 100644 --- a/protobuf2.spec +++ b/protobuf2.spec @@ -6,7 +6,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf2 Version: 2.5.0 -Release: 2 +Release: 3 License: BSD Source: http://protobuf.googlecode.com/files/protobuf-%{version}.tar.bz2 Source1: ftdetect-proto.vim @@ -97,7 +97,7 @@ descriptions in the Emacs editor. %package emacs-el Summary: Elisp source files for Google protobuf Emacs mode -Requires: protobuf-emacs = %{version} +Requires: %{name}-emacs = %{version} %description emacs-el This package contains the elisp source files for %{name}-emacs under GNU Emacs. You do not need to install this package to use @@ -241,6 +241,9 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir} %endif %changelog +* Wed Aug 18 2021 lingsheng - 2.5.0-3 +- Modify subpackage's install require + * Mon May 31 2021 huanghaitao - 2.5.0-2 - Completing build dependencies -- Gitee