[systemd] systemd-215-10

Harald Hoyer harald at fedoraproject.org
Sat Aug 9 13:44:16 UTC 2014


commit 4eb55a70f37dc150120c283436fada6e4571c51b
Author: Harald Hoyer <harald at redhat.com>
Date:   Sat Aug 9 15:15:06 2014 +0200

    systemd-215-10
    
    - fixed PPC64LE

 0083-Added-arch-tuple-for-PPC64LE.patch |   24 ++++++++++++++++++++++++
 systemd.spec                            |    7 +++++--
 2 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/0083-Added-arch-tuple-for-PPC64LE.patch b/0083-Added-arch-tuple-for-PPC64LE.patch
new file mode 100644
index 0000000..c3116f3
--- /dev/null
+++ b/0083-Added-arch-tuple-for-PPC64LE.patch
@@ -0,0 +1,24 @@
+From 9cd8ab8e269e1d4eb95bbea0d2f040dc84e00418 Mon Sep 17 00:00:00 2001
+From: Harald Hoyer <harald at redhat.com>
+Date: Fri, 8 Aug 2014 16:54:13 +0200
+Subject: [PATCH] Added arch tuple for PPC64LE
+
+Thanks to Brent Baude <bbaude at redhat.com>, who checked with the debian
+guys, that this is correct and provided the patch.
+---
+ src/shared/architecture.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/shared/architecture.h b/src/shared/architecture.h
+index 4821d5d..ee50ff4 100644
+--- a/src/shared/architecture.h
++++ b/src/shared/architecture.h
+@@ -85,7 +85,7 @@ Architecture uname_architecture(void);
+ #    define LIB_ARCH_TUPLE "ppc64-linux-gnu"
+ #  else
+ #    define native_architecture() ARCHITECTURE_PPC64_LE
+-#    error "Missing LIB_ARCH_TUPLE for PPC64LE"
++#    define LIB_ARCH_TUPLE  "powerpc64le-linux-gnu"
+ #  endif
+ #elif defined(__powerpc__)
+ #  if defined(WORDS_BIGENDIAN)
diff --git a/systemd.spec b/systemd.spec
index 68523a6..31c9546 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        215
-Release:        9%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        10%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -121,7 +121,7 @@ Patch079:       0079-install-systemd-timesyncd.service-is-enabled-by-sysi.patch
 Patch080:       0080-bash-completion-p-option-for-journalctl.patch
 Patch081:       0081-sysusers-fix-selinux-context-of-backup-files.patch
 Patch082:       0082-update-done-set-proper-selinux-context-for-.updated.patch
-
+Patch083:       0083-Added-arch-tuple-for-PPC64LE.patch
 
 # Presently not accepted upstream, but we disable systemd-resolved in
 # the presets anyways, and this unbreaks anaconda/lorax/livecd-creator
@@ -882,6 +882,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
 %{_datadir}/systemd/gatewayd
 
 %changelog
+* Sat Aug 09 2014 Harald Hoyer <harald at redhat.com> 215-10
+- fixed PPC64LE
+
 * Wed Aug  6 2014 Tom Callaway <spot at fedoraproject.org> - 215-9
 - fix license handling
 


More information about the scm-commits mailing list