From fc81d14100b8eb2a0f42e4ab223de267e6659b9c Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 29 Mar 2015 19:03:12 +0200 Subject: [PATCH] lvm2: bump version Signed-off-by: Daniel Golle --- utils/lvm2/Makefile | 4 ++-- utils/lvm2/patches/001-include_fix.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/lvm2/Makefile b/utils/lvm2/Makefile index 7bd096f1af..3e4361b55e 100644 --- a/utils/lvm2/Makefile +++ b/utils/lvm2/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=LVM2 -PKG_VERSION:=2.02.117 +PKG_VERSION:=2.02.118 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 LGPL-2.1 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2 -PKG_MD5SUM:=ab5889dae7924b44ed2444161058a419 +PKG_MD5SUM:=27f028974e8f067a9791d685b4e0fa90 PKG_MAINTAINER:=Daniel Golle PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION) diff --git a/utils/lvm2/patches/001-include_fix.patch b/utils/lvm2/patches/001-include_fix.patch index dc159c5529..09d2db9625 100644 --- a/utils/lvm2/patches/001-include_fix.patch +++ b/utils/lvm2/patches/001-include_fix.patch @@ -8,4 +8,4 @@ +#include #endif - #include "device-types.h" + #ifdef UDEV_SYNC_SUPPORT -- 2.30.2