lxc/0120-remove-unuse-unmount-namespace.patch

26 lines
684 B
Diff
Raw Normal View History

2019-12-25 15:57:42 +08:00
From 57584932914c0979260573e6c599f59688629019 Mon Sep 17 00:00:00 2001
2019-09-30 11:03:07 -04:00
From: LiuHao <liuhao27@huawei.com>
Date: Thu, 5 Sep 2019 11:48:57 +0800
2019-12-25 15:57:42 +08:00
Subject: [PATCH 120/131] remove unuse unmount-namespace
2019-09-30 11:03:07 -04:00
Signed-off-by: LiuHao <liuhao27@huawei.com>
---
lxc.spec.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/lxc.spec.in b/lxc.spec.in
2019-12-25 15:57:42 +08:00
index 7fcd811f..2ca12fef 100644
2019-09-30 11:03:07 -04:00
--- a/lxc.spec.in
+++ b/lxc.spec.in
@@ -259,7 +259,6 @@ fi
%{_libdir}/*.a
%{_libdir}/%{name}
%{_localstatedir}/*
-%{_libexecdir}/%{name}/hooks/unmount-namespace
%{_libexecdir}/%{name}/lxc-apparmor-load
%{_libexecdir}/%{name}/lxc-monitord
%attr(4111,root,root) %{_libexecdir}/%{name}/lxc-user-nic
--
2019-12-25 15:57:42 +08:00
2.23.0
2019-09-30 11:03:07 -04:00