fix rpm build failed

Signed-off-by: zhangsong234 <zhangsong34@huawei.com>
(cherry picked from commit 9380df8f6caf4025d934b6862da2c04d24ba7a21)
This commit is contained in:
zhangsong234 2021-06-28 17:23:17 +08:00 committed by openeuler-sync-bot
parent e045506792
commit 5364e3d754

View File

@ -4,7 +4,7 @@
#Basic Information
Name: lxcfs
Version: 4.0.5
Release: 5
Release: 6
Summary: FUSE filesystem for LXC
License: LGPL 2.1+
URL: http://linuxcontainers.org
@ -31,6 +31,7 @@ Patch9017: 0017-proc_fuse-fix-wait-child-process-hang.patch
#Dependency
BuildRequires: autoconf automake libtool help2man
BuildRequires: fuse-devel libattr-devel
BuildRequires: gcc systemd-units
%description
lxcfs is a simple userspace filesystem designed to make containers
@ -86,6 +87,9 @@ fi
%{_unitdir}/*
%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
- proc_fuse: fix wait child process hang