#3707 SPEC: Add gcc to build dependencies
Closed by jhrozek. Opened by lslebodn.
SSSD/ lslebodn/sssd f29_gcc  into  master

Download 3707.patch

gcc will be removed from buildroot in fedora 29
http://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot

Metadata Update from @jhrozek:
- Request assigned

It looks like sssd built fine even without this patch because gcc was installed as a dependency of something else, but I agree it makes sense to add it.

ACK

  • master: 0b784c622c66f815c21b36148d0536aea90e3df0

Pull-Request has been closed by jhrozek

It looks like sssd built fine even without this patch because gcc was installed as a dependency of something else, but I agree it makes sense to add it.
ACK

Because gcc is still part of built-root. And you can see int in fedora BZ that it is still just in ASSIGNED state https://bugzilla.redhat.com/show_bug.cgi?id=1551327

@jhrozek,
BTW it is not necessary to close PRs. You can use comment in commit message which will "Merge" PR.

As you can see it in #3645 and 1ef36a8

I explicitly created a chroot that didn't have the base-devel group as ignatenko hinted somewhere..

Metadata