[libblockdev/f21] New version

Vratislav Podzimek vpodzime at fedoraproject.org
Fri Feb 27 15:34:36 UTC 2015


commit b5d33e022c80abd7f22d00909429043d0cd102e6
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Fri Feb 27 15:09:36 2015 +0100

    New version
    
    - Be ready for mdadm --examine to not provide some of the values we want (vpodzime)
    - Add exit code information to exec logging (vpodzime)
    - Improve and add tests (vpodzime)
    - Mark the test_force_plugin and test_reload as slow (vpodzime)
    - Make sure we get some devices when creating btrfs volume (vpodzime)
    - Add override for the lvremove function (vpodzime)
    - Do not create LUKS format with no passphrase and no key file (vpodzime)
    - Make sure we use the /dev/mapper/... path for luks_status (vpodzime)

 .gitignore       |  1 +
 libblockdev.spec | 12 +++++++++++-
 sources          |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c02fcb0..643debd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libblockdev-0.4.tar.gz
 /libblockdev-0.5.tar.gz
 /libblockdev-0.6.tar.gz
+/libblockdev-0.7.tar.gz
diff --git a/libblockdev.spec b/libblockdev.spec
index e824e6f..7b5f587 100644
--- a/libblockdev.spec
+++ b/libblockdev.spec
@@ -1,5 +1,5 @@
 Name:        libblockdev
-Version:     0.6
+Version:     0.7
 Release:     1%{?dist}
 Summary:     A library for low-level manipulation with block devices
 License:     LGPLv2+
@@ -361,6 +361,16 @@ rm -rf %{buildroot}
 %files plugins-all
 
 %changelog
+* Fri Feb 27 2015 Vratislav Podzimek <vpodzime at redhat.com> - 0.7-1
+- Be ready for mdadm --examine to not provide some of the values we want (vpodzime)
+- Add exit code information to exec logging (vpodzime)
+- Improve and add tests (vpodzime)
+- Mark the test_force_plugin and test_reload as slow (vpodzime)
+- Make sure we get some devices when creating btrfs volume (vpodzime)
+- Add override for the lvremove function (vpodzime)
+- Do not create LUKS format with no passphrase and no key file (vpodzime)
+- Make sure we use the /dev/mapper/... path for luks_status (vpodzime)
+
 * Thu Feb 19 2015 Vratislav Podzimek <vpodzime at redhat.com> - 0.6-1
 - Don't report error when non-existing swap's status is queried (vpodzime)
 - Make libblockdev-plugins-all pull the same version of plugins (vpodzime)
diff --git a/sources b/sources
index 4fad7e6..07a758d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8085dabe104b00e0de2ac8bb561a14f  libblockdev-0.6.tar.gz
+779786b24b244c6c6566b013b4c86ab0  libblockdev-0.7.tar.gz


More information about the scm-commits mailing list