!33 fix rpm build failed

From: @zhangsong234
Reviewed-by: @lifeng2221dd1
Signed-off-by: @lifeng2221dd1
This commit is contained in:
openeuler-ci-bot 2021-06-28 10:20:17 +00:00 committed by Gitee
commit 7235543931

View File

@ -4,7 +4,7 @@
#Basic Information #Basic Information
Name: lxcfs Name: lxcfs
Version: 4.0.5 Version: 4.0.5
Release: 5 Release: 6
Summary: FUSE filesystem for LXC Summary: FUSE filesystem for LXC
License: LGPL 2.1+ License: LGPL 2.1+
URL: http://linuxcontainers.org URL: http://linuxcontainers.org
@ -31,6 +31,7 @@ Patch9017: 0017-proc_fuse-fix-wait-child-process-hang.patch
#Dependency #Dependency
BuildRequires: autoconf automake libtool help2man BuildRequires: autoconf automake libtool help2man
BuildRequires: fuse-devel libattr-devel BuildRequires: fuse-devel libattr-devel
BuildRequires: gcc systemd-units
%description %description
lxcfs is a simple userspace filesystem designed to make containers lxcfs is a simple userspace filesystem designed to make containers
@ -86,6 +87,9 @@ fi
%{_unitdir}/* %{_unitdir}/*
%changelog %changelog
* Mon Jun 28 2021 zhangsong234 <zhangsong34@huawei.com> - 4.0.5-6
- fix rpm build failed
* Thu May 27 2021 zhangsong234 <zhangsong34@huawei.com> - 4.0.5-5 * Thu May 27 2021 zhangsong234 <zhangsong34@huawei.com> - 4.0.5-5
- proc_fuse: fix wait child process hang - proc_fuse: fix wait child process hang