diff --git a/device-mapper.changes b/device-mapper.changes index 50cd6ea..bf0227b 100644 --- a/device-mapper.changes +++ b/device-mapper.changes @@ -2,19 +2,34 @@ Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com - Update to LVM2.2.02.180 -- Drop the upstream patches - - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch - - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch - - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch - - bug-1095960_dev_io-no-discard-in-testmode.patch + Never send any discard ioctl with test mode. + Fix thin-pool alloc which needs same PV for data and metadata. + Extend list of non-memlocked areas with newly linked libs. + Enhance vgcfgrestore to check for active LVs in restored VG. + lvconvert: provide possible layouts between linear and striped/raid + Fix unmonitoring of merging snapshots. + Add missing -l description in fsadm man page. + Cache can uses metadata format 2 with cleaner policy. + Avoid showing internal error in lvs output or pvmoved LVs. + Fix check if resized PV can also fit metadata area. + Reopen devices RDWR only before writing to avoid udev issues. + Change pvresize output confusing when no resize took place. + Fix lvmetad hanging on shutdown. + Fix mem leak in clvmd and more coverity issues. + Fix that pvmove does not work (bsc#1080299) +- Drop patches that have been merged upstream + - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch + - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch + - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch + - bug-1095960_dev_io-no-discard-in-testmode.patch - Refresh patches - + bsc1080299-detect-clvm-properly.patch - + bug-950089_test-fix-lvm2-testsuite-build-error.patch -- Fix cmirrord LV creation/activation failure (bsc#1091863) -- Fix that pvmove does not work (bsc#1080299) -- Fix package name for modprobe during build (bsc#1102668) -- Fix building error due to the script interpreter - + tests-specify-python3-as-the-script-interpreter.patch + + bsc1080299-detect-clvm-properly.patch + + bug-950089_test-fix-lvm2-testsuite-build-error.patch +- Update spec files + Fix BuildRequires package name for modprobe (bsc#1102668) + Fix cmirrord LV creation/activation failure (bsc#1091863) +- Fix building error in OBS due to the script interpreter + + tests-specify-python3-as-the-script-interpreter.patch ------------------------------------------------------------------- Wed Jul 18 11:33:30 UTC 2018 - ghe@suse.com diff --git a/lvm2-clvm.changes b/lvm2-clvm.changes index 50cd6ea..bf0227b 100644 --- a/lvm2-clvm.changes +++ b/lvm2-clvm.changes @@ -2,19 +2,34 @@ Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com - Update to LVM2.2.02.180 -- Drop the upstream patches - - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch - - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch - - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch - - bug-1095960_dev_io-no-discard-in-testmode.patch + Never send any discard ioctl with test mode. + Fix thin-pool alloc which needs same PV for data and metadata. + Extend list of non-memlocked areas with newly linked libs. + Enhance vgcfgrestore to check for active LVs in restored VG. + lvconvert: provide possible layouts between linear and striped/raid + Fix unmonitoring of merging snapshots. + Add missing -l description in fsadm man page. + Cache can uses metadata format 2 with cleaner policy. + Avoid showing internal error in lvs output or pvmoved LVs. + Fix check if resized PV can also fit metadata area. + Reopen devices RDWR only before writing to avoid udev issues. + Change pvresize output confusing when no resize took place. + Fix lvmetad hanging on shutdown. + Fix mem leak in clvmd and more coverity issues. + Fix that pvmove does not work (bsc#1080299) +- Drop patches that have been merged upstream + - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch + - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch + - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch + - bug-1095960_dev_io-no-discard-in-testmode.patch - Refresh patches - + bsc1080299-detect-clvm-properly.patch - + bug-950089_test-fix-lvm2-testsuite-build-error.patch -- Fix cmirrord LV creation/activation failure (bsc#1091863) -- Fix that pvmove does not work (bsc#1080299) -- Fix package name for modprobe during build (bsc#1102668) -- Fix building error due to the script interpreter - + tests-specify-python3-as-the-script-interpreter.patch + + bsc1080299-detect-clvm-properly.patch + + bug-950089_test-fix-lvm2-testsuite-build-error.patch +- Update spec files + Fix BuildRequires package name for modprobe (bsc#1102668) + Fix cmirrord LV creation/activation failure (bsc#1091863) +- Fix building error in OBS due to the script interpreter + + tests-specify-python3-as-the-script-interpreter.patch ------------------------------------------------------------------- Wed Jul 18 11:33:30 UTC 2018 - ghe@suse.com diff --git a/lvm2.changes b/lvm2.changes index 50cd6ea..bf0227b 100644 --- a/lvm2.changes +++ b/lvm2.changes @@ -2,19 +2,34 @@ Mon Jul 23 11:45:20 UTC 2018 - ghe@suse.com - Update to LVM2.2.02.180 -- Drop the upstream patches - - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch - - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch - - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch - - bug-1095960_dev_io-no-discard-in-testmode.patch + Never send any discard ioctl with test mode. + Fix thin-pool alloc which needs same PV for data and metadata. + Extend list of non-memlocked areas with newly linked libs. + Enhance vgcfgrestore to check for active LVs in restored VG. + lvconvert: provide possible layouts between linear and striped/raid + Fix unmonitoring of merging snapshots. + Add missing -l description in fsadm man page. + Cache can uses metadata format 2 with cleaner policy. + Avoid showing internal error in lvs output or pvmoved LVs. + Fix check if resized PV can also fit metadata area. + Reopen devices RDWR only before writing to avoid udev issues. + Change pvresize output confusing when no resize took place. + Fix lvmetad hanging on shutdown. + Fix mem leak in clvmd and more coverity issues. + Fix that pvmove does not work (bsc#1080299) +- Drop patches that have been merged upstream + - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch + - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch + - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch + - bug-1095960_dev_io-no-discard-in-testmode.patch - Refresh patches - + bsc1080299-detect-clvm-properly.patch - + bug-950089_test-fix-lvm2-testsuite-build-error.patch -- Fix cmirrord LV creation/activation failure (bsc#1091863) -- Fix that pvmove does not work (bsc#1080299) -- Fix package name for modprobe during build (bsc#1102668) -- Fix building error due to the script interpreter - + tests-specify-python3-as-the-script-interpreter.patch + + bsc1080299-detect-clvm-properly.patch + + bug-950089_test-fix-lvm2-testsuite-build-error.patch +- Update spec files + Fix BuildRequires package name for modprobe (bsc#1102668) + Fix cmirrord LV creation/activation failure (bsc#1091863) +- Fix building error in OBS due to the script interpreter + + tests-specify-python3-as-the-script-interpreter.patch ------------------------------------------------------------------- Wed Jul 18 11:33:30 UTC 2018 - ghe@suse.com diff --git a/tests-specify-python3-as-the-script-interpreter.patch b/tests-specify-python3-as-the-script-interpreter.patch index 6604149..7fb354e 100644 --- a/tests-specify-python3-as-the-script-interpreter.patch +++ b/tests-specify-python3-as-the-script-interpreter.patch @@ -5,7 +5,7 @@ Subject: [PATCH] tests: specify python3 as the script interpreter specify /usr/bin/python3 as the script interpreter in python_lvm_unit.py.in file, otherwise, there will be a building -error. +error in OBS. Signed-off-by: Gang He ---