avahi libraries missing -fstack-protector-stong (#1817737)
This commit is contained in:
parent
b14dda007b
commit
f4b4f57d27
12
avahi.spec
12
avahi.spec
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.8
|
Version: 0.8
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://avahi.org
|
URL: http://avahi.org
|
||||||
@ -437,9 +437,10 @@ rm -fv docs/INSTALL
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# patch100/101/102 requires autogen
|
## why autogen?
|
||||||
# and kills rpaths a bonus
|
## * kills rpaths
|
||||||
rm -fv missing
|
## * fixes -stack-protector flags (once gcc_stack_protect.m4 is removed)
|
||||||
|
rm -fv missing common/gcc_stack_protect.m4
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
@ -826,6 +827,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 29 2021 Rex Dieter <rdieter@fedoraproject.org> - 0.8-11
|
||||||
|
- avahi libraries missing -fstack-protector-stong (#1817737)
|
||||||
|
|
||||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.8-10
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.8-10
|
||||||
- Rebuilt for updated systemd-rpm-macros
|
- Rebuilt for updated systemd-rpm-macros
|
||||||
See https://pagure.io/fesco/issue/2583.
|
See https://pagure.io/fesco/issue/2583.
|
||||||
|
Loading…
Reference in New Issue
Block a user