systemd-215-10
- fixed PPC64LE
This commit is contained in:
parent
07abe5d036
commit
4eb55a70f3
24
0083-Added-arch-tuple-for-PPC64LE.patch
Normal file
24
0083-Added-arch-tuple-for-PPC64LE.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 9cd8ab8e269e1d4eb95bbea0d2f040dc84e00418 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Harald Hoyer <harald@redhat.com>
|
||||||
|
Date: Fri, 8 Aug 2014 16:54:13 +0200
|
||||||
|
Subject: [PATCH] Added arch tuple for PPC64LE
|
||||||
|
|
||||||
|
Thanks to Brent Baude <bbaude@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)
|
@ -16,7 +16,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 215
|
Version: 215
|
||||||
Release: 9%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 10%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Summary: A System and Service Manager
|
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
|
Patch080: 0080-bash-completion-p-option-for-journalctl.patch
|
||||||
Patch081: 0081-sysusers-fix-selinux-context-of-backup-files.patch
|
Patch081: 0081-sysusers-fix-selinux-context-of-backup-files.patch
|
||||||
Patch082: 0082-update-done-set-proper-selinux-context-for-.updated.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
|
# Presently not accepted upstream, but we disable systemd-resolved in
|
||||||
# the presets anyways, and this unbreaks anaconda/lorax/livecd-creator
|
# 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
|
%{_datadir}/systemd/gatewayd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 09 2014 Harald Hoyer <harald@redhat.com> 215-10
|
||||||
|
- fixed PPC64LE
|
||||||
|
|
||||||
* Wed Aug 6 2014 Tom Callaway <spot@fedoraproject.org> - 215-9
|
* Wed Aug 6 2014 Tom Callaway <spot@fedoraproject.org> - 215-9
|
||||||
- fix license handling
|
- fix license handling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user