From e89b8c045b6ec199ce9e49c2048d609a80219932 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mar 22 2014 22:54:14 +0000 Subject: support ppc64le (#1079392) --- diff --git a/avahi.spec b/avahi.spec index 09f0961..33fe281 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} @@ -21,7 +21,7 @@ Name: avahi Version: 0.6.31 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Local network service discovery License: LGPLv2+ URL: http://avahi.org @@ -635,6 +635,9 @@ exit 0 %endif %changelog +* Sat Mar 22 2014 Rex Dieter 0.6.31-25 +- support ppc64le (#1079392) + * Thu Jan 16 2014 Ville Skyttä - 0.6.31-24 - Drop INSTALL from docs, fix some trivial rpmlint warnings.