From c7e130d1e2e7e844bba0eb26543b24da172bd408 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Fri, 24 Apr 2015 17:22:51 +0200 Subject: [PATCH] New version - Require minimum version of libblockdev-utils in some plugins (vpodzime) - Report both stdout and stderr if exit code != 0 (vpodzime) --- .gitignore | 1 + libblockdev.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ae9ba9a..e591a75 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /libblockdev-0.9.tar.gz /libblockdev-0.10.tar.gz /libblockdev-0.11.tar.gz +/libblockdev-0.12.tar.gz diff --git a/libblockdev.spec b/libblockdev.spec index 6df29f9..47f1c47 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,5 +1,5 @@ Name: libblockdev -Version: 0.11 +Version: 0.12 Release: 1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ @@ -59,6 +59,7 @@ with the libblockdev-utils library. %package btrfs Summary: The BTRFS plugin for the libblockdev library +Requires: %{name}-utils%{?_isa} >= 0.11 Requires: btrfs-progs %description btrfs @@ -95,6 +96,7 @@ with the libblockdev-crypto plugin/library. %package dm Summary: The Device Mapper plugin for the libblockdev library +Requires: %{name}-utils%{?_isa} >= 0.11 Requires: device-mapper Requires: dmraid @@ -118,6 +120,7 @@ with the libblockdev-dm plugin/library. %package loop Summary: The loop plugin for the libblockdev library +Requires: %{name}-utils%{?_isa} >= 0.11 Requires: util-linux %description loop @@ -137,6 +140,7 @@ with the libblockdev-loop plugin/library. %package lvm Summary: The LVM plugin for the libblockdev library +Requires: %{name}-utils%{?_isa} >= 0.11 Requires: lvm2 %description lvm @@ -156,6 +160,7 @@ with the libblockdev-lvm plugin/library. %package mdraid Summary: The MD RAID plugin for the libblockdev library +Requires: %{name}-utils%{?_isa} >= 0.11 Requires: mdadm %description mdraid @@ -175,6 +180,7 @@ with the libblockdev-mdraid plugin/library. %package mpath Summary: The multipath plugin for the libblockdev library +Requires: %{name}-utils%{?_isa} >= 0.11 Requires: device-mapper-multipath %description mpath @@ -194,6 +200,7 @@ with the libblockdev-mpath plugin/library. %package swap Summary: The swap plugin for the libblockdev library +Requires: %{name}-utils%{?_isa} >= 0.11 Requires: util-linux %description swap @@ -364,6 +371,10 @@ CFLAGS="%{optflags}" make PREFIX=%{buildroot} SITEDIRS=%{buildroot}%{python2_sit %files plugins-all %changelog +* Fri Apr 24 2015 Vratislav Podzimek - 0.12-1 +- Require minimum version of libblockdev-utils in some plugins (vpodzime) +- Report both stdout and stderr if exit code != 0 (vpodzime) + * Fri Apr 17 2015 Vratislav Podzimek - 0.11-1 - Fix issues with using overriden functions over ErrorProxy (vpodzime) - Update the roadmap.rst and features.rst with new stuff (vpodzime) diff --git a/sources b/sources index 76f405b..46bde33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e5d9e1a2eb3b1649ef0817545d866f9 libblockdev-0.11.tar.gz +93b90ae2e2ec74c183eaf238c102e0ad libblockdev-0.12.tar.gz