diff --git a/aiccu.spec b/aiccu.spec index f5c7b45..aaf79a3 100644 --- a/aiccu.spec +++ b/aiccu.spec @@ -9,7 +9,7 @@ Summary: SixXS Automatic IPv6 Connectivity Client Utility Name: aiccu Version: 2007.01.15 -Release: 23%{?dist} +Release: 24%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.sixxs.net/tools/aiccu/ @@ -19,6 +19,7 @@ Source1: aiccu.service Patch0: aiccu-cloexec.patch Patch1: aiccu-run.patch Patch2: aiccu-syslog-daemon.patch +Patch3: aiccu-gnutls34.patch BuildRequires: gnutls-devel BuildRequires: systemd-units Requires: iproute @@ -38,13 +39,14 @@ For more information about SixXS check http://www.sixxs.net %patch0 -p1 %patch1 -p1 -b .run %patch2 -p1 -b .syslog-daemon +%patch3 -p1 # fix executable permissions on non-executable content # so debuginfo can pick them up properly find . -type f -not -name rules -and -not -name *init* -exec chmod a-x \{\} \; %build -make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" +make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error" %install rm -rf $RPM_BUILD_ROOT @@ -80,6 +82,9 @@ make clean %{_unitdir}/aiccu.service %changelog +* Thu Aug 27 2015 Pavel Šimerda - 2007.01.15-24 +- Resolves: #1239365 - aiccu: FTBFS in rawhide + * Tue Jun 16 2015 Fedora Release Engineering - 2007.01.15-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild