[udisks2] Update to release 2.0.90

David Zeuthen davidz at fedoraproject.org
Tue Dec 18 20:57:12 UTC 2012


commit 086b8610912d140af31a1424cec518522609d663
Author: David Zeuthen <zeuthen at gmail.com>
Date:   Tue Dec 18 15:56:55 2012 -0500

    Update to release 2.0.90

 .gitignore   |    1 +
 sources      |    2 +-
 udisks2.spec |   10 ++++++++--
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad084db..5dbeea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /udisks-1.98.0.tar.bz2
 /udisks-1.99.0.tar.bz2
 /udisks-2.0.0.tar.bz2
+/udisks-2.0.90.tar.bz2
diff --git a/sources b/sources
index 4e2d079..faf3617 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79fb343fbec6ed6b9e76fbe828622d38  udisks-2.0.0.tar.bz2
+97dcca7ac2fdd9116cdf943918b84bfa  udisks-2.0.90.tar.bz2
diff --git a/udisks2.spec b/udisks2.spec
index eb0198f..1c100a8 100644
--- a/udisks2.spec
+++ b/udisks2.spec
@@ -7,7 +7,7 @@
 
 Summary: Disk Manager
 Name: udisks2
-Version: 2.0.0
+Version: 2.0.90
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -45,9 +45,12 @@ Requires: parted
 Requires: gdisk
 # for LUKS devices
 Requires: cryptsetup-luks
-# For ejecting removable disks
+# for ejecting removable disks
 Requires: eject
 
+# for MD-RAID
+Requires: mdadm
+
 Requires: libudisks2 = %{version}-%{release}
 
 # for mkntfs (not available on rhel or on ppc/ppc64)
@@ -148,6 +151,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Tue Dec 18 2012 David Zeuthen <davidz at redhat.com> - 2.0.90-1%{?dist}
+- Update to release 2.0.90
+
 * Fri Oct 02 2012 David Zeuthen <davidz at redhat.com> - 2.0.0-1%{?dist}
 - Update to release 2.0.0
 


More information about the scm-commits mailing list