Fix test failure

This commit is contained in:
starlet-dx 2023-07-23 10:56:33 +08:00
parent 45e3e1bd5c
commit 0eed824bd5

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