New version
- Require minimum version of libblockdev-utils in some plugins (vpodzime) - Report both stdout and stderr if exit code != 0 (vpodzime)
This commit is contained in:
parent
02a085af49
commit
c7e130d1e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/libblockdev-0.9.tar.gz
|
/libblockdev-0.9.tar.gz
|
||||||
/libblockdev-0.10.tar.gz
|
/libblockdev-0.10.tar.gz
|
||||||
/libblockdev-0.11.tar.gz
|
/libblockdev-0.11.tar.gz
|
||||||
|
/libblockdev-0.12.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -59,6 +59,7 @@ with the libblockdev-utils library.
|
|||||||
|
|
||||||
%package btrfs
|
%package btrfs
|
||||||
Summary: The BTRFS plugin for the libblockdev library
|
Summary: The BTRFS plugin for the libblockdev library
|
||||||
|
Requires: %{name}-utils%{?_isa} >= 0.11
|
||||||
Requires: btrfs-progs
|
Requires: btrfs-progs
|
||||||
|
|
||||||
%description btrfs
|
%description btrfs
|
||||||
@ -95,6 +96,7 @@ with the libblockdev-crypto plugin/library.
|
|||||||
|
|
||||||
%package dm
|
%package dm
|
||||||
Summary: The Device Mapper plugin for the libblockdev library
|
Summary: The Device Mapper plugin for the libblockdev library
|
||||||
|
Requires: %{name}-utils%{?_isa} >= 0.11
|
||||||
Requires: device-mapper
|
Requires: device-mapper
|
||||||
Requires: dmraid
|
Requires: dmraid
|
||||||
|
|
||||||
@ -118,6 +120,7 @@ with the libblockdev-dm plugin/library.
|
|||||||
|
|
||||||
%package loop
|
%package loop
|
||||||
Summary: The loop plugin for the libblockdev library
|
Summary: The loop plugin for the libblockdev library
|
||||||
|
Requires: %{name}-utils%{?_isa} >= 0.11
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
|
|
||||||
%description loop
|
%description loop
|
||||||
@ -137,6 +140,7 @@ with the libblockdev-loop plugin/library.
|
|||||||
|
|
||||||
%package lvm
|
%package lvm
|
||||||
Summary: The LVM plugin for the libblockdev library
|
Summary: The LVM plugin for the libblockdev library
|
||||||
|
Requires: %{name}-utils%{?_isa} >= 0.11
|
||||||
Requires: lvm2
|
Requires: lvm2
|
||||||
|
|
||||||
%description lvm
|
%description lvm
|
||||||
@ -156,6 +160,7 @@ with the libblockdev-lvm plugin/library.
|
|||||||
|
|
||||||
%package mdraid
|
%package mdraid
|
||||||
Summary: The MD RAID plugin for the libblockdev library
|
Summary: The MD RAID plugin for the libblockdev library
|
||||||
|
Requires: %{name}-utils%{?_isa} >= 0.11
|
||||||
Requires: mdadm
|
Requires: mdadm
|
||||||
|
|
||||||
%description mdraid
|
%description mdraid
|
||||||
@ -175,6 +180,7 @@ with the libblockdev-mdraid plugin/library.
|
|||||||
|
|
||||||
%package mpath
|
%package mpath
|
||||||
Summary: The multipath plugin for the libblockdev library
|
Summary: The multipath plugin for the libblockdev library
|
||||||
|
Requires: %{name}-utils%{?_isa} >= 0.11
|
||||||
Requires: device-mapper-multipath
|
Requires: device-mapper-multipath
|
||||||
|
|
||||||
%description mpath
|
%description mpath
|
||||||
@ -194,6 +200,7 @@ with the libblockdev-mpath plugin/library.
|
|||||||
|
|
||||||
%package swap
|
%package swap
|
||||||
Summary: The swap plugin for the libblockdev library
|
Summary: The swap plugin for the libblockdev library
|
||||||
|
Requires: %{name}-utils%{?_isa} >= 0.11
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
|
|
||||||
%description swap
|
%description swap
|
||||||
@ -364,6 +371,10 @@ CFLAGS="%{optflags}" make PREFIX=%{buildroot} SITEDIRS=%{buildroot}%{python2_sit
|
|||||||
%files plugins-all
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 24 2015 Vratislav Podzimek <vpodzime@redhat.com> - 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 <vpodzime@redhat.com> - 0.11-1
|
* Fri Apr 17 2015 Vratislav Podzimek <vpodzime@redhat.com> - 0.11-1
|
||||||
- Fix issues with using overriden functions over ErrorProxy (vpodzime)
|
- Fix issues with using overriden functions over ErrorProxy (vpodzime)
|
||||||
- Update the roadmap.rst and features.rst with new stuff (vpodzime)
|
- Update the roadmap.rst and features.rst with new stuff (vpodzime)
|
||||||
|
Loading…
Reference in New Issue
Block a user