Commit 18be8ba3 authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Update lvm2

parent ef49c171
......@@ -3,12 +3,14 @@ require 'package'
class Lvm2 < Package
description 'LVM2 refers to the userspace toolset that provide logical volume management facilities on linux.'
homepage 'https://sourceware.org/lvm2'
version '2.02.173'
source_url 'ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.173.tgz'
source_sha256 'ceb9168c7e009ef487f96a1fe969b23cbb07d920ffb71769affdbdf30fea8d64'
version '2.02.174'
source_url 'ftp://sources.redhat.com/pub/lvm2/releases/LVM2.2.02.174.tgz'
source_sha256 'fb6ecec0408cb14ac4923c87cb0a356481122d7d0ae3fee6e94d2edb9d170a8b'
depends_on 'readline'
def self.build
system "./configure --disable-selinux --prefix=/usr/local"
system "./configure --disable-selinux --prefix=#{CREW_PREFIX}"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment