From fa370f7db5a0fb949520d3b7c3a7a4ffa061cb47 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 2 Jan 2018 10:52:44 -0600 Subject: [PATCH] Do not explicitly list thin provisioning tools for RPM Ubuntu requires an additional package to be installed to enable thin provisioning, but Red Hat based platforms have this included with the base LVM2 package. An explicit item was added to bindep for the RPM package that includes these thin tools, but that is not needed and should be removed. Change-Id: I7e7575746911e8d19a3804fa08b357c9563713f1 --- bindep.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 388e5510f23..1b7d9901d9c 100644 --- a/bindep.txt +++ b/bindep.txt @@ -30,4 +30,3 @@ postgresql-client [platform:dpkg] postgresql-devel [platform:rpm] postgresql-server [platform:rpm] thin-provisioning-tools [platform:debian] -device-mapper-persistent-data [platform:redhat]