sys-fs/lvm2: Bump to version 2.03.06. Removed old
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 25 Oct 2019 06:48:33 +0000 (08:48 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 25 Oct 2019 06:49:08 +0000 (08:49 +0200)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-fs/lvm2/Manifest
sys-fs/lvm2/files/lvm2-2.03.06-example.conf.in.patch [moved from sys-fs/lvm2/files/lvm2-2.03.05-example.conf.in.patch with 80% similarity]
sys-fs/lvm2/lvm2-2.03.06.ebuild [moved from sys-fs/lvm2/lvm2-2.03.05-r1.ebuild with 99% similarity]

index c8b02308f6d22bd48078b296bb5a2fe990224e13..9b72fb0647e658667ab2f3cd7b2c5e547b970e1e 100644 (file)
@@ -4,4 +4,4 @@ DIST LVM2.2.02.183.tgz 2380574 BLAKE2B b1fe71b6cdb8ee20dd53d0ad3399c553487baafa1
 DIST LVM2.2.02.184.tgz 2383698 BLAKE2B b6e308d76d541b9461dfcc6e82db256a175ccdabfae9c9d57d84eabd0d5ea50e3e09954b34741903e027412c2c26f72a5005fe934261576337a810738139deb8 SHA512 9db74f675e7c58f663a39afb79b6f33a33ad2cfbda63e9783ef5027f33977b4a1262a2e6754aa67c586eed083ee119a2e837c32a7746dcc53f13877c9d65c390
 DIST LVM2.2.02.185.tgz 2386328 BLAKE2B d2e31de3eedd7518ea2d239cb9b36b38e351d7fc070097a1fc4e7934e3636195da3247fba57d684bb0b31b7f3dbdfe29161bd121b2962b2c35c8c9d7914b4506 SHA512 f421505551aec2a09bc862f2fcc1ee825bc4d94c53a01d13265631e99308d60fbca40112be5bc7824cce3ef223c0775d2f6c345f6a3f227229a0566c903841bf
 DIST LVM2.2.02.186.tgz 2389759 BLAKE2B e094c0135d455386ea5789208899d4dbdd5e78bebf52e49ab5587f881fbc2b94c6accecacf1b4ed182b0c87046402c00a47a1b724795a94fe3ec998b580a77ae SHA512 06a1c00142ee41d8a576a5e06a5beae70baced3020e753ce3b612355cc4d9e33be4acf58569d49436c4ee1118d288d884c7301b7d886074eaf9f2fa6b0248c03
-DIST LVM2.2.03.05.tgz 2427412 BLAKE2B a66f199b6b9b593746ff7738657d80c3dc6201b417736e8136e8c894532611d9a4b44c3c791cb7dac539e6e2683b348ba17917a2a9ba539ec15cac5c25713816 SHA512 3b00f53771e99faa6459ae73353bff06ae37c64bd2659586ec25d0bb43bc3ff8ba5f713c68617fd7662a5f6cb65bca1ad0aea554819048d79c1cce20bf67c50a
+DIST LVM2.2.03.06.tgz 2453672 BLAKE2B 3d39bef4915ddb15c51011c131afcd2735723fc3e880e01fb863d82ccac0c34b7d71f6a3a126c6bb53fbf2dd923ccf0443e4e02a492fc0660ee1ef168dbb0e79 SHA512 2a01d34fa58348b0fac3d40a9ce736aa499af18c7e9bf96a3eeefc6a2de6a73460c83b6c67be20e9bd440998cbf847bc3e7a028385f38d715e221a5a857d391f
similarity index 80%
rename from sys-fs/lvm2/files/lvm2-2.03.05-example.conf.in.patch
rename to sys-fs/lvm2/files/lvm2-2.03.06-example.conf.in.patch
index a79250b8b4fd4044a082e3358a8a81ecf078179f..329bfde6ca917924e8dcf33125bc3dbde48d114b 100644 (file)
@@ -1,29 +1,29 @@
-From d5755288f23fdeaca4c6d317583f5f119ea8801c Mon Sep 17 00:00:00 2001
+From a26cc1e7e299b61d1877ead03aacafef9fbe81ff Mon Sep 17 00:00:00 2001
 From: "Robin H. Johnson" <robbat2@gentoo.org>
-Date: Wed, 24 Jul 2019 11:01:03 +0200
+Date: Fri, 25 Oct 2019 08:45:17 +0200
 Subject: [PATCH] Add Gentoo specific changes
 
-Forward-ported from 2.02.178 to 2.03.05
+Forward-ported from 2.03.05 to 2.03.06
 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
 ---
  conf/example.conf.in | 10 +++++++---
  1 file changed, 7 insertions(+), 3 deletions(-)
 
 diff --git a/conf/example.conf.in b/conf/example.conf.in
-index 154f621bcf..83124ddea3 100644
+index 05b0857920..33ffb0097c 100644
 --- a/conf/example.conf.in
 +++ b/conf/example.conf.in
 @@ -143,6 +143,9 @@ devices {
        # Example
        # Accept every block device:
-       # filter = [ "a|.*/|" ]
+       # filter = [ "a|.*|" ]
 +      # Gentoo: we exclude /dev/nbd by default, because it makes a lot of kernel
 +      # noise when you probed while not available.
-+      filter = [ "r|/dev/nbd.*|", "a/.*/" ]
++      filter = [ "r|/dev/nbd.*|", "a|.*|" ]
        # Reject the cdrom drive:
        # filter = [ "r|/dev/cdrom|" ]
        # Work with just loopback devices, e.g. for testing:
-@@ -1677,7 +1680,7 @@ activation {
+@@ -1680,7 +1683,7 @@ activation {
  
  # Configuration section metadata.
  # This configuration section has an automatic default value.
@@ -32,7 +32,7 @@ index 154f621bcf..83124ddea3 100644
  
        # Configuration option metadata/check_pv_device_sizes.
        # Check device sizes are not smaller than corresponding PV sizes.
-@@ -1722,7 +1725,8 @@ activation {
+@@ -1725,7 +1728,8 @@ activation {
        # 
        # This configuration option is advanced.
        # This configuration option has an automatic default value.
@@ -42,7 +42,7 @@ index 154f621bcf..83124ddea3 100644
  
        # Configuration option metadata/vgmetadatacopies.
        # Number of copies of metadata to maintain for each VG.
-@@ -1766,7 +1770,7 @@ activation {
+@@ -1768,7 +1772,7 @@ activation {
        # This configuration option is advanced.
        # This configuration option has an automatic default value.
        # stripesize = 64
@@ -52,5 +52,5 @@ index 154f621bcf..83124ddea3 100644
  # Configuration section report.
  # LVM report command output formatting.
 -- 
-2.22.0
+2.24.0.rc1
 
similarity index 99%
rename from sys-fs/lvm2/lvm2-2.03.05-r1.ebuild
rename to sys-fs/lvm2/lvm2-2.03.06.ebuild
index aa341d83581536e5a0a97b85e48438283469d44d..ece787e5605de674df35cd9c84afa2e1eb05a19d 100644 (file)
@@ -53,7 +53,7 @@ S="${WORKDIR}/${PN/lvm/LVM}.${PV}"
 
 PATCHES=(
        # Gentoo specific modification(s):
-       "${FILESDIR}"/${PN}-2.03.05-example.conf.in.patch
+       "${FILESDIR}"/${PN}-2.03.06-example.conf.in.patch
 
        # For upstream -- review and forward:
        #"${FILESDIR}"/${PN}-2.02.63-always-make-static-libdm.patch # FIXME: breaks libdm/dm-tools build