!2 Fix test failure

From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-07-23 05:41:38 +00:00 committed by Gitee
commit 4d4edfa724
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%global upstream systemd %global upstream systemd
Name: erlang-sd_notify Name: erlang-sd_notify
Version: 1.0 Version: 1.0
Release: 1 Release: 2
Summary: Erlang interface to systemd notify subsystem Summary: Erlang interface to systemd notify subsystem
License: MIT License: MIT
URL: https://github.com/systemd/erlang-sd_notify URL: https://github.com/systemd/erlang-sd_notify
@ -10,6 +10,7 @@ Source0: https://github.com/systemd/erlang-sd_notify/archive/v%{version}/erlang-
BuildRequires: erlang-rebar BuildRequires: erlang-rebar
BuildRequires: gcc BuildRequires: gcc
BuildRequires: systemd-devel BuildRequires: systemd-devel
BuildRequires: erlang-eunit
%description %description
%{summary}. %{summary}.
@ -30,5 +31,8 @@ BuildRequires: systemd-devel
%{erlang_appdir}/ %{erlang_appdir}/
%changelog %changelog
* Sun Jul 23 2023 yaoxin <yao_xin001@hoperun.com> - 1.0-2
- Fix test failure
* Sat Aug 29 2020 yaokai <yaokai13@huawei.com> - 1.0-1 * Sat Aug 29 2020 yaokai <yaokai13@huawei.com> - 1.0-1
- package init - package init