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:
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.