diff --git a/gcc.changes b/gcc.changes index 5f5e9d4..fe7fdc0 100644 --- a/gcc.changes +++ b/gcc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 7 11:39:55 UTC 2017 - rguenther@suse.com + +- Guard gcc-devel so it is only built on Tumbleweed. + ------------------------------------------------------------------- Tue Jun 6 09:55:59 UTC 2017 - mliska@suse.cz diff --git a/gcc.spec b/gcc.spec index d61cfe6..7c2b4b9 100644 --- a/gcc.spec +++ b/gcc.spec @@ -450,9 +450,12 @@ EOF %{_prefix}/bin/cpp %doc %{_mandir}/man1/cpp.1.gz +# Plugins are only enabled for Tumbleweed +%if %{suse_version} == 1330 %files -n gcc-devel %defattr(-,root,root) # empty - only for the dependency +%endif %files -n gcc-c++ %defattr(-,root,root)