Resolves: #1239365 - aiccu: FTBFS in rawhide
This commit is contained in:
parent
0e74343525
commit
dbd7ceddad
1 changed files with 7 additions and 2 deletions
|
|
@ -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 <psimerda@redhat.com> - 2007.01.15-24
|
||||
- Resolves: #1239365 - aiccu: FTBFS in rawhide
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2007.01.15-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue