From f233755ce70a0a0315ec8b1060ae135918038443 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jan 2021 14:22:20 +0100 Subject: cleanup --- php-libvirt.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/php-libvirt.spec b/php-libvirt.spec index 154132f..9d50828 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -18,11 +18,6 @@ # c.f.: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/7EHQUO6JIFRE4KIQQMFVQCAQ72NLKARO/ %undefine _strict_symbol_defs_build -# The change to gcc10 to default to -fno-common breaks libvirt-php -# c.f.: https://src.fedoraproject.org/rpms/redhat-rpm-config/c/3e759e70ac919595f45c1dc80c19fc8d3499b459 -# c.f.: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/MXKIKAV4GMS22TGAO5Y6ROQ76EG4GKW2/ -%define _legacy_common_support 1 - %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} # from upstream 1.2.9 (but seems wrong, missing VIR_STORAGE_VOL_CREATE_REFLINK) -- cgit