[libblockdev/f22] New version

Vratislav Podzimek vpodzime at fedoraproject.org
Thu Feb 19 15:34:11 UTC 2015


commit 9fbc58b45778235a8072bf8452e1fabc5a686eb5
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Thu Feb 19 11:27:46 2015 +0100

    New version
    
    - Don't report error when non-existing swap's status is queried (vpodzime)
    - Make libblockdev-plugins-all pull the same version of plugins (vpodzime)
    - Don't report error when asked for a backing file of an uknown loop (vpodzime)
    - Fix accidental change in the spec's changelog (vpodzime)

 .gitignore       |  1 +
 libblockdev.spec | 24 +++++++++++++++---------
 sources          |  2 +-
 3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19f5607..c02fcb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libblockdev-0.3.tar.gz
 /libblockdev-0.4.tar.gz
 /libblockdev-0.5.tar.gz
+/libblockdev-0.6.tar.gz
diff --git a/libblockdev.spec b/libblockdev.spec
index 089b10a..e824e6f 100644
--- a/libblockdev.spec
+++ b/libblockdev.spec
@@ -1,5 +1,5 @@
 Name:        libblockdev
-Version:     0.5
+Version:     0.6
 Release:     1%{?dist}
 Summary:     A library for low-level manipulation with block devices
 License:     LGPLv2+
@@ -213,14 +213,14 @@ with the libblockdev-swap plugin/library.
 
 %package plugins-all
 Summary:     Meta-package that pulls all the libblockdev plugins as dependencies
-Requires: %{name}-btrfs%{?_isa}
-Requires: %{name}-crypto%{?_isa}
-Requires: %{name}-dm%{?_isa}
-Requires: %{name}-loop%{?_isa}
-Requires: %{name}-lvm%{?_isa}
-Requires: %{name}-mdraid%{?_isa}
-Requires: %{name}-mpath%{?_isa}
-Requires: %{name}-swap%{?_isa}
+Requires: %{name}-btrfs%{?_isa} = %{version}-%{release}
+Requires: %{name}-crypto%{?_isa} = %{version}-%{release}
+Requires: %{name}-dm%{?_isa} = %{version}-%{release}
+Requires: %{name}-loop%{?_isa} = %{version}-%{release}
+Requires: %{name}-lvm%{?_isa} = %{version}-%{release}
+Requires: %{name}-mdraid%{?_isa} = %{version}-%{release}
+Requires: %{name}-mpath%{?_isa} = %{version}-%{release}
+Requires: %{name}-swap%{?_isa} = %{version}-%{release}
 
 %description plugins-all
 A meta-package that pulls all the libblockdev plugins as dependencies.
@@ -361,6 +361,12 @@ rm -rf %{buildroot}
 %files plugins-all
 
 %changelog
+* 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)
+- Don't report error when asked for a backing file of an uknown loop (vpodzime)
+- Fix accidental change in the spec's changelog (vpodzime)
+
 * Mon Feb 16 2015 Vratislav Podzimek <vpodzime at redhat.com> - 0.5-1
 - Add tests for what we can easily test from the mpath plugin (vpodzime)
 - Add link to sources to the documentation (vpodzime)
diff --git a/sources b/sources
index ffa5870..4fad7e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9370c8ae3f5200d4f5608fde8a7521f  libblockdev-0.5.tar.gz
+a8085dabe104b00e0de2ac8bb561a14f  libblockdev-0.6.tar.gz


More information about the scm-commits mailing list