[udisks2/f17] Add a Requires for eject (#810882)

Peter Robinson pbrobinson at fedoraproject.org
Thu Jun 14 20:05:23 UTC 2012


commit cbb5bf0c0168d3556fca7b98dcc5e97228f3fcb7
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Jun 14 21:05:20 2012 +0100

    Add a Requires for eject (#810882)

 udisks2.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/udisks2.spec b/udisks2.spec
index ce3fb75..f31ce9f 100644
--- a/udisks2.spec
+++ b/udisks2.spec
@@ -8,7 +8,7 @@
 Summary: Disk Manager
 Name: udisks2
 Version: 1.94.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -47,6 +47,8 @@ Requires: gdisk
 # for LUKS devices
 Requires: cryptsetup-luks
 Requires: acl
+# For ejecting removable disks
+Requires: eject
 
 # for /proc/self/mountinfo, only available in 2.6.26 or higher
 Conflicts: kernel < 2.6.26
@@ -148,6 +150,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Thu Jun 14 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.94.0-7%{?dist}
+- Add a Requires for eject (#810882)
+
 * Tue Jun 05 2012 David Zeuthen <davidz at redhat.com> - 1.94.0-6%{?dist}
 - Detect rst_pstor devices as drives (#828492)
 


More information about the scm-commits mailing list