[arch-commits] Commit in lvm2/trunk (PKGBUILD lvm2_install sd-lvm2_install)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Apr 17 08:37:29 UTC 2016


    Date: Sunday, April 17, 2016 @ 10:37:28
  Author: bpiotrowski
Revision: 265085

upgpkg: lvm2 2.02.150-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD
  lvm2/trunk/lvm2_install
  lvm2/trunk/sd-lvm2_install

-----------------+
 PKGBUILD        |    4 ++--
 lvm2_install    |    2 +-
 sd-lvm2_install |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-17 08:29:36 UTC (rev 265084)
+++ PKGBUILD	2016-04-17 08:37:28 UTC (rev 265085)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.149
+pkgver=2.02.150
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/"
@@ -17,7 +17,7 @@
         sd-lvm2_install
         11-dm-initramfs.rules
         lvm2-make-sockets-static.patch)
-sha1sums=('d4f105285f6517ef41bd7367474ecb2f6af93e0e'
+sha1sums=('7d72b7022f56deb71e36661f4be7a2a1734006a7'
           'SKIP'
           '40ef991650555b904e73bcc3f344d736722e27ca'
           'ff0fdf0a3005a41acd4b36865056109effc3474b'

Modified: lvm2_install
===================================================================
--- lvm2_install	2016-04-17 08:29:36 UTC (rev 265084)
+++ lvm2_install	2016-04-17 08:37:28 UTC (rev 265085)
@@ -2,7 +2,7 @@
 
 build() {
     local mod
-    for mod in dm-mod dm-snapshot dm-mirror dm-cache dm-cache-mq; do
+    for mod in dm-mod dm-snapshot dm-mirror dm-cache dm-cache-mq dm-thin-pool; do
         add_module "$mod"
     done
 

Modified: sd-lvm2_install
===================================================================
--- sd-lvm2_install	2016-04-17 08:29:36 UTC (rev 265084)
+++ sd-lvm2_install	2016-04-17 08:37:28 UTC (rev 265085)
@@ -2,7 +2,7 @@
 
 build() {
     local mod
-    for mod in dm-mod dm-snapshot dm-mirror; do
+    for mod in dm-mod dm-snapshot dm-mirror dm-thin-pool; do
         add_module "$mod"
     done
 



More information about the arch-commits mailing list