[pve-devel] [PATCH 2/4] Change dependency.
Wolfgang Link
w.link at proxmox.com
Wed Sep 13 15:13:38 CEST 2017
The new Package libopenvswitch need not libssl-dev package.
Libssl1.1 ok and will not install a new package.
Libssl-dev is need for the libopenvswitch.
---
pvepatches/remove-unneeded-from-control.patch | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pvepatches/remove-unneeded-from-control.patch b/pvepatches/remove-unneeded-from-control.patch
index 0034561..7d68ae8 100644
--- a/pvepatches/remove-unneeded-from-control.patch
+++ b/pvepatches/remove-unneeded-from-control.patch
@@ -49,6 +49,15 @@ Index: openvswitch-2.8.0/debian/control
Package: openvswitch-common
Architecture: linux-any
Multi-Arch: foreign
+@@ -81,7 +45,7 @@ Description: Open vSwitch common compone
+ Package: libopenvswitch
+ Architecture: linux-any
+ Multi-Arch: same
+-Depends: libssl-dev,
++Depends: libssl1.1,
+ ${misc:Depends},
+ ${shlibs:Depends}
+ Description: Open vSwitch common components
@@ -119,114 +83,6 @@ Description: Open vSwitch switch impleme
openvswitch-switch provides the userspace components and utilities for
the Open vSwitch kernel-based switch.
@@ -164,3 +173,11 @@ Index: openvswitch-2.8.0/debian/control
Package: openvswitch-dbg
Section: debug
Architecture: linux-any
+@@ -306,6 +162,7 @@ Package: libopenvswitch-dev
+ Architecture: linux-any
+ Multi-Arch: same
+ Depends:
++ libssl-dev,
+ libopenvswitch (>= ${binary:Version}),
+ ${misc:Depends}
+ Conflicts: openvswitch-dev
--
2.11.0
More information about the pve-devel
mailing list