SHA256
1
0
forked from pool/lvm2

Accepting request 514876 from network:ha-clustering:Unstable

- version-plugins-in-libdir.patch
  - version-plugins-in-libdir.patch
  - version-plugins-in-libdir.patch

OBS-URL: https://build.opensuse.org/request/show/514876
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=201
This commit is contained in:
Eric ren 2017-08-07 08:52:16 +00:00 committed by Git OBS Bridge
parent 0ce44c981a
commit 758f14c3c7
4 changed files with 3 additions and 22 deletions

View File

@ -10,6 +10,7 @@ Tue Aug 1 05:59:29 UTC 2017 - zren@suse.com
- libdm-iface-not-output-error-message-inside-retry-loop.patch - libdm-iface-not-output-error-message-inside-retry-loop.patch
- pvcreate-enhance-the-error-message.patch - pvcreate-enhance-the-error-message.patch
- pvmove_support_clustered_vg.diff - pvmove_support_clustered_vg.diff
- version-plugins-in-libdir.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 25 13:48:00 UTC 2017 - zren@suse.com Tue Jul 25 13:48:00 UTC 2017 - zren@suse.com

View File

@ -10,6 +10,7 @@ Tue Aug 1 05:59:29 UTC 2017 - zren@suse.com
- libdm-iface-not-output-error-message-inside-retry-loop.patch - libdm-iface-not-output-error-message-inside-retry-loop.patch
- pvcreate-enhance-the-error-message.patch - pvcreate-enhance-the-error-message.patch
- pvmove_support_clustered_vg.diff - pvmove_support_clustered_vg.diff
- version-plugins-in-libdir.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 25 13:48:00 UTC 2017 - zren@suse.com Tue Jul 25 13:48:00 UTC 2017 - zren@suse.com

View File

@ -10,6 +10,7 @@ Tue Aug 1 05:59:29 UTC 2017 - zren@suse.com
- libdm-iface-not-output-error-message-inside-retry-loop.patch - libdm-iface-not-output-error-message-inside-retry-loop.patch
- pvcreate-enhance-the-error-message.patch - pvcreate-enhance-the-error-message.patch
- pvmove_support_clustered_vg.diff - pvmove_support_clustered_vg.diff
- version-plugins-in-libdir.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 25 13:48:00 UTC 2017 - zren@suse.com Tue Jul 25 13:48:00 UTC 2017 - zren@suse.com

View File

@ -1,22 +0,0 @@
From: Jeff Mahoney <jeffm@suse.com>
Subject: build: Install links in libdir with versions
Plugins in $(libdir)/device-mapper should probably be versioned but
when they're linked into $(libdir) directly, they must be versioned.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
make.tmpl.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -394,7 +394,7 @@ install_lib_shared: $(LIB_SHARED)
# when the code is fixed links could be removed.
install_dm_plugin: $(LIB_SHARED)
$(INSTALL_PROGRAM) -D $< $(libdir)/device-mapper/$(<F)
- $(LN_S) -f device-mapper/$(<F) $(libdir)/$(<F)
+ $(LN_S) -f device-mapper/$(<F) $(libdir)/$(<F).$(LIB_VERSION)
install_lvm2_plugin: $(LIB_SHARED)
$(INSTALL_PROGRAM) -D $< $(libdir)/lvm2/$(<F)