diff --git a/.gitignore b/.gitignore index e3bd16d..96c2377 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /LVM2.2.02.138.tgz /LVM2.2.02.139.tgz /LVM2.2.02.140.tgz +/LVM2.2.02.141.tgz diff --git a/LVM2.2.02.140.tgz b/LVM2.2.02.140.tgz deleted file mode 100644 index 06fb0ad..0000000 Binary files a/LVM2.2.02.140.tgz and /dev/null differ diff --git a/LVM2.2.02.140.tgz.asc b/LVM2.2.02.140.tgz.asc deleted file mode 100644 index f9b7f18..0000000 --- a/LVM2.2.02.140.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAlaZp1cACgkQIoGRwVZ+LBdUcACgwn3RYAXFD9anp+WgBPb4QhhL -QcQAnAwodYrEPjobvEVecLONxxa+pb33 -=lzwO ------END PGP SIGNATURE----- diff --git a/LVM2.2.02.141.tgz.asc b/LVM2.2.02.141.tgz.asc new file mode 100644 index 0000000..11cd662 --- /dev/null +++ b/LVM2.2.02.141.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEABECAAYFAlaldhAACgkQIoGRwVZ+LBd+JgCfX58yWPrTHz0LwNzX5FHvvdNT +7MsAoJET99QghzwYv9refV2KXs2G5Laj +=BMDt +-----END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index b8a3555..31ae499 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,43 +1,43 @@ -%define device_mapper_version 1.02.114 +%global device_mapper_version 1.02.115 -%define enable_cache 1 -%define enable_cluster 1 -%define enable_cmirror 1 -%define enable_lvmetad 1 -%define enable_lvmlockd 1 -%define enable_lvmpolld 1 -%define enable_python 1 -%define enable_thin 1 +%global enable_cache 1 +%global enable_cluster 1 +%global enable_cmirror 1 +%global enable_lvmetad 1 +%global enable_lvmlockd 1 +%global enable_lvmpolld 1 +%global enable_python 1 +%global enable_thin 1 -%define system_release_version 23 -%define systemd_version 189-3 -%define dracut_version 002-18 -%define util_linux_version 2.24 -%define bash_version 4.0 -%define corosync_version 1.99.9-1 -%define resource_agents_version 3.9.5-12 -%define dlm_version 3.99.1-1 -%define libselinux_version 1.30.19-4 -%define persistent_data_version 0.5.5-1 -%define sanlock_version 3.2.4-1 +%global system_release_version 23 +%global systemd_version 189-3 +%global dracut_version 002-18 +%global util_linux_version 2.24 +%global bash_version 4.0 +%global corosync_version 1.99.9-1 +%global resource_agents_version 3.9.5-12 +%global dlm_version 3.99.1-1 +%global libselinux_version 1.30.19-4 +%global persistent_data_version 0.5.5-1 +%global sanlock_version 3.2.4-1 -%define enable_lockd_sanlock %{enable_lvmlockd} -%define enable_lockd_dlm %{enable_lvmlockd} +%global enable_lockd_sanlock %{enable_lvmlockd} +%global enable_lockd_dlm %{enable_lvmlockd} %if 0%{?rhel} %ifnarch i686 x86_64 - %define enable_cluster 0 - %define enable_cmirror 0 + %global enable_cluster 0 + %global enable_cmirror 0 %endif %endif %if %{enable_cluster} - %define configure_cluster --with-cluster=internal --with-clvmd=corosync + %global configure_cluster --with-cluster=internal --with-clvmd=corosync %if %{enable_cmirror} - %define configure_cmirror --enable-cmirrord + %global configure_cmirror --enable-cmirrord %endif %else - %define configure_cluster --with-cluster=internal --with-clvmd=none + %global configure_cluster --with-cluster=internal --with-clvmd=none %endif @@ -47,8 +47,8 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.140 -Release: 3%{?dist} +Version: 2.02.141 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -110,46 +110,46 @@ or more physical volumes and creating one or more logical volumes %patch2 -p1 -b .lvmetad_timeout %build -%define _default_pid_dir /run -%define _default_dm_run_dir /run -%define _default_run_dir /run/lvm -%define _default_locking_dir /run/lock/lvm +%global _default_pid_dir /run +%global _default_dm_run_dir /run +%global _default_run_dir /run/lvm +%global _default_locking_dir /run/lock/lvm -%define _udevdir %{_prefix}/lib/udev/rules.d -%define _tmpfilesdir %{_prefix}/lib/tmpfiles.d +%global _udevdir %{_prefix}/lib/udev/rules.d +%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d -%define configure_udev --with-udevdir=%{_udevdir} --enable-udev_sync +%global configure_udev --with-udevdir=%{_udevdir} --enable-udev_sync %if %{enable_cache} -%define configure_cache --with-cache=internal +%global configure_cache --with-cache=internal %endif %if %{enable_thin} -%define configure_thin --with-thin=internal +%global configure_thin --with-thin=internal %endif %if %{enable_lvmetad} -%define configure_lvmetad --enable-lvmetad +%global configure_lvmetad --enable-lvmetad %endif %if %{enable_lockd_dlm} -%define configure_lockd_dlm --enable-lockd-dlm +%global configure_lockd_dlm --enable-lockd-dlm %endif %if %{enable_lockd_sanlock} -%define configure_lockd_sanlock --enable-lockd-sanlock +%global configure_lockd_sanlock --enable-lockd-sanlock %endif %if %{enable_lvmpolld} -%define configure_lvmpolld --enable-lvmpolld +%global configure_lvmpolld --enable-lvmpolld %endif %if %{enable_python} -%define configure_python --enable-python-bindings -%define configure_python3_flags PYTHON=/usr/bin/python3 PYTHON_CONFIG=/usr/bin/python3-config +%global configure_python --enable-python-bindings +%global configure_python3_flags PYTHON=/usr/bin/python3 PYTHON_CONFIG=/usr/bin/python3-config %endif -%define configure_final --with-default-dm-run-dir=%{_default_dm_run_dir} --with-default-run-dir=%{_default_run_dir} --with-default-pid-dir=%{_default_pid_dir} --with-default-locking-dir=%{_default_locking_dir} --with-usrlibdir=%{_libdir} --enable-lvm1_fallback --enable-fsadm --with-pool=internal --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd --enable-blkid_wiping %{?configure_python} %{?configure_cluster} %{?configure_cmirror} %{?configure_udev} %{?configure_thin} %{?configure_lvmetad} %{?configure_cache} %{?configure_lvmpolld} %{?configure_lockd_dlm} %{?configure_lockd_sanlock} +%global configure_final --with-default-dm-run-dir=%{_default_dm_run_dir} --with-default-run-dir=%{_default_run_dir} --with-default-pid-dir=%{_default_pid_dir} --with-default-locking-dir=%{_default_locking_dir} --with-usrlibdir=%{_libdir} --enable-lvm1_fallback --enable-fsadm --with-pool=internal --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd --enable-blkid_wiping %{?configure_python} %{?configure_cluster} %{?configure_cmirror} %{?configure_udev} %{?configure_thin} %{?configure_lvmetad} %{?configure_cache} %{?configure_lvmpolld} %{?configure_lockd_dlm} %{?configure_lockd_sanlock} %if %{enable_python} rm -rf %{py3dir} @@ -796,6 +796,22 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Jan 25 2016 Peter Rajnoha - 2.02.141-1 +- Add metadata/check_pv_device_sizes switch to lvm.conf for device size checks. +- Warn if device size is less than corresponding PV size in metadata. +- Cache device sizes internally. +- Restore support for command breaking in process_each_lv_in_vg() (2.02.118). +- Use correct mempool when process_each_lv_in_vg() (2.02.118). +- Fix lvm.8 man to show again prohibited suffixes. +- Fix configure to set proper use_blkid_wiping if autodetected as disabled. +- Initialise udev in clvmd for use in device scanning. (2.02.116) +- Add seg_le_ranges report field for common format when displaying seg devices. +- Honour report/list_item_separator for seg_metadata_le_ranges report field. +- Don't mark hidden devs in -o devices,metadata_devices,seg_pe_ranges.(2.02.140) +- Change LV sizes in seg_pe_ranges report field to match underlying devices. +- Add kernel_cache_settings report field for cache LV settings used in kernel. +- Fix man page for dmsetup udevcreatecookie. + * Mon Jan 18 2016 Peter Rajnoha - 2.02.140-3 - Fix lvm2app to return either 0 or 1 for lvm_vg_is_{clustered,exported}. - Add kernel_discards report field to display thin pool discard used in kernel. diff --git a/sources b/sources index 9ff8bf7..56daeaf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2191c4798c8927a6d31a96010b9f568 LVM2.2.02.140.tgz +0bb6261f7ecb9ef70fd773c6a952de67 LVM2.2.02.141.tgz diff --git a/upstream b/upstream index e859bca..dba22e4 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.139.tgz +LVM2.2.02.141.tgz