From c4962838d4d53849f65a888f5a7475a28d1dafa4 Mon Sep 17 00:00:00 2001 From: openeuler-iSula Date: Sun, 29 Dec 2019 16:03:20 +0800 Subject: [PATCH] lxc: remove securec new Signed-off-by: openeuler-iSula --- lxc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc.spec b/lxc.spec index 6baa337..9ebcb0c 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,4 +1,4 @@ -%global _release 20191218 +%global _release 20191226 %global debug_package %{nil} Name: lxc @@ -146,7 +146,7 @@ Patch9133: 0131-fix-commands-and-terminal-memory-leak-bug.patch BuildRequires: systemd-units git libtool graphviz docbook2X doxygen chrpath BuildRequires: pkgconfig(libseccomp) BuildRequires: libcap libcap-devel libselinux-devel yajl yajl-devel -BuildRequires: libsecurec libsecurec-devel pkgconfig(bash-completion) +BuildRequires: pkgconfig(bash-completion) Requires: rsync Requires(post): systemd -- Gitee