Bug 1073647

Summary: Fix ifarch for seccomp dep in systemd
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: systemdAssignee: systemd-maint
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: johannbg, lnykryn, msekleta, plautrba, systemd-maint, vpavlin, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-06 21:26:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-03-06 21:08:25 UTC
Please consider the follow patch for rawhide system that adds ppc64le to an ifarch in the spec:

[baude@ppc64le systemd]$ git diff
diff --git a/systemd.spec b/systemd.spec
index 95b496f..beb577d 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -89,7 +89,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python3-devel
 BuildRequires:  python-lxml
 BuildRequires:  python3-lxml
-%ifnarch ppc ppc64
+%ifnarch ppc ppc64 ppc64le
 # https://bugzilla.redhat.com/show_bug.cgi?id=1071284
 BuildRequires:  libseccomp-devel
 %endif

Comment 1 Zbigniew Jędrzejewski-Szmek 2014-03-06 21:26:53 UTC
Done.