]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
lvm2: Update to version 2.03.33
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 4 Jul 2025 10:14:37 +0000 (12:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Jul 2025 11:06:28 +0000 (11:06 +0000)
- Update from version 2.03.32 to 2.03.33
- Update of rootfile not required
- Changelog
    2.03.33
  Various spelling, grammar, formatting, test, and build script improvements.
  Override LC_NUMERIC locale if unsuitable for json_std report format.
  Repair raid arrays with transiently lost devices.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/lvm2

index 6a283b65ad7815685899e0ccb3ebff87c1660b1c..fd67dd59e6889fa19c247634e4c6b4c0bc2b3148 100644 (file)
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.03.32
+VER        = 2.03.33
 
 THISAPP    = LVM2.$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ad5c7c171659557a8b2c537cdb3bd1dea9927274e861cfee7a32b9845f69564621dcf04ca055439429497f51334fe0725724b767e5dba2faf8bd943a3f66f327
+$(DL_FILE)_BLAKE2 = 89a5f4c338cae4196edf815820819e71a6d4211bdaa447ba6e71100469261d9f0d4071a70502b53e6734a8f857771a73efc9de62644b09363a807c2fa9562829
 
 install : $(TARGET)
 
@@ -74,15 +74,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        $(UPDATE_AUTOMAKE)
-       cd $(DIR_APP) && \
-               ./configure \
-                       --prefix=/usr \
-                       --with-usrlibdir=/usr/lib \
-                       --enable-pkgconfig \
-                       --with-udevdir=/lib/udev/rules.d \
-                       --with-default-locking-dir=/run/lvm \
-                       --enable-udev_rules \
-                       --enable-udev_sync
+       cd $(DIR_APP) && ./configure \
+                               --prefix=/usr \
+                               --with-usrlibdir=/usr/lib \
+                               --enable-pkgconfig \
+                               --with-udevdir=/lib/udev/rules.d \
+                               --with-default-locking-dir=/run/lvm \
+                               --enable-udev_rules \
+                               --enable-udev_sync
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        # copy the tailored lvm udev rules file that will mount volumes without systemd