From e27fced432487f314672ad7ffc09df7ee4caf48a Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Sun, 23 Jul 2023 15:28:51 +0800 Subject: [PATCH] Fix test failure --- erlang-getopt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/erlang-getopt.spec b/erlang-getopt.spec index a6d1a4f..393c35d 100644 --- a/erlang-getopt.spec +++ b/erlang-getopt.spec @@ -3,13 +3,14 @@ %global debug_package %{nil} Name: erlang-%{realname} Version: 1.0.2 -Release: 2 +Release: 3 Summary: Erlang module to parse command line arguments using the GNU getopt syntax License: BSD URL: https://github.com/%{upstream}/%{realname} VCS: scm:git:https://github.com/%{upstream}/%{realname}.git Source0: https://github.com/%{upstream}/%{realname}/archive/v%{version}/%{realname}-%{version}.tar.gz BuildRequires: erlang-rebar +BuildRequires: erlang-eunit %description Command-line parsing module that uses a syntax similar to that of GNU getopt. @@ -32,6 +33,9 @@ chmod 0644 examples/*.escript %{erlang_appdir}/ %changelog +* Sun Jul 23 2023 yaoxin - 1.0.2-3 +- Fix test failure + * Tue Jun 20 2023 wangkai <13474090681@163.com> - 1.0.2-2 - Enable test