[gnome-logs/f21] - fix patch application - fixes build on s390(x)

Dan Horák sharkcz at fedoraproject.org
Thu Nov 13 10:37:26 UTC 2014


commit 491d66e4b0c8ee940ad5e516c8d5f89aeda775a8
Author: Dan Horák <dan at danny.cz>
Date:   Thu Nov 13 11:37:20 2014 +0100

    - fix patch application - fixes build on s390(x)

 gnome-logs.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gnome-logs.spec b/gnome-logs.spec
index 3ed18f0..85f11e1 100644
--- a/gnome-logs.spec
+++ b/gnome-logs.spec
@@ -1,6 +1,6 @@
 Name:           gnome-logs
 Version:        3.14.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Log viewer for the systemd journal
 
 Group:          Applications/System
@@ -29,6 +29,7 @@ A log viewer for the systemd journal.
 %prep
 %setup -q
 # Ugly, but necessary as patch does not support git binary diffs.
+git init
 git apply %{PATCH0}
 
 
@@ -77,6 +78,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Nov 13 2014 Dan Horák <dan[at]danny.cz> - 3.14.2-2
+- fix patch application - fixes build on s390(x)
+
 * Mon Nov 10 2014 David King <amigadave at amigadave.com> - 3.14.2-1
 - Update to 3.14.2
 


More information about the scm-commits mailing list