Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Miroslav Suchý
Dne 26. 04. 19 v 23:49 Ben Cotton napsal(a): > https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot > > == Summary == > Create gdb-minimal package (without XML support, Python > support, Syntax Highlight and such) and switch to it in buildroot. The change will likely affect Mock and wi

Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Igor Gnatenko
When I was filing mock's issue, I was still discussing how we can implement this in GDB. This particular change does not require any mock / config changes. gdb-minimal will not conflict with gdb.. Although that mock feature is useful on its own if we ever decide to replace libcurl with libcurl-min

Fedora rawhide compose report: 20190428.n.0 changes

2019-04-28 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20190427.n.0 NEW: Fedora-Rawhide-20190428.n.0 = SUMMARY = Added images:3 Dropped images: 7 Added packages: 12 Dropped packages:1 Upgraded packages: 31 Downgraded packages: 1 Size of added packages: 7.39 MiB Size of dropped packages

Re: Orphaning js-jquery

2019-04-28 Thread stan
On Sat, 27 Apr 2019 11:19:06 -0400 Neal Gompa wrote: > The restrictions by Fedora Koji prevent that, but yes, MBS and > Modularity do allow for something like this. It can't happen in Fedora > because our Koji is not set up to consume external repositories > (except for EPEL, which consumes RHEL

Re: Orphaning js-jquery

2019-04-28 Thread stan
On Sat, 27 Apr 2019 11:12:48 -0700 Kevin Fenzi wrote: > On 4/26/19 8:53 AM, stan wrote: > > On Fri, 26 Apr 2019 11:07:54 - (UTC) > > Petr Pisar wrote: > > > > I am a fedora user with no dog in this fight. > > > >> Controversial property of modules are private build-time > >> dependencie

Fedora Rawhide-20190428.n.0 compose check report

2019-04-28 Thread Fedora compose checker
Missing expected images: Atomichost raw-xz x86_64 Atomichost qcow2 x86_64 Compose FAILS proposed Rawhide gating check! 2 of 47 required tests failed openQA tests matching unsatisfied gating requirements shown with **GATING** below Failed openQA tests: 9/146 (x86_64), 2/23 (i386), 1/2 (arm) ID:

Re: Modular packages and Python 3.8 rebuild

2019-04-28 Thread Orion Poplawski
On 4/26/19 8:01 AM, Miro Hrončok wrote: The following modular packages require Python 3.7 on Fedora 30: $ dnf repoquery --releasever 30 --repo=fedora-modular --repo=updates{,-testing}-modular --whatrequires 'libpython3.7m.so.1.0()(64bit)' python3-pygit2-0:0.27.4-1.module_f30+2959+693db98d.x86

Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Tomasz Kłoczko
On Fri, 26 Apr 2019 at 22:59, Ben Cotton wrote: > https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot > > == Summary == > Create gdb-minimal package (without XML support, Python > support, Syntax Highlight and such) and switch to it in buildroot. > > == Owner == > * Name: [[User:ignat

dropping autogenerated dependency on pkg-config

2019-04-28 Thread Zbigniew Jędrzejewski-Szmek
Hi everyone, currently, we autogenerate a dependency on pkg-config for all rpms that ship a .pc file. "dnf repoquery --whatrequires /usr/bin/pkg-config" returns 4632 entries on my laptop. This has always felt backward to me: those packages *provide* something that is used by pkg-config, they don'

Re: dropping autogenerated dependency on pkg-config

2019-04-28 Thread Neal Gompa
On Sun, Apr 28, 2019 at 4:57 PM Zbigniew Jędrzejewski-Szmek wrote: > > Hi everyone, > > currently, we autogenerate a dependency on pkg-config for all rpms > that ship a .pc file. "dnf repoquery --whatrequires /usr/bin/pkg-config" > returns 4632 entries on my laptop. > > This has always felt backwa

Re: License change of R-gsl: GPLv2+ to GPLv3

2019-04-28 Thread Kevin Kofler
Elliott Sales de Andrade wrote: > Upstream has made a new release that changes the license from GPLv2+ > to GPLv3. I intend to build this later today. Since its main use and > linkage was to GSL which is GPLv3 only, this is effectively the > license the built work is already under anyway. No more

Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Sergio Durigan Junior
On Sunday, April 28 2019, Miroslav Suchý wrote: > Dne 26. 04. 19 v 23:49 Ben Cotton napsal(a): >> https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot >> >> == Summary == >> Create gdb-minimal package (without XML support, Python >> support, Syntax Highlight and such) and switch to it

Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Sergio Durigan Junior
On Friday, April 26 2019, Ben Cotton wrote: > https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot > > == Summary == > Create gdb-minimal package (without XML support, Python > support, Syntax Highlight and such) and switch to it in buildroot. Thanks, Ben, and thanks to Igor as well.

Re: Module's package branch name to be aligned?

2019-04-28 Thread Jun Aruga
Modularity team, On below definition of the modularity document, there is a problem, as Vit said. https://docs.fedoraproject.org/en-US/modularity/making-modules/naming-guidelines/#_package_branch_name The problem is If we use X.Y.Z as a package branch name with rpms/bar, for example the situation

Re: dropping autogenerated dependency on pkg-config

2019-04-28 Thread Igor Gnatenko
On Sun, Apr 28, 2019 at 11:34 PM Neal Gompa wrote: > On Sun, Apr 28, 2019 at 4:57 PM Zbigniew Jędrzejewski-Szmek > wrote: > > > > Hi everyone, > > > > currently, we autogenerate a dependency on pkg-config for all rpms > > that ship a .pc file. "dnf repoquery --whatrequires /usr/bin/pkg-config" >

Re: dropping autogenerated dependency on pkg-config

2019-04-28 Thread Igor Gnatenko
On Sun, Apr 28, 2019 at 11:04 PM Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > Hi everyone, > > currently, we autogenerate a dependency on pkg-config for all rpms > that ship a .pc file. "dnf repoquery --whatrequires /usr/bin/pkg-config" > returns 4632 entries on my laptop. > > This ha

Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Miro Hrončok
On 29. 04. 19 2:55, Sergio Durigan Junior wrote: On Sunday, April 28 2019, Miroslav Suchý wrote: Dne 26. 04. 19 v 23:49 Ben Cotton napsal(a): https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot == Summary == Create gdb-minimal package (without XML support, Python support, Syntax H

Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Igor Gnatenko
This is what wiki says: - /usr/bin/gdb.minimal — GDB executable built without optional unneeded features - /usr/bin/gdb-add-index — Executable script shared with gdb-headless package (modified to fallback to gdb.minimal if exists) gdb-add-index is in both gdb-minimal and gdb-headless.

Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Miro Hrončok
On 29. 04. 19 8:16, Miro Hrončok wrote: On 29. 04. 19 2:55, Sergio Durigan Junior wrote: On Sunday, April 28 2019, Miroslav Suchý wrote: Dne 26. 04. 19 v 23:49 Ben Cotton napsal(a): https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot == Summary == Create gdb-minimal package (with

Re: Fedora 31 Self-Contained Change proposal: Minimal GDB in buildroot

2019-04-28 Thread Miro Hrončok
On 29. 04. 19 8:26, Igor Gnatenko wrote: This is what wiki says: * |/usr/bin/gdb.minimal| — GDB executable built without optional unneeded features * |/usr/bin/gdb-add-index| — Executable script shared with gdb-headless package (modified to fallback to gdb.minimal if exists) gdb-add-in