- Fix update-alternatives.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc7?expand=0&rev=47
This commit is contained in:
parent
4ad4a6fca9
commit
62c3e313ac
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -648,7 +648,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -663,7 +663,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -648,7 +648,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -663,7 +663,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -647,7 +647,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} 7 \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -662,7 +662,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -241,7 +241,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
%{_sbindir}/update-alternatives \
|
%{_sbindir}/update-alternatives \
|
||||||
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} @base_ver@ \
|
--install %{_bindir}/%{gcc_target_arch}-gcc %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} @base_ver@ \
|
||||||
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
--slave %{_bindir}/%{gcc_target_arch}-c++ %{gcc_target_arch}-c++ %{_bindir}/%{gcc_target_arch}-c++%{binsuffix} \
|
||||||
@ -256,7 +256,7 @@ rm -r env
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?gcc_accel}
|
%if 0%{!?gcc_accel:1}
|
||||||
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
if [ ! -f %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix} ] ; then
|
||||||
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
%{_sbindir}/update-alternatives --remove %{gcc_target_arch}-gcc %{_bindir}/%{gcc_target_arch}-gcc%{binsuffix}
|
||||||
fi
|
fi
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
@ -6,6 +6,7 @@ Thu Apr 20 11:17:21 UTC 2017 - rguenther@suse.com
|
|||||||
- Fix libada provides/conflicts.
|
- Fix libada provides/conflicts.
|
||||||
- Package gcov.h.
|
- Package gcov.h.
|
||||||
- Add #!BuildIgnore: gcc-PIE.
|
- Add #!BuildIgnore: gcc-PIE.
|
||||||
|
- Fix update-alternatives.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
Tue Apr 4 14:44:52 UTC 2017 - mliska@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user