- Update to 2.02.170:
* Few smal fixes around; obsoleted 169 release that was removed from mirrors - Refresh patch: * display-dm-name-for-lv-name.diff - Update to 2.02.170: * Few smal fixes around; obsoleted 169 release that was removed from mirrors - Refresh patch: * display-dm-name-for-lv-name.diff - Update to 2.02.170: * Few smal fixes around; obsoleted 169 release that was removed from mirrors - Refresh patch: * display-dm-name-for-lv-name.diff OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=178
This commit is contained in:
parent
1c7cea6733
commit
917229d6d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:757d2eb736e5f6ba1c78428400cd0dfdaf68344fd93d0c009cb6c11b4b97eb4a
|
||||
size 2328589
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAljafgEACgkQIoGRwVZ+LBeo5wCfVaQeSN73FPcJf86c3aqrFmZu
|
||||
Rs0AoJ6l75QbY2V55rhunJvwwDllKlpF
|
||||
=0Jtt
|
||||
-----END PGP SIGNATURE-----
|
3
LVM2.2.02.170.tgz
Normal file
3
LVM2.2.02.170.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9372d2523027a751cf54eafdf8b761ff843969520c32b0c50abfba65e23d0d40
|
||||
size 2329694
|
7
LVM2.2.02.170.tgz.asc
Normal file
7
LVM2.2.02.170.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAljuyYIACgkQIoGRwVZ+LBf6MgCbBRfOPhmawTE3HPwPZNORFXyU
|
||||
UuMAoN38fO4+j+w4c8xYF9P5Wl3FYrGi
|
||||
=TbpB
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Update to 2.02.170:
|
||||
* Few smal fixes around; obsoleted 169 release that was removed
|
||||
from mirrors
|
||||
- Refresh patch:
|
||||
* display-dm-name-for-lv-name.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 01:33:15 UTC 2017 - zren@suse.com
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
%define libname libdevmapper1_03
|
||||
%define libname_event libdevmapper-event1_03
|
||||
### COMMON-DEF-BEGIN ###
|
||||
%define lvm2_version 2.02.169
|
||||
%define device_mapper_version 1.02.138
|
||||
%define lvm2_version 2.02.170
|
||||
%define device_mapper_version 1.02.139
|
||||
%define thin_provisioning_version 0.5.6
|
||||
### COMMON-DEF-END ###
|
||||
Name: device-mapper
|
||||
|
@ -4,13 +4,13 @@
|
||||
lib/display/display.c | 13 +++++++++----
|
||||
3 files changed, 13 insertions(+), 4 deletions(-)
|
||||
|
||||
Index: LVM2.2.02.139/lib/config/config_settings.h
|
||||
Index: LVM2.2.02.170/lib/config/config_settings.h
|
||||
===================================================================
|
||||
--- LVM2.2.02.139.orig/lib/config/config_settings.h
|
||||
+++ LVM2.2.02.139/lib/config/config_settings.h
|
||||
@@ -947,6 +947,9 @@ cfg_array(global_cache_check_options_CFG
|
||||
cfg_array(global_cache_repair_options_CFG, "cache_repair_options", global_CFG_SECTION, CFG_ALLOW_EMPTY | CFG_DEFAULT_COMMENTED, CFG_TYPE_STRING, DEFAULT_CACHE_REPAIR_OPTIONS_CONFIG, vsn(2, 2, 108), NULL, 0, NULL,
|
||||
"List of options passed to the cache_repair command.\n")
|
||||
--- LVM2.2.02.170.orig/lib/config/config_settings.h
|
||||
+++ LVM2.2.02.170/lib/config/config_settings.h
|
||||
@@ -1039,6 +1039,9 @@ cfg(global_fsadm_executable_CFG, "fsadm_
|
||||
"The full path to the fsadm command.\n"
|
||||
"LVM uses this command to help with lvresize -r operations.\n")
|
||||
|
||||
+cfg(global_display_dm_name_for_lv_name_CFG, "display_dm_name_for_lv_name", global_CFG_SECTION, CFG_DEFAULT_COMMENTED, CFG_TYPE_BOOL, DEFAULT_DISPLAY_DM_NAME_FOR_LV_NAME, vsn(2, 2, 98), NULL, 0, NULL,
|
||||
+ "Display dm name for lv name.\n")
|
||||
@ -18,10 +18,10 @@ Index: LVM2.2.02.139/lib/config/config_settings.h
|
||||
cfg(global_system_id_source_CFG, "system_id_source", global_CFG_SECTION, 0, CFG_TYPE_STRING, DEFAULT_SYSTEM_ID_SOURCE, vsn(2, 2, 117), NULL, 0, NULL,
|
||||
"The method LVM uses to set the local system ID.\n"
|
||||
"Volume Groups can also be given a system ID (by vgcreate, vgchange,\n"
|
||||
Index: LVM2.2.02.139/lib/config/defaults.h
|
||||
Index: LVM2.2.02.170/lib/config/defaults.h
|
||||
===================================================================
|
||||
--- LVM2.2.02.139.orig/lib/config/defaults.h
|
||||
+++ LVM2.2.02.139/lib/config/defaults.h
|
||||
--- LVM2.2.02.170.orig/lib/config/defaults.h
|
||||
+++ LVM2.2.02.170/lib/config/defaults.h
|
||||
@@ -33,6 +33,7 @@
|
||||
#define DEFAULT_OBTAIN_DEVICE_LIST_FROM_UDEV 1
|
||||
#define DEFAULT_EXTERNAL_DEVICE_INFO_SOURCE "none"
|
||||
@ -30,11 +30,11 @@ Index: LVM2.2.02.139/lib/config/defaults.h
|
||||
#define DEFAULT_MD_COMPONENT_DETECTION 1
|
||||
#define DEFAULT_FW_RAID_COMPONENT_DETECTION 0
|
||||
#define DEFAULT_MD_CHUNK_ALIGNMENT 1
|
||||
Index: LVM2.2.02.139/lib/display/display.c
|
||||
Index: LVM2.2.02.170/lib/display/display.c
|
||||
===================================================================
|
||||
--- LVM2.2.02.139.orig/lib/display/display.c
|
||||
+++ LVM2.2.02.139/lib/display/display.c
|
||||
@@ -371,10 +371,15 @@ int lvdisplay_full(struct cmd_context *c
|
||||
--- LVM2.2.02.170.orig/lib/display/display.c
|
||||
+++ LVM2.2.02.170/lib/display/display.c
|
||||
@@ -413,10 +413,15 @@ int lvdisplay_full(struct cmd_context *c
|
||||
lv->vg->cmd->dev_dir, lv->vg->name, lv->name);
|
||||
else if (lv_is_visible(lv)) {
|
||||
/* Thin pool does not have /dev/vg/name link */
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Update to 2.02.170:
|
||||
* Few smal fixes around; obsoleted 169 release that was removed
|
||||
from mirrors
|
||||
- Refresh patch:
|
||||
* display-dm-name-for-lv-name.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 01:33:15 UTC 2017 - zren@suse.com
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
%define dlm_version 3.99.1
|
||||
%define sanlock_version 3.3.0
|
||||
### COMMON-DEF-BEGIN ###
|
||||
%define lvm2_version 2.02.169
|
||||
%define device_mapper_version 1.02.138
|
||||
%define lvm2_version 2.02.170
|
||||
%define device_mapper_version 1.02.139
|
||||
%define thin_provisioning_version 0.5.6
|
||||
### COMMON-DEF-END ###
|
||||
Name: lvm2-clvm
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Update to 2.02.170:
|
||||
* Few smal fixes around; obsoleted 169 release that was removed
|
||||
from mirrors
|
||||
- Refresh patch:
|
||||
* display-dm-name-for-lv-name.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 01:33:15 UTC 2017 - zren@suse.com
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
||||
%define applib liblvm2app2_2
|
||||
%define cmdlib liblvm2cmd2_02
|
||||
### COMMON-DEF-BEGIN ###
|
||||
%define lvm2_version 2.02.169
|
||||
%define device_mapper_version 1.02.138
|
||||
%define lvm2_version 2.02.170
|
||||
%define device_mapper_version 1.02.139
|
||||
%define thin_provisioning_version 0.5.6
|
||||
### COMMON-DEF-END ###
|
||||
Name: lvm2
|
||||
|
Loading…
Reference in New Issue
Block a user