Accepting request 1248830 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1248830 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=174
This commit is contained in:
12
lvm2.changes
12
lvm2.changes
@@ -1,3 +1,9 @@
|
||||
Thu Feb 27 02:44:00 UTC 2025 - Heming Zhao <heming.zhao@suse.com>
|
||||
|
||||
- fixing HA16.0 Product building issues for packages: lvm2-lockd, cluster-md, dlm, drbd (bsc#1237701)
|
||||
* update lvm2.spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 05:33:00 UTC 2025 - Heming Zhao <heming.zhao@suse.com>
|
||||
|
||||
- system with LVM on iSCSI hangs on shutdown because blk-availability.service is not enabled (bsc#1236788)
|
||||
@@ -118,6 +124,12 @@ Mon Dec 16 05:58:47 UTC 2024 - Glass Su <glass.su@suse.com>
|
||||
- add build dependency 'pkgconfig(systemd)' and configure option '--enable-sd-notify' for lvmlockd
|
||||
- remove unrecognized (since 2.03.01) configure parameter '--with-cluster' from lvmlockd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 02:26:00 UTC 2024 - Glass Su <glass.su@suse.com>
|
||||
|
||||
- [SLFO] systemd 254 is missing reworked SYSTEMD_READY logic in device mapper udev rules (bsc#1229518)
|
||||
* update udev dependency version in lvm2.spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 13:08:00 UTC 2024 - Glass Su <glass.su@suse.com>
|
||||
|
||||
|
12
lvm2.spec
12
lvm2.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package lvm2
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
@@ -27,7 +27,11 @@
|
||||
%define upstream_device_mapper_version 1.02.203
|
||||
%define device_mapper_version %{lvm2_version}_1.02.203
|
||||
%define thin_provisioning_version 0.7.0
|
||||
%define _supportsanlock 1
|
||||
%if 0%{?suse_version} >= 1600 && ! 0%{?is_opensuse}
|
||||
%define _supportsanlock 0
|
||||
%else
|
||||
%define _supportsanlock 1
|
||||
%endif
|
||||
%define dlm_version 4.0.9
|
||||
# from lvm2 version 2.03, suse obsoleted clvm, cmirrord, liblvm2app & liblvm2cmd.
|
||||
# so the obseletes version is 2.03
|
||||
@@ -103,11 +107,11 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
Requires: device-mapper >= %{device_mapper_version}
|
||||
Requires: modutils
|
||||
# see bsc#1225783 for following 2 lines
|
||||
# see bsc#1225783 bsc#1229518 for following 2 lines
|
||||
Requires: (udev >= 255.7 if udev)
|
||||
Requires: (multipath-tools >= 0.9.9 if multipath-tools)
|
||||
Requires(post): coreutils
|
||||
Requires(postun):coreutils
|
||||
Requires(postun): coreutils
|
||||
Provides: lvm = %{version}
|
||||
Obsoletes: lvm2-cmirrord <= %{lvm2_cmirrord_version}
|
||||
%{?systemd_requires}
|
||||
|
Reference in New Issue
Block a user