New upstream release v2.03.23
This commit is contained in:
parent
0636341dcb
commit
9091603393
38
0001-spec-Install-and-package-etc-lvm-devices.patch
Normal file
38
0001-spec-Install-and-package-etc-lvm-devices.patch
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
From 40b5a4dfa9a19997b931f88ff69a9bb9bb68ac3d Mon Sep 17 00:00:00 2001
|
||||||
|
From: Marian Csontos <mcsontos@redhat.com>
|
||||||
|
Date: Wed, 29 Nov 2023 15:09:36 +0100
|
||||||
|
Subject: [PATCH 1/3] spec: Install and package /etc/lvm/devices
|
||||||
|
|
||||||
|
(cherry picked from commit ee31ba5023e6e1430c0d808f54015ccd3eb3931a)
|
||||||
|
---
|
||||||
|
Makefile.in | 1 +
|
||||||
|
spec/packages.inc | 1 +
|
||||||
|
2 files changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/Makefile.in b/Makefile.in
|
||||||
|
index 41f249fdc..d30f6e7fd 100644
|
||||||
|
--- a/Makefile.in
|
||||||
|
+++ b/Makefile.in
|
||||||
|
@@ -127,6 +127,7 @@ all_man:
|
||||||
|
|
||||||
|
install_system_dirs:
|
||||||
|
$(INSTALL_DIR) $(DESTDIR)$(DEFAULT_SYS_DIR)
|
||||||
|
+ $(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_SYS_DIR)/devices
|
||||||
|
$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_ARCHIVE_DIR)
|
||||||
|
$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_BACKUP_DIR)
|
||||||
|
$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_CACHE_DIR)
|
||||||
|
diff --git a/spec/packages.inc b/spec/packages.inc
|
||||||
|
index cc1655ece..05733e0df 100644
|
||||||
|
--- a/spec/packages.inc
|
||||||
|
+++ b/spec/packages.inc
|
||||||
|
@@ -182,6 +182,7 @@ fi
|
||||||
|
%dir %{_sysconfdir}/lvm/backup
|
||||||
|
%dir %{_sysconfdir}/lvm/cache
|
||||||
|
%dir %{_sysconfdir}/lvm/archive
|
||||||
|
+%dir %{_sysconfdir}/lvm/devices
|
||||||
|
%dir %{_default_locking_dir}
|
||||||
|
%dir %{_default_run_dir}
|
||||||
|
%if %{enable_systemd}
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
26
0002-man-add-inte-g-rity-to-man-lvs.patch
Normal file
26
0002-man-add-inte-g-rity-to-man-lvs.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From 2808b67d52123ec709e5a6d6c6780c8d325e708a Mon Sep 17 00:00:00 2001
|
||||||
|
From: Lukas Herbolt <lukas@herbolt.com>
|
||||||
|
Date: Tue, 5 Dec 2023 09:08:24 -0600
|
||||||
|
Subject: [PATCH 2/3] man: add inte(g)rity to man lvs
|
||||||
|
|
||||||
|
(cherry picked from commit 7b64d9946d6a3be84338ad976383b6ab53e97484)
|
||||||
|
---
|
||||||
|
man/lvs.8_end | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/man/lvs.8_end b/man/lvs.8_end
|
||||||
|
index dc3a27446..e9897b4fc 100644
|
||||||
|
--- a/man/lvs.8_end
|
||||||
|
+++ b/man/lvs.8_end
|
||||||
|
@@ -4,7 +4,7 @@
|
||||||
|
The lv_attr bits are:
|
||||||
|
.IP 1 3
|
||||||
|
Volume type: (\fBC\fP)ache, (\fBm\fP)irrored, (\fBM\fP)irrored without initial sync, (\fBo\fP)rigin,
|
||||||
|
-(\fBO\fP)rigin with merging snapshot, (\fBr\fP)aid, (\fBR\fP)aid without initial sync,
|
||||||
|
+(\fBO\fP)rigin with merging snapshot, inte(\fBg\fP)rity, (\fBr\fP)aid, (\fBR\fP)aid without initial sync,
|
||||||
|
(\fBs\fP)napshot, merging (\fBS\fP)napshot, (\fBp\fP)vmove, (\fBv\fP)irtual,
|
||||||
|
mirror or raid (\fBi\fP)mage, mirror or raid (\fBI\fP)mage out-of-sync, mirror (\fBl\fP)og device,
|
||||||
|
under (\fBc\fP)onversion, thin (\fBV\fP)olume, (\fBt\fP)hin pool, (\fBT\fP)hin pool data,
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
25
0003-archiving-Fix-doubled-filename-in-vgcfgrestore.patch
Normal file
25
0003-archiving-Fix-doubled-filename-in-vgcfgrestore.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From fdfd76a3ff1e2863fa11e79217bd2a4fa7ff527e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ranjith ML <rmadhuso@redhat.com>
|
||||||
|
Date: Wed, 24 Jan 2024 14:05:24 +0100
|
||||||
|
Subject: [PATCH 3/3] archiving: Fix doubled filename in vgcfgrestore
|
||||||
|
|
||||||
|
---
|
||||||
|
lib/format_text/archive.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/lib/format_text/archive.c b/lib/format_text/archive.c
|
||||||
|
index 5acf0c04a..0e848cc8f 100644
|
||||||
|
--- a/lib/format_text/archive.c
|
||||||
|
+++ b/lib/format_text/archive.c
|
||||||
|
@@ -313,7 +313,7 @@ static void _display_archive(struct cmd_context *cmd, const char *dir, struct ar
|
||||||
|
}
|
||||||
|
|
||||||
|
log_print(" ");
|
||||||
|
- log_print("File:\t\t%s/%s", path, af->name);
|
||||||
|
+ log_print("File:\t\t%s", path);
|
||||||
|
tc.path_live = path;
|
||||||
|
|
||||||
|
fic.type = FMT_INSTANCE_PRIVATE_MDAS;
|
||||||
|
--
|
||||||
|
2.43.0
|
||||||
|
|
@ -1,16 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAABCAAdFiEE1QGkeEQK4v0TChvouREkMeUJA58FAmTKUZsACgkQuREkMeUJ
|
|
||||||
A5+Z1A//eTi65tos1se3+iivR+K1soXQLagU3WdwgOUbPu5amjipNZ6iMWCuGLOH
|
|
||||||
XleuHRGQb0ytnkRwlUeYgUkcaFqbofH9FmY5Hugp20BE+8P3bfeAX5a5ApsoU0wF
|
|
||||||
fY+XlSyuq3waFAM7XadxTgiOqWNT4Y+CnO3IUfAlkupOZi2h+00U8FlroIZdLqKR
|
|
||||||
919CpIyh9obPxvvQeE30vNQVA8jUazG7pkq9J/bVFf4ZYqJ1AieDFQ05dqAvdO4e
|
|
||||||
I8A/0Hc6n5OZBgbK1eX8EvpYuQOd5YYVFtsLoYzCl6Q1AZ5hviddifqxwnSHyPX7
|
|
||||||
iXt82ppRBIEO500QK/R+6ZAu1qF7S5ZVQMvWuSQM4hYwxJfipFaWDljpS2Gc8x8h
|
|
||||||
YIB7BSbNJMFu1Qf1iE/I8yqTt7x+Q/zL8paat5P5ZpsD//tG/CAWyfcml7ieTGDY
|
|
||||||
yoMuIY8GzAFYYzSWtubQEJx75E757cexOeZu5oiDfjSU6JxYFzoNWoF79NUVzTgU
|
|
||||||
bscvzWnibIjGpDoSD6aCjjmmNbbpnSALjUdKnUlt+KDR72u66KDssTQOpbg/W17T
|
|
||||||
Ghxe+I0kF8FObSD9T7CockCx81dqS7lrq8jLkMmAk9TKzr4OPi8mMjCMqGha+swg
|
|
||||||
Z/Sy/z/V7BAdknyRvg4ZQKxrA+9rRizt/xMlgpnRY8nvk+8VgYw=
|
|
||||||
=yBW6
|
|
||||||
-----END PGP SIGNATURE-----
|
|
16
LVM2.2.03.23.tgz.asc
Normal file
16
LVM2.2.03.23.tgz.asc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCAAdFiEE1QGkeEQK4v0TChvouREkMeUJA58FAmVeTdgACgkQuREkMeUJ
|
||||||
|
A5/TqRAA4dNbhTkVABtVLuaUB4T50ClDMvpMaEHeWzel1vQSJB3sLp27pROxh8S1
|
||||||
|
iS3Zat/C3LOl/hG+u6IGFf+0nA9YYFVq1aQqwB88mZKBc044rYBntxos8pfuMNet
|
||||||
|
LYHKrLE0wmSEBpooYNaWJJI08MDsIH5uKb3BfduFfbns7/iRsd8/dsgg7FGgmvXt
|
||||||
|
lNNwNI5xJUPODNJYm8MgHyEpnwxDzcdNXxGc8e7Ihu5tGWo6a0EmKO/+i+TljCZm
|
||||||
|
opCAEJbrlVWIdcGsBqZ/QHMq0IYPOH8jxhxclhbp0EsRYVs+PZ43hj2osfGyNOtv
|
||||||
|
jdeob/Z1OQ1e/yEWBNZVcOX8jgXf1G80Mww+jKfp8GzrYTGOIIlsCsxJSB7i0Isx
|
||||||
|
Wc+0uUDS4u0GhUhmx+Z4J20legpVKK4HfLFvUJNAstIjuYIC5nQ1o27gdYg1jhS1
|
||||||
|
oHd2BBwYfydKpqPsTp6TFmVJBZt+5rATOdaUyUmeyjbiEwx0l9q7/hBiUpNOxgAc
|
||||||
|
IBds40tqmJRFSEUhzA6sE7eIIjeu641hDIXMyvaHKI9h76hYj1ceDYXLovPS/9ue
|
||||||
|
xfwASHjQR6i6ZB6Vvu46H3c5+zuVttogi5pGz19FxIK4XSsW4etDjDZKPwrcoQae
|
||||||
|
Oy7BH3/nyME2GTv9btEMcks73MAGSdJMmLM4hJnDGobAK6RA8Co=
|
||||||
|
=rizq
|
||||||
|
-----END PGP SIGNATURE-----
|
28
lvm2.spec
28
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%global device_mapper_version 1.02.196
|
%global device_mapper_version 1.02.197
|
||||||
|
|
||||||
%global enable_cache 1
|
%global enable_cache 1
|
||||||
%global enable_lvmdbusd 1
|
%global enable_lvmdbusd 1
|
||||||
@ -47,11 +47,14 @@ Name: lvm2
|
|||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
Epoch: %{rhel}
|
Epoch: %{rhel}
|
||||||
%endif
|
%endif
|
||||||
Version: 2.03.22
|
Version: 2.03.23
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://sourceware.org/lvm2/
|
URL: https://sourceware.org/lvm2
|
||||||
Source0: https://sourceware.org/pub/lvm2/releases/LVM2.%{version}.tgz
|
Source0: https://sourceware.org/pub/lvm2/releases/LVM2.%{version}.tgz
|
||||||
|
Patch0: 0001-spec-Install-and-package-etc-lvm-devices.patch
|
||||||
|
Patch1: 0002-man-add-inte-g-rity-to-man-lvs.patch
|
||||||
|
Patch2: 0003-archiving-Fix-doubled-filename-in-vgcfgrestore.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -168,14 +171,15 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
--enable-editline \
|
--enable-editline \
|
||||||
--disable-readline
|
--disable-readline
|
||||||
|
|
||||||
%make_build
|
V=1 %make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
V=1 %make_install
|
||||||
make install_system_dirs DESTDIR=$RPM_BUILD_ROOT
|
V=1 make install_system_dirs DESTDIR=$RPM_BUILD_ROOT
|
||||||
make install_systemd_units DESTDIR=$RPM_BUILD_ROOT
|
V=1 make install_systemd_units DESTDIR=$RPM_BUILD_ROOT
|
||||||
make install_systemd_generators DESTDIR=$RPM_BUILD_ROOT
|
V=1 make install_systemd_generators DESTDIR=$RPM_BUILD_ROOT
|
||||||
make install_tmpfiles_configuration DESTDIR=$RPM_BUILD_ROOT
|
V=1 make install_tmpfiles_configuration DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
#install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/lvm/devices
|
||||||
%if %{enable_testsuite}
|
%if %{enable_testsuite}
|
||||||
%make_install -C test
|
%make_install -C test
|
||||||
%endif
|
%endif
|
||||||
@ -363,7 +367,7 @@ systemctl start lvm2-lvmpolld.socket >/dev/null 2>&1 || :
|
|||||||
%dir %{_sysconfdir}/lvm/backup
|
%dir %{_sysconfdir}/lvm/backup
|
||||||
%dir %{_sysconfdir}/lvm/cache
|
%dir %{_sysconfdir}/lvm/cache
|
||||||
%dir %{_sysconfdir}/lvm/archive
|
%dir %{_sysconfdir}/lvm/archive
|
||||||
%ghost %{_sysconfdir}/lvm/devices
|
%dir %{_sysconfdir}/lvm/devices
|
||||||
%dir %{_default_locking_dir}
|
%dir %{_default_locking_dir}
|
||||||
%dir %{_default_run_dir}
|
%dir %{_default_run_dir}
|
||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
@ -658,6 +662,10 @@ An extensive functional testsuite for LVM2.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2024 Marian Csontos <mcsontos@redhat.com> - 2.03.23-1
|
||||||
|
- Update to upstream version 2.03.23.
|
||||||
|
- See WHATS_NEW and WHATS_NEW_DM for more information.
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.03.22-2
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.03.22-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (LVM2.2.03.22.tgz) = 17cd24ceee8026481566824b688dafd03ec816201d5cb3549cb7fc8a36f4cdaa982faaef4dcd26debfe775dea5ffa2744798164314ea6dc99a84f8ccccfc33ff
|
SHA512 (LVM2.2.03.23.tgz) = 293430a80c7f599d14e77610456d0f44cac8164e6159cd0e2e287462278a89787e289fdb4d481eb8fd6b5eea07a6535c41cb7fdc3deee83df7fea9bf77dcbdaa
|
||||||
|
Loading…
Reference in New Issue
Block a user