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 +Date: Fri, 8 Aug 2014 16:54:13 +0200 +Subject: [PATCH] Added arch tuple for PPC64LE + +Thanks to Brent Baude , 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 215-10 +- fixed PPC64LE + * Wed Aug 6 2014 Tom Callaway - 215-9 - fix license handling