[udisks2/f19] Update to 2.1.2

Tomas Bzatek tbzatek at fedoraproject.org
Wed Jan 15 15:33:34 UTC 2014


commit e183f050915428091991b266ae90387b6f9fbad4
Author: Tomas Bzatek <tbzatek at redhat.com>
Date:   Wed Jan 15 16:34:15 2014 +0100

    Update to 2.1.2

 .gitignore                        |    1 +
 sources                           |    2 +-
 udisks-2.1.1-firewire-ident.patch |   26 --------------------------
 udisks2.spec                      |   13 +++++--------
 4 files changed, 7 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3d53b0..b602c4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /udisks-2.0.90.tar.bz2
 /udisks-2.0.91.tar.bz2
 /udisks-2.1.0.tar.bz2
+/udisks-2.1.2.tar.bz2
diff --git a/sources b/sources
index b9a5417..d61ec8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8c806034f096a8b10dfae1c4a917d0c  udisks-2.1.0.tar.bz2
+bc5c4dc209f517e15b655302b028e3e6  udisks-2.1.2.tar.bz2
diff --git a/udisks2.spec b/udisks2.spec
index db5568c..0f4bd23 100644
--- a/udisks2.spec
+++ b/udisks2.spec
@@ -7,8 +7,8 @@
 
 Summary: Disk Manager
 Name: udisks2
-Version: 2.1.0
-Release: 2%{?dist}
+Version: 2.1.2
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -64,11 +64,6 @@ Requires: ntfsprogs
 Conflicts: kernel < 2.6.26
 
 
-# Cannot mount external firewire hard drive or usb thumb drive as normal user, root required
-# https://bugzilla.redhat.com/show_bug.cgi?id=909010
-Patch0: udisks-2.1.1-firewire-ident.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
@@ -98,7 +93,6 @@ daemon. This package is for the udisks 2.x series.
 
 %prep
 %setup -q -n udisks-%{version}
-%patch0 -p1 -b .firewire-ident
 
 %build
 # we can't use _hardened_build here, see
@@ -162,6 +156,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Wed Jan 15 2014 Tomas Bzatek <tbzatek at redhat.com> - 2.1.2-1%{?dist}
+- Update to 2.1.2
+
 * Thu Mar 28 2013 Tomas Bzatek <tbzatek at redhat.com> - 2.1.0-2%{?dist}
 - Fix firewire drives identification (#909010)
 


More information about the scm-commits mailing list