[udisks2] Update to release 1.92.0

David Zeuthen davidz at fedoraproject.org
Thu Feb 23 18:40:17 UTC 2012


commit b6f1c70a781a0a2502343f0b8174de3332cf9b2e
Author: David Zeuthen <davidz at redhat.com>
Date:   Thu Feb 23 13:40:07 2012 -0500

    Update to release 1.92.0

 .gitignore                                         |    1 +
 ...Avoid-using-XDG_RUNTIME_DIR-media-for-now.patch |   35 --------------------
 sources                                            |    2 +-
 udisks2.spec                                       |   21 ++++++------
 4 files changed, 13 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9dc1ba..a3eb499 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /udisks-1.90.0.git20111128.tar.bz2
 /udisks-1.90.0.tar.bz2
 /udisks-1.91.0.tar.bz2
+/udisks-1.92.0.tar.bz2
diff --git a/sources b/sources
index 2cd8957..81daa98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8ed6a9be8cd6eafba747121c8cb0d87  udisks-1.91.0.tar.bz2
+44942b894bc25a35ffabdb63d00237c6  udisks-1.92.0.tar.bz2
diff --git a/udisks2.spec b/udisks2.spec
index c3dbf47..af7117a 100644
--- a/udisks2.spec
+++ b/udisks2.spec
@@ -7,8 +7,8 @@
 
 Summary: Disk Manager
 Name: udisks2
-Version: 1.91.0
-Release: 2%{?dist}
+Version: 1.92.0
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -46,12 +46,11 @@ Requires: parted
 Requires: gdisk
 # for LUKS devices
 Requires: cryptsetup-luks
+Requires: acl
 
 # for /proc/self/mountinfo, only available in 2.6.26 or higher
 Conflicts: kernel < 2.6.26
 
-Patch0: 0001-Avoid-using-XDG_RUNTIME_DIR-media-for-now.patch
-
 %description
 udisks provides a daemon, D-Bus API and command line tools for
 managing disks and storage devices. This package is for the udisks 2.x
@@ -81,7 +80,6 @@ daemon. This package is for the udisks 2.x series.
 
 %prep
 %setup -q -n udisks-%{version}
-%patch0 -p1
 
 %build
 %configure --enable-gtk-doc
@@ -104,12 +102,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.UDisks2.conf
 %{_sysconfdir}/bash_completion.d/udisksctl-bash-completion.sh
-/usr/lib/systemd/system/udisks2.service
-/lib/udev/rules.d/80-udisks2.rules
-/sbin/umount.udisks2
+%{_prefix}/lib/systemd/system/udisks2.service
+%{_prefix}/lib/udev/rules.d/80-udisks2.rules
+%{_sbindir}/umount.udisks2
 
-%dir /lib/udisks2
-/lib/udisks2/udisksd
+%dir %{_prefix}/lib/udisks2
+%{_prefix}/lib/udisks2/udisksd
 
 %{_bindir}/udisksctl
 
@@ -139,6 +137,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Thu Feb 23 2012 David Zeuthen <davidz at redhat.com> - 1.92.0-1%{?dist}
+- Update to release 1.92.0
+
 * Wed Feb 22 2012 David Zeuthen <davidz at redhat.com> - 1.91.0-2%{?dist}
 - Avoid using $XDG_RUNTIME_DIR/media for now
 


More information about the scm-commits mailing list