Accepting request 429247 from devel:gcc
Add gcc-devel package. It will kick one out-of-tree patch in the kernel to enable syzkaller. OBS-URL: https://build.opensuse.org/request/show/429247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=56
This commit is contained in:
commit
d1bfb7273f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 18 07:32:25 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
- Add gcc-devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 11:11:52 UTC 2016 - rguenther@suse.com
|
Wed Apr 27 11:11:52 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
15
gcc.spec
15
gcc.spec
@ -93,6 +93,16 @@ Requires: cpp%{gcc_version}
|
|||||||
The system GNU Preprocessor.
|
The system GNU Preprocessor.
|
||||||
|
|
||||||
|
|
||||||
|
%package -n gcc-devel
|
||||||
|
Summary: The system GNU C Compiler Plugin development files
|
||||||
|
License: GPL-3.0+
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
Requires: gcc = %{version}
|
||||||
|
Requires: gcc%{gcc_version}-devel
|
||||||
|
|
||||||
|
%description -n gcc-devel
|
||||||
|
The system GNU C Compiler Plugin development files.
|
||||||
|
|
||||||
|
|
||||||
%package -n gcc-locale
|
%package -n gcc-locale
|
||||||
Summary: The system GNU Compiler locale files
|
Summary: The system GNU Compiler locale files
|
||||||
@ -515,6 +525,11 @@ EOF
|
|||||||
%{_prefix}/bin/cpp
|
%{_prefix}/bin/cpp
|
||||||
%doc %{_mandir}/man1/cpp.1.gz
|
%doc %{_mandir}/man1/cpp.1.gz
|
||||||
|
|
||||||
|
%files -n gcc-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
# empty - only for the dependency
|
||||||
|
%doc README
|
||||||
|
|
||||||
%files -n gcc-c++
|
%files -n gcc-c++
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/bin/g++
|
%{_prefix}/bin/g++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user