Re: The 'rpm -q --whatrequires' variant to get list of all dependant packages?

2016-11-10 Thread Dridi Boukelmoune
> $ rpm -q --whatrequires libarchive > no package requires libarchive This does the trick for me: rpm -q --whatrequires $(rpm -q --provides libarchive | awk '{print $1}') Dridi ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscri

Re: time to retire some kde4/smoke-based language bindings?

2016-11-10 Thread Petr Pisar
On 2016-11-09, Stephen John Smoogen wrote: > On 9 November 2016 at 12:00, Petr Pisar wrote: >> On 2016-11-09, Rex Dieter wrote: >>> I was looking at rawhide (ppc64) broken deps, and was reminded of some >>> pretty old and unmaintained (upstream) kde4/smoke-based language bindings >>> (csharp, pe

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Theodore Papadopoulo
On 11/09/2016 02:32 PM, Matthew Miller wrote: > On Tue, Nov 08, 2016 at 03:25:58PM -0800, Andrew Lutomirski wrote: >> If the hostname is non-constant, can we also arrange that, by default, >> this hostname is never sent over the network? In particular, I think >> that DHCP requests should *not* in

Re: Fedora 25 RC 1.2 compose check report

2016-11-10 Thread Adam Williamson
On Thu, 2016-11-10 at 01:43 +, Fedora compose checker wrote: > No missing expected images. > > Failed openQA tests: 2/101 (x86_64), 3/17 (i386) > > New failures (same test did not fail in 25 RC 1.1): > > ID: 47037 Test: i386 Workstation-live-iso install_default > URL: https://openqa.fedo

F26 System Wide Change: Fedora 26 C/C++ Compilation Flags Updates

2016-11-10 Thread Jan Kurik
= Proposed System Wide Change: Fedora 26 C/C++ Compilation Flags Updates = https://fedoraproject.org/wiki/Changes/Fedora26CFlags Change owner(s): * Florian Weimer This change updates the default C/C++ compilation flags, as determined by the redhat-rpm-config package. == Detailed Description =

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Matthew Miller
On Thu, Nov 10, 2016 at 11:17:20AM +0100, Theodore Papadopoulo wrote: > Add a checkbox in nm so that users can state whether they are on a > trusted network or not ?? We have something like this already in Firewall Zones. I think it would be great to develop that further. -- Matthew Miller Fedo

Re: F26 System Wide Change: Fedora 26 C/C++ Compilation Flags Updates

2016-11-10 Thread Alexander Ploumistos
On Thu, Nov 10, 2016 at 12:30 PM, Jan Kurik wrote: > * Drop -mtune=atom on i686: This flag was added to improve performance > on the Intel Bonnell microarchitecture. Would you happen to have a ballpark estimate of the performance cost that would incur on actual Bonnel CPUs? __

Re: The 'rpm -q --whatrequires' variant to get list of all dependant packages?

2016-11-10 Thread Pádraig Brady
On 10/11/16 07:08, Pavel Raiskup wrote: > Is there something similar to 'dnf repoquery --whatrequires foo-libs > --all-deps' > in RPM? See the following: > > $ rpm -q --whatrequires libarchive > no package requires libarchive > $ sudo dnf remove libarchive > Dependencies resolved

Re: time to retire some kde4/smoke-based language bindings?

2016-11-10 Thread Peter Robinson
On Wed, Nov 9, 2016 at 5:00 PM, Petr Pisar wrote: > On 2016-11-09, Rex Dieter wrote: >> I was looking at rawhide (ppc64) broken deps, and was reminded of some >> pretty old and unmaintained (upstream) kde4/smoke-based language bindings >> (csharp, perl, ruby), affected packages include: >> >> kde

Re: time to retire some kde4/smoke-based language bindings?

2016-11-10 Thread Peter Robinson
On Wed, Nov 9, 2016 at 2:42 PM, Rex Dieter wrote: > I was looking at rawhide (ppc64) broken deps, and was reminded of some > pretty old and unmaintained (upstream) kde4/smoke-based language bindings > (csharp, perl, ruby), affected packages include: > > kdebindings > kimono > perl-Qt > ruby-korund

Re: F26 System Wide Change: Fedora 26 C/C++ Compilation Flags Updates

2016-11-10 Thread Neal Gompa
On Thu, Nov 10, 2016 at 5:30 AM, Jan Kurik wrote: > but many current Atom-based > devices cannot run Fedora because Fedora does not support their 32-bit > UEFI boot environment. They *could* if people built 32-bit UEFI loader stuff for it. And there have been efforts in the past for it. I wouldn'

Re: F26 System Wide Change: Fedora 26 C/C++ Compilation Flags Updates

2016-11-10 Thread Florian Weimer
On 11/10/2016 12:42 PM, Alexander Ploumistos wrote: On Thu, Nov 10, 2016 at 12:30 PM, Jan Kurik wrote: * Drop -mtune=atom on i686: This flag was added to improve performance on the Intel Bonnell microarchitecture. Would you happen to have a ballpark estimate of the performance cost that would

Re: F26 System Wide Change: Fedora 26 C/C++ Compilation Flags Updates

2016-11-10 Thread Florian Weimer
On 11/10/2016 12:49 PM, Neal Gompa wrote: On Thu, Nov 10, 2016 at 5:30 AM, Jan Kurik wrote: but many current Atom-based devices cannot run Fedora because Fedora does not support their 32-bit UEFI boot environment. They *could* if people built 32-bit UEFI loader stuff for it. And there have be

Re: The 'rpm -q --whatrequires' variant to get list of all dependant packages?

2016-11-10 Thread Pavel Raiskup
On Thursday, November 10, 2016 11:46:16 AM CET Pádraig Brady wrote: > On 10/11/16 07:08, Pavel Raiskup wrote: > > Is there something similar to 'dnf repoquery --whatrequires foo-libs > > --all-deps' > > in RPM? See the following: > > > > $ rpm -q --whatrequires libarchive > > no package

Re: time to retire some kde4/smoke-based language bindings?

2016-11-10 Thread Petr Pisar
On 2016-11-10, Peter Robinson wrote: > On Wed, Nov 9, 2016 at 5:00 PM, Petr Pisar wrote: >> On 2016-11-09, Rex Dieter wrote: >>> I was looking at rawhide (ppc64) broken deps, and was reminded of some >>> pretty old and unmaintained (upstream) kde4/smoke-based language bindings >>> (csharp, perl,

Re: The 'rpm -q --whatrequires' variant to get list of all dependant packages?

2016-11-10 Thread Stephen Gallagher
On 11/10/2016 02:08 AM, Pavel Raiskup wrote: > On Wednesday, November 2, 2016 5:51:51 PM CET Pavel Raiskup wrote: >> Consider we have package 'foo-libs' that provides set of libraries. >> >> How do I get all dependant packages (for batch rebuild of dependencies after >> package update)? Something

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Roberto Ragusa
On 11/09/2016 07:27 PM, Stephen Gallagher wrote: > On 11/09/2016 01:03 PM, Richard W.M. Jones wrote: >> Having it CAPS doesn't sound very nice ... >> > > Yeah, that's fine. I was kind of copying off the windows approach, but I > really don't care at all whether we present it in lower-case or up

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen Gallagher
On 11/09/2016 08:06 AM, Simo Sorce wrote: > On Wed, 2016-11-09 at 10:04 +0100, Vít Ondruch wrote: >> Speaking in "workstation" context, people might realize it is possible >> to change, but they don't care. My computer is not my pet, I don't need >> to name it, I couldn't care less. Honestly, it wo

GitPython update blocked by rpkg - how can this be resolved?

2016-11-10 Thread Barry Scott
In this bug https://bugzilla.redhat.com/show_bug.cgi?id=1360797 It is implied that rpkg has an unspecified problem with GitPython 2.0. This is preventing the maintainer from updating to the any GitPython 2 release. I'd like to know if there is in fact a problem with rpkg with GitPython 2.0

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Radek Vykydal
On 8.11.2016 22:49, Stephen Gallagher wrote: For as long as I can recall, Fedora has shipped with a default hostname of "localhost.localdomain"[1]. This default was "safe" for a very long time because we also shipped an /etc/hosts entry that routed this hostname to the loopback device for the b

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen Gallagher
On 11/10/2016 08:53 AM, Radek Vykydal wrote: > > > On 8.11.2016 22:49, Stephen Gallagher wrote: >> For as long as I can recall, Fedora has shipped with a default hostname of >> "localhost.localdomain"[1]. This default was "safe" for a very long time >> because >> we also shipped an /etc/hosts en

Re: Broken dependencies: wildfly

2016-11-10 Thread gil
Hi a new wildfly release was submitted as update @ https://bodhi.fedoraproject.org/updates/FEDORA-2016-a04534101f regards .g Il 10/11/2016 14:59, build...@fedoraproject.org ha scritto: Hiwildfly has broken dependencies in the F-25 tree: On x86_64: wildfly-8.1.0-3.fc22.noarch requires

Re: GitPython update blocked by rpkg - how can this be resolved?

2016-11-10 Thread Josh Boyer
On Thu, Nov 10, 2016 at 8:42 AM, Barry Scott wrote: > In this bug > > https://bugzilla.redhat.com/show_bug.cgi?id=1360797 > > It is implied that rpkg has an unspecified problem with GitPython 2.0. > > This is preventing the maintainer from updating to the any GitPython 2 > release. > > I'd lik

Re: GitPython update blocked by rpkg - how can this be resolved?

2016-11-10 Thread Dan Horák
On Thu, 10 Nov 2016 09:07:54 -0500 Josh Boyer wrote: > On Thu, Nov 10, 2016 at 8:42 AM, Barry Scott > wrote: > > In this bug > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1360797 > > > > It is implied that rpkg has an unspecified problem with GitPython > > 2.0. > > > > This is preventi

Fedora 25 compose report: 20161110.n.0 changes

2016-11-10 Thread Fedora Branched Report
OLD: Fedora-25-20161109.n.0 NEW: Fedora-25-20161110.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:1 Upgraded packages: 0 Downgraded packages: 0 Size of added packages: 0.00 B Size of dropped packages:2.80 MiB Size of

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 10, 2016 at 02:08:48PM +0100, Roberto Ragusa wrote: > On 11/09/2016 07:27 PM, Stephen Gallagher wrote: > > On 11/09/2016 01:03 PM, Richard W.M. Jones wrote: > > >> Having it CAPS doesn't sound very nice ... > >> > > > > Yeah, that's fine. I was kind of copying off the windows approac

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen Gallagher
On 11/10/2016 09:21 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Nov 10, 2016 at 02:08:48PM +0100, Roberto Ragusa wrote: >> On 11/09/2016 07:27 PM, Stephen Gallagher wrote: >>> On 11/09/2016 01:03 PM, Richard W.M. Jones wrote: >> Having it CAPS doesn't sound very nice ... >>> >>> Yeah

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 10, 2016 at 09:01:42AM -0500, Stephen Gallagher wrote: > On 11/10/2016 08:53 AM, Radek Vykydal wrote: > > > > > > On 8.11.2016 22:49, Stephen Gallagher wrote: > >> For as long as I can recall, Fedora has shipped with a default hostname of > >> "localhost.localdomain"[1]. This default

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Ms Sanchez
On 10/11/16 14:08, Roberto Ragusa wrote: All lower case, please. Lower case is the default everywhere in Unix, and the hostname also contains an Internet related meaning, where only lower case is used. Agree. I prefer lower cases in a hostname.

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen John Smoogen
On 10 November 2016 at 09:27, Stephen Gallagher wrote: > >>> On 11/09/2016 07:27 PM, Stephen Gallagher wrote: Here are the items I would like to point out: 1. The TLD name should be something that DNS considers a known unknown name. With the fact that IANA is allowing top level domains of all s

Re: GitPython update blocked by rpkg - how can this be resolved?

2016-11-10 Thread Chenxiong Qi
On 11/10/2016 09:42 PM, Barry Scott wrote: In this bug https://bugzilla.redhat.com/show_bug.cgi?id=1360797 It is implied that rpkg has an unspecified problem with GitPython 2.0. This is preventing the maintainer from updating to the any GitPython 2 release. I'd like to know if there is

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen Gallagher
On 11/10/2016 10:18 AM, Stephen John Smoogen wrote: > On 10 November 2016 at 09:27, Stephen Gallagher wrote: >> On 11/09/2016 07:27 PM, Stephen Gallagher wrote: > > > Here are the items I would like to point out: > > 1. The TLD name should be something that DNS considers a known unknown >

[HEADS-UP] PHP 7.1 coming to rawhide next week

2016-11-10 Thread Remi Collet
Hi, See: https://fedoraproject.org/wiki/Changes/php71 I plan to build it (7.1.0RC6 which should be the last RC before 7.1.0) next week. All extensions should be compatible. I will take care of the mass rebuild. I you prefer to build yourself your packages, just drop me an email. Remi. __

rpm vs --compress-debug-sections=zlib

2016-11-10 Thread Vít Ondruch
Hi, Recently, there have started to appear weird messages in the build output of development snapshot of Ruby [1]: ``` ... snip ... + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 1000 --dwz-max-die-limit 11000 /builddir/build/BUILD/ruby-2.4.0-r5

Re: rpm vs --compress-debug-sections=zlib

2016-11-10 Thread Tom Hughes
On 10/11/16 15:25, Vít Ondruch wrote: This was apparently introduced by upstream commit [2], which adds "--compress-debug-sections=zlib" as one of linker options. What I actually don't understand what are the implications of this. * It seems that RPM cannot handle the compressed debug info prop

Fedora 25-20161110.n.0 compose check report

2016-11-10 Thread Fedora compose checker
No missing expected images. Failed openQA tests: 4/101 (x86_64), 2/17 (i386) New failures (same test did not fail in 25-20161109.n.0): ID: 47151 Test: x86_64 Workstation-live-iso install_default_upload URL: https://openqa.fedoraproject.org/tests/47151 ID: 47174 Test: x86_64 KDE-live-

Urgent call for testing: OS X dual boot

2016-11-10 Thread Adam Williamson
Hi, folks! We've had an F25 blocker proposed for failure to install as a dual boot with OS X: https://bugzilla.redhat.com/show_bug.cgi?id=1393846 is there anyone who has an OS X system they can run this kind of test on (i.e. one they don't mind getting messed up if something goes wrong)? We would

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen John Smoogen
On 10 November 2016 at 10:31, Stephen Gallagher wrote: > On 11/10/2016 10:18 AM, Stephen John Smoogen wrote: >> On 10 November 2016 at 09:27, Stephen Gallagher wrote: >>> > On 11/09/2016 07:27 PM, Stephen Gallagher wrote: >> >> >> Here are the items I would like to point out: >> >> 1. The TLD

RPM dependency generator ignoring %{_libdir}/pkg/plugin.so

2016-11-10 Thread Richard W.M. Jones
I'm packaging up a program that puts plugins into %{_libdir}/pkg/plugin.so Unfortunately rpmbuild doesn't seem to generate automatic dependencies for these files (they are regular ELF files and I have checked that they contain DT_NEEDED fields). Any ideas on that? There's a lot of documentat

Re: RPM dependency generator ignoring %{_libdir}/pkg/plugin.so

2016-11-10 Thread Tom Hughes
On 10/11/16 16:41, Richard W.M. Jones wrote: I'm packaging up a program that puts plugins into %{_libdir}/pkg/plugin.so Unfortunately rpmbuild doesn't seem to generate automatic dependencies for these files (they are regular ELF files and I have checked that they contain DT_NEEDED fields).

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Richard W.M. Jones
On Thu, Nov 10, 2016 at 11:17:20AM +0100, Theodore Papadopoulo wrote: > On 11/09/2016 02:32 PM, Matthew Miller wrote: > > On Tue, Nov 08, 2016 at 03:25:58PM -0800, Andrew Lutomirski wrote: > >> If the hostname is non-constant, can we also arrange that, by default, > >> this hostname is never sent o

Re: RPM dependency generator ignoring %{_libdir}/pkg/plugin.so

2016-11-10 Thread Stephen Gallagher
On 11/10/2016 11:44 AM, Tom Hughes wrote: > On 10/11/16 16:41, Richard W.M. Jones wrote: > >> I'm packaging up a program that puts plugins into >> >> %{_libdir}/pkg/plugin.so >> >> Unfortunately rpmbuild doesn't seem to generate automatic dependencies >> for these files (they are regular ELF fil

Re: RPM dependency generator ignoring %{_libdir}/pkg/plugin.so

2016-11-10 Thread Richard W.M. Jones
On Thu, Nov 10, 2016 at 04:44:53PM +, Tom Hughes wrote: > On 10/11/16 16:41, Richard W.M. Jones wrote: > > >I'm packaging up a program that puts plugins into > > > > %{_libdir}/pkg/plugin.so > > > >Unfortunately rpmbuild doesn't seem to generate automatic dependencies > >for these files (they

Re: RPM dependency generator ignoring %{_libdir}/pkg/plugin.so

2016-11-10 Thread Tom Hughes
On 10/11/16 16:47, Stephen Gallagher wrote: On 11/10/2016 11:44 AM, Tom Hughes wrote: On 10/11/16 16:41, Richard W.M. Jones wrote: I'm packaging up a program that puts plugins into %{_libdir}/pkg/plugin.so Unfortunately rpmbuild doesn't seem to generate automatic dependencies for these fil

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread stan
On Thu, 10 Nov 2016 11:21:13 -0500 Stephen John Smoogen wrote: > So in any case, what I am suggesting is that we make a semi-unique > identifier. It is unique enough that you won't get a collision in some > 'target' space, but not so unique that it stands out like a black dot > on a white shirt.

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Adam Williamson
On Thu, 2016-11-10 at 09:58 -0700, stan wrote: > On Thu, 10 Nov 2016 11:21:13 -0500 > Stephen John Smoogen wrote: > > > So in any case, what I am suggesting is that we make a semi-unique > > identifier. It is unique enough that you won't get a collision in some > > 'target' space, but not so uniq

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen John Smoogen
On 10 November 2016 at 12:11, Adam Williamson wrote: > On Thu, 2016-11-10 at 09:58 -0700, stan wrote: >> On Thu, 10 Nov 2016 11:21:13 -0500 >> Stephen John Smoogen wrote: >> >> > So in any case, what I am suggesting is that we make a semi-unique >> > identifier. It is unique enough that you won't

Re: RPM dependency generator ignoring %{_libdir}/pkg/plugin.so

2016-11-10 Thread Richard W.M. Jones
On Thu, Nov 10, 2016 at 04:48:59PM +, Richard W.M. Jones wrote: > On Thu, Nov 10, 2016 at 04:44:53PM +, Tom Hughes wrote: > > On 10/11/16 16:41, Richard W.M. Jones wrote: > > > > >I'm packaging up a program that puts plugins into > > > > > > %{_libdir}/pkg/plugin.so > > > > > >Unfortunate

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Japheth Cleaver
On 11/10/2016 8:45 AM, Richard W.M. Jones wrote: On Thu, Nov 10, 2016 at 11:17:20AM +0100, Theodore Papadopoulo wrote: On 11/09/2016 02:32 PM, Matthew Miller wrote: On Tue, Nov 08, 2016 at 03:25:58PM -0800, Andrew Lutomirski wrote: If the hostname is non-constant, can we also arrange that, by

Re: Urgent call for testing: OS X dual boot

2016-11-10 Thread Mauricio Tavares
How old can the OSX box be? I have in a box an old Mac mini (Dual core and can only officially supported to 10.7) I have no issues to put to service. On Thu, Nov 10, 2016 at 11:05 AM, Adam Williamson wrote: > Hi, folks! We've had an F25 blocker proposed for failure to install as > a dual boot wit

rubygem-launchy license change to ISC

2016-11-10 Thread Vít Ondruch
rubygem-launchy-2.4.3-1.fc26 changed it's license from BSD to ISC. Vít ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Lennart Poettering
On Tue, 08.11.16 16:49, Stephen Gallagher (sgall...@redhat.com) wrote: > For as long as I can recall, Fedora has shipped with a default hostname of > "localhost.localdomain"[1]. This default was "safe" for a very long time > because > we also shipped an /etc/hosts entry that routed this hostname

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Lennart Poettering
On Tue, 08.11.16 23:14, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > On Tue, Nov 08, 2016 at 05:25:36PM -0500, Matthew Miller wrote: > > On Tue, Nov 08, 2016 at 04:49:42PM -0500, Stephen Gallagher wrote: > > > SUSE generates a random name of the format linux-XX (I'm not sure how >

Should we stop stripping static libraries?

2016-11-10 Thread Florian Weimer
We currently call /usr/lib/rpm/brp-strip-static-archive from %__os_install_post. This removes debugging symbols from static (.a) libraries. Is this really a good idea? Due to this, glibc copies libc.a to glibc-debuginfo, so that you can get a link with debugging symbols by specifying “-stat

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen John Smoogen
On 10 November 2016 at 14:04, Lennart Poettering wrote: > On Tue, 08.11.16 23:14, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > >> On Tue, Nov 08, 2016 at 05:25:36PM -0500, Matthew Miller wrote: >> > On Tue, Nov 08, 2016 at 04:49:42PM -0500, Stephen Gallagher wrote: >> > > SUSE generate

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 10, 2016 at 10:18:21AM -0500, Stephen John Smoogen wrote: > On 10 November 2016 at 09:27, Stephen Gallagher wrote: > > > >>> On 11/09/2016 07:27 PM, Stephen Gallagher wrote: > > > Here are the items I would like to point out: > > 1. The TLD name should be something that DNS consider

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Stephen John Smoogen
On 10 November 2016 at 15:06, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Nov 10, 2016 at 10:18:21AM -0500, Stephen John Smoogen wrote: >> On 10 November 2016 at 09:27, Stephen Gallagher wrote: >> > >> >>> On 11/09/2016 07:27 PM, Stephen Gallagher wrote: >> >> >> Here are the items I would like

Fedora 25 Final status is NO-GO

2016-11-10 Thread Jan Kurik
The result for the Go/No-Go meeting for the Fedora 25 Final release is NO-GO. Due to a present blocker [1] the decision is to slip the Fedora 25 Final release for a week. The new GA data is planned on 2016-Nov-22. More information can be found in the meeting minutes [2][3]. [1] https://bugzilla.r

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 10, 2016 at 08:02:20PM +0100, Lennart Poettering wrote: > Other operating systems, notably security-focussed ones like ChromeOS, > go the other way, and try to remove as many identifiers as possible > that could be used to track users. In fact, at LPC we discussed even > making /etc/mac

Re: Fedora 25 Final Release Readiness Meeting, Thursday, November 10th @ 19:00 UTC

2016-11-10 Thread Jan Kurik
On Mon, Nov 7, 2016 at 2:35 PM, Jan Kurik wrote: > Join us on irc.freenode.net in #fedora-meeting-2 for the Fedora 25 > Final Release Readiness Meeting meeting. > > The meeting is going to be held on Thursday, November 10th, 2016 at > 19:00 UTC. Please check the [FedoCal] link for your time zone.

Re: Should we stop stripping static libraries?

2016-11-10 Thread Orion Poplawski
On 11/10/2016 12:16 PM, Florian Weimer wrote: > We currently call /usr/lib/rpm/brp-strip-static-archive from > %__os_install_post. This removes debugging symbols from static (.a) > libraries. > > Is this really a good idea? Due to this, glibc copies libc.a to > glibc-debuginfo, so that you can

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread stan
On Thu, 10 Nov 2016 12:40:23 -0500 Stephen John Smoogen wrote: > On 10 November 2016 at 12:11, Adam Williamson > wrote: > > On Thu, 2016-11-10 at 09:58 -0700, stan wrote: > >> Or am I missing something? > > > > How exactly are you planning to check for collisions with hosts that > > are shu

Fedora on Macs, removing the release criterion

2016-11-10 Thread Chris Murphy
https://meetbot.fedoraproject.org/fedora-meeting-2/2016-11-10/f25-final-gono-go-meeting.2016-11-10-17.00.log.html >>>17:10:26 i can't really vote -1 on this under the current criteria >>>unless someone tries on a newer mac and it works. but given >>>https://www.happyassassin.net/testcase_stats/

Re: Fedora on Macs, removing the release criterion

2016-11-10 Thread Adam Williamson
On Thu, 2016-11-10 at 13:31 -0800, Chris Murphy wrote: > https://meetbot.fedoraproject.org/fedora-meeting-2/2016-11-10/f25-final-gono-go-meeting.2016-11-10-17.00.log.html > > > > > 17:10:26 i can't really vote -1 on this under the current > > > > criteria unless someone tries on a newer mac and

Re: Fedora on Macs, removing the release criterion

2016-11-10 Thread Josh Boyer
On Thu, Nov 10, 2016 at 5:09 PM, Adam Williamson wrote: > On Thu, 2016-11-10 at 13:31 -0800, Chris Murphy wrote: >> https://meetbot.fedoraproject.org/fedora-meeting-2/2016-11-10/f25-final-gono-go-meeting.2016-11-10-17.00.log.html >> >> > > > 17:10:26 i can't really vote -1 on this under the curre

Re: Fedora on Macs, removing the release criterion

2016-11-10 Thread Adam Williamson
On Thu, 2016-11-10 at 21:44 -0500, Josh Boyer wrote: > On Thu, Nov 10, 2016 at 5:09 PM, Adam Williamson > wrote: > > On Thu, 2016-11-10 at 13:31 -0800, Chris Murphy wrote: > > > https://meetbot.fedoraproject.org/fedora-meeting-2/2016-11-10/f25-final-gono-go-meeting.2016-11-10-17.00.log.html > > >

Re: RFC: Change the default hostname for Fedora 26+

2016-11-10 Thread Nico Kadel-Garcia
On Thu, Nov 10, 2016 at 9:21 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Thu, Nov 10, 2016 at 02:08:48PM +0100, Roberto Ragusa wrote: >> On 11/09/2016 07:27 PM, Stephen Gallagher wrote: >> > On 11/09/2016 01:03 PM, Richard W.M. Jones wrote: >> >> >> Having it CAPS doesn't sound very nice ... >> >>