From c783df166b0af012ad43b44d8711037981298cee Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Sun, 23 Jul 2023 10:40:11 +0800 Subject: [PATCH] Fix build error --- erlang-protobuffs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/erlang-protobuffs.spec b/erlang-protobuffs.spec index 795a4d9..fc70d0c 100644 --- a/erlang-protobuffs.spec +++ b/erlang-protobuffs.spec @@ -2,7 +2,7 @@ %global upstream basho Name: erlang-%{realname} Version: 0.9.2 -Release: 1 +Release: 2 BuildArch: noarch Summary: A set of Protocol Buffers tools and modules for Erlang applications License: ASL 2.0 @@ -10,7 +10,7 @@ URL: https://github.com/%{upstream}/erlang_%{realname} VCS: scm:git:https://github.com/%{upstream}/erlang_%{realname}.git Source0: https://github.com/%{upstream}/erlang_%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz Source1: erlang-protobuffs-protoc-erl -BuildRequires: erlang-meck erlang-rebar +BuildRequires: erlang-meck erlang-rebar erlang-eunit %description A set of Protocol Buffers tools and modules for Erlang applications. @@ -34,6 +34,9 @@ install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/protoc-erl %{erlang_appdir}/ %changelog +* Sun Jul 23 2023 wulei - 0.9.2-2 +- Fix build error + * Thu Apr 20 2023 wangkai <13474090681@163.com> - 0.9.2-1 - Update to 0.9.2