lvm2-2.03.23
This commit is contained in:
@@ -9,6 +9,8 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
shelltools.export("LC_ALL", "en_US.UTF-8")
|
||||
|
||||
def setup():
|
||||
shelltools.export("CONFIG_SHELL", "/bin/bash")
|
||||
autotools.configure("--with-usrlibdir=/usr/lib \
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
--- a/udev/69-dm-lvm.rules.in
|
||||
+++ b/udev/69-dm-lvm.rules.in
|
||||
@@ -76,7 +76,7 @@
|
||||
# it's better suited to appearing in the journal.
|
||||
|
||||
IMPORT{program}="(LVM_EXEC)/lvm pvscan --cache --listvg --checkcomplete --vgonline --autoactivation event --udevoutput --journal=output $env{DEVNAME}"
|
||||
-ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="(SYSTEMDRUN) --no-block --property DefaultDependencies=no --unit lvm-activate-$env{LVM_VG_NAME_COMPLETE} (LVM_EXEC)/lvm vgchange -aay --autoactivation event $env{LVM_VG_NAME_COMPLETE}"
|
||||
+ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="(LVM_EXEC)/lvm vgchange -aay --nohints --autoactivation event $env{LVM_VG_NAME_COMPLETE}"
|
||||
GOTO="lvm_end"
|
||||
|
||||
LABEL="lvm_end"
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Userland logical volume management tools</Summary>
|
||||
<Description>LVM2 includes all of the support for handling read/write operations physical and logical volumes.</Description>
|
||||
<Archive sha1sum="ea1f9bfb98546027259c24d370ab559c8487d3c0" type="targz">http://mirrors.kernel.org/sourceware/lvm2/LVM2.2.03.19.tgz</Archive>
|
||||
<Archive sha1sum="a14d56c852ed0b04a2d91550f0180bdbf853b23b" type="targz">http://mirrors.kernel.org/sourceware/lvm2/LVM2.2.03.23.tgz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="2.37.4">libutil-linux-devel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
@@ -38,7 +38,7 @@
|
||||
<Patch level="1">lvm2-2.02.186-udev_remove_unsupported_option.patch</Patch-->
|
||||
<!-- <Patch level="1">fix-stdio-usage.patch</Patch> -->
|
||||
<Patch level="1">mlockall-default-config.patch</Patch>
|
||||
<!-- <Patch level="1">portability.patch</Patch> -->
|
||||
<Patch level="1">lvm2-2.03.20-dm_lvm_rules_no_systemd.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -188,6 +188,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2023-11-24</Date>
|
||||
<Version>2.03.23</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2023-02-21</Date>
|
||||
<Version>2.03.19</Version>
|
||||
|
||||
Reference in New Issue
Block a user