Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1073647 - Fix ifarch for seccomp dep in systemd
Summary: Fix ifarch for seccomp dep in systemd
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: systemd-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-06 21:08 UTC by Brent Baude
Modified: 2014-03-06 21:26 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-06 21:26:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.