modify subpackage's install require

This commit is contained in:
wang--ge 2021-04-02 11:43:51 +08:00
parent 19b34a6754
commit 18f459ffc3

View File

@ -6,7 +6,7 @@
Summary: Protocol Buffers - Google's data interchange format
Name: protobuf2
Version: 2.5.0
Release: 1
Release: 2
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}-%{release}
%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,5 +241,8 @@ install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{emacs_startdir}
%endif
%changelog
* Fri Mar 26 2021 Ge Wang <wangge20@huawei.com> - 2.5.0-2
- Modify subpackage's install require
* Fri Feb 26 2021 Ge Wang <wangge20@huawei.com> - 2.5.0-1
- Package init