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 1079392

Summary: Trivial change to avahi spec to enable ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: avahiAssignee: Lennart Poettering <lpoetter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: lpoetter, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-22 22:55:20 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-21 14:14:13 UTC
Please consider the following to avoid BR for mono related stuff for ppc64le:

[baude@ppc64le avahi]$ git diff
diff --git a/avahi.spec b/avahi.spec
index 09f0961..db1e5a6 100644
--- a/avahi.spec
+++ b/avahi.spec
@@ -3,7 +3,7 @@
 %{?!WITH_COMPAT_HOWL:   %global WITH_COMPAT_HOWL  1}
 %{?!WITH_QT3:           %global WITH_QT3 1}
 
-%ifarch sparc64 s390 aarch64
+%ifarch sparc64 s390 aarch64 ppc64le
 %define WITH_MONO 0
 %endif
 %if 0%{?rhel}

Comment 1 Rex Dieter 2014-03-22 22:55:20 UTC
Ideally should take advantage of %{mono_archs} macro, but that would require a little more work.

%changelog
* Sat Mar 22 2014 Rex Dieter <rdieter> 0.6.31-25
- support ppc64le (#1079392)