[udisks2/f17] Actually apply the patch added in previous commit

David Zeuthen davidz at fedoraproject.org
Mon May 14 22:13:31 UTC 2012


commit 14f6a54e8fb3411d60ec09ae8ef9138746d839f3
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon May 14 18:13:08 2012 -0400

    Actually apply the patch added in previous commit

 udisks2.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/udisks2.spec b/udisks2.spec
index edfe6fd..1d377db 100644
--- a/udisks2.spec
+++ b/udisks2.spec
@@ -8,7 +8,7 @@
 Summary: Disk Manager
 Name: udisks2
 Version: 1.94.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -84,6 +84,7 @@ daemon. This package is for the udisks 2.x series.
 %prep
 %setup -q -n udisks-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --enable-gtk-doc
@@ -141,6 +142,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Mon May 14 2012 David Zeuthen <davidz at redhat.com> - 1.94.0-4%{?dist}
+- Actually apply the patch added in previous commit
+
 * Mon May 14 2012 David Zeuthen <davidz at redhat.com> - 1.94.0-3%{?dist}
 - Properly detect umount(8) output for busy filesystem (#819492)
 


More information about the scm-commits mailing list