Default LDFLAGS in build system - possible problems

2019-02-28 Thread Zdenek Dohnal
Hi! I, as Fedora's vim co-maintainer, encountered the issue with default LDFLAGS. I tried to manually run configure script for Vim, with ruby support enabled, but it always failed with error message about missing ncurses (ncurses-devel was installed though). When I looked into config.log, I saw:

Re: Default LDFLAGS in build system - possible problems

2019-02-28 Thread Tom Hughes
On 28/02/2019 08:30, Zdenek Dohnal wrote: I tried to manually run configure script for Vim, with ruby support enabled, but it always failed with error message about missing ncurses (ncurses-devel was installed though). When I looked into config.log, I saw: configure:12069: gcc -o conftest -g -O

Re: doxygen crash on aarch64

2019-02-28 Thread Ankur Sinha
Hello, On Tue, Feb 19, 2019 11:56:33 +, Ankur Sinha wrote: > On Tue, Feb 19, 2019 11:51:25 +, Ankur Sinha wrote: > > On Tue, Feb 19, 2019 11:38:15 +, Peter Robinson wrote: > > > Hi, > > > > > > > For one of my packages, doxygen is crashing on aarch64 (and not on any > > > > other arch

Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Miroslav Suchý
Do you want to make Fedora 30 better? Please spend 1 minute of your time and try to run: sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 --enablerepo=updates-testing distro-sync If you get this prompt: ... Total download size: XXX M Is this ok [y/N]: you can answer N

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 28 February 2019 at 10:22, Miroslav Suchý wrote: > Do you want to make Fedora 30 better? Please spend 1 minute of your time and > try to run: > > sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 > --enablerepo=updates-testing distro-sync Is "dnf system-upgrade" n

Re: qt4 rebuild

2019-02-28 Thread Stephen John Smoogen
On Wed, 27 Feb 2019 at 16:27, Richard Shaw wrote: > > On Wed, Feb 27, 2019 at 10:18 AM Rex Dieter wrote: >> >> Richard Shaw wrote: >> >> > So I'm pretty much out of my league at this point. I can commit the >> > Q_FOREACH patch if needed. >> >> please do commit (or at least submit pull request).

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Kalev Lember
On 2/28/19 11:08, Dominik 'Rathann' Mierzejewski wrote: On Thursday, 28 February 2019 at 10:22, Miroslav Suchý wrote: Do you want to make Fedora 30 better? Please spend 1 minute of your time and try to run: sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 --enablerepo=upd

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Marcin Juszkiewicz
W dniu 28.02.2019 o 10:22, Miroslav Suchý pisze: > Do you want to make Fedora 30 better? Please spend 1 minute of your time and > try to run: > > sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 > --enablerepo=updates-testing distro-sync > > If you get this prompt: > > ...

Re: Orphaned packages that will be retired

2019-02-28 Thread Paolo Bonzini
On 25/02/19 21:49, Miro Hrončok wrote: > bonzini: plexus-utils I have no idea what this is and how I became the maintainer. :) Paolo ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.

Re: Orphaned packages that will be retired

2019-02-28 Thread Miro Hrončok
On 28. 02. 19 11:50, Paolo Bonzini wrote: On 25/02/19 21:49, Miro Hrončok wrote: bonzini: plexus-utils I have no idea what this is and how I became the maintainer. :) Grep the full https://churchyard.fedorapeople.org/orphans-2019-02-25.txt report for your FAS name. qemu (maintained by: ..

Re: Default LDFLAGS in build system - possible problems

2019-02-28 Thread Florian Weimer
* Zdenek Dohnal: > I, as Fedora's vim co-maintainer, encountered the issue with default > LDFLAGS. > > I tried to manually run configure script for Vim, with ruby support > enabled, but it always failed with error message about missing ncurses > (ncurses-devel was installed though). When I looked

Re: Orphaned packages that will be retired (and everything will most likely burn)

2019-02-28 Thread Ingo Hoffmann
Hi, First time here and concerned Java citizen. Who or how can I contact regarding the maven package maintenance? I want to either maintain or co-maintain it if there's someone already doing it. Regards, Ingo ___ devel mailing list -- devel@lists.fedo

Re: Orphaned packages that will be retired (and everything will most likely burn)

2019-02-28 Thread Ingo Hoffmann
Hi, I submitted a ticket to take over the maven package, https://pagure.io/releng/issue/8179. -- Ingo ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: ht

Re: Orphaned packages that will be retired

2019-02-28 Thread Stephen John Smoogen
On Wed, 27 Feb 2019 at 14:35, Miro Hrončok wrote: > > > > On 27. 02. 19 15:34, Robert-André Mauchin wrote: > > On lundi 25 février 2019 21:49:32 CET you wrote: > >> The following packages are orphaned and will be retired when they > >> are orphaned for six weeks, unless someone adopts them. If you

Re: Default LDFLAGS in build system - possible problems

2019-02-28 Thread Zdenek Dohnal
On 2/28/19 9:46 AM, Tom Hughes wrote: > On 28/02/2019 08:30, Zdenek Dohnal wrote: > >> I tried to manually run configure script for Vim, with ruby support >> enabled, but it always failed with error message about missing ncurses >> (ncurses-devel was installed though). When I looked into config.log

Re: Default LDFLAGS in build system - possible problems

2019-02-28 Thread Zdenek Dohnal
On 2/28/19 12:04 PM, Florian Weimer wrote: > * Zdenek Dohnal: > >> I, as Fedora's vim co-maintainer, encountered the issue with default >> LDFLAGS. >> >> I tried to manually run configure script for Vim, with ruby support >> enabled, but it always failed with error message about missing ncurses >>

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Neal Becker
Miroslav Suchý wrote: > Do you want to make Fedora 30 better? Please spend 1 minute of your time > and try to run: > > sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 > --enablerepo=updates-testing distro-sync > > If you get this prompt: > > ... > Total download size:

Re: Orphaned packages that will be retired

2019-02-28 Thread Mikolaj Izdebski
On Thu, Feb 28, 2019 at 1:00 PM Stephen John Smoogen wrote: > To try and make this clearer: The script is looking for chains of > orphans. If X is orphaned and your package currently (build)requires > it.. your package will be affected when it gets dropped. Either you > have to help someone take o

Re: doxygen crash on aarch64

2019-02-28 Thread Scott Talbert
On Thu, 28 Feb 2019, Ankur Sinha wrote: Hi, For one of my packages, doxygen is crashing on aarch64 (and not on any other arch). Any ideas/tips on how to fix this? Is the package name secret? More details are always good here. There's generally no issues with doxygen in general on aarch64.

HEADS UP: dhcp will ship bunded bind libraries

2019-02-28 Thread Pavel Zhukov
All, tl;dr dhcp 4.4.1 will not require bind-export-libs and will bring dhcp-libs-static with bundled version of libisc/libdns/etc As ISC dropped support of single thread build of BIND libraries [1] and dhcp requires one we decided to not patch dhcp/bind build scripts anymore and ship bundled bind

Re: HEADS UP: dhcp will ship bunded bind libraries

2019-02-28 Thread Neal Gompa
On Thu, Feb 28, 2019 at 8:58 AM Pavel Zhukov wrote: > > All, > tl;dr dhcp 4.4.1 will not require bind-export-libs and will bring > dhcp-libs-static with bundled version of libisc/libdns/etc > > As ISC dropped support of single thread build of BIND libraries [1] and dhcp > requires one we decided

Re: Orphaned packages that will be retired (and everything will most likely burn)

2019-02-28 Thread Stephen John Smoogen
On Thu, 28 Feb 2019 at 06:11, Ingo Hoffmann wrote: > > Hi, > > First time here and concerned Java citizen. Who or how can I contact > regarding the maven package maintenance? I want to either maintain or > co-maintain it if there's someone already doing it. > Note there are 2 different maven's.

Re: EXTERNAL: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Wells, Roger K.
On 2/28/19 4:23 AM, Miroslav Suchý wrote: > Do you want to make Fedora 30 better? Please spend 1 minute of your time and > try to run: > > sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 > --enablerepo=updates-testing distro-sync > > If you get this prompt: > > ... > Total

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Tom London
[root@localhost ~]# sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 --enablerepo=updates-testing distro-sync Fedora Modular 30 - x86_64 536 kB/s | 2.4 MB 00:04 Fedora Modular 30 - x86_64 - Updates 71 B/s | 257 B 00:03 Fedora 30 - x86_64 - Test Up

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Ingo Hoffmann
$ sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 --enablerepo=updates-testing distro-sync [14:51:21] [sudo] password for iweiss: Copr repo for better_fonts owned by dawid 222 B/s | 341 B 00:01 Failed to synchronize

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Richard Shaw
I removed package problems that were obviously due to RPM Fusion not having branched yet... Ignoring repositories: local, hobbes1069-JS8Call, hobbes1069-NBEMS, hobbes1069-WSJT, hobbes1069-mingw, rpmfusion-free-updates, rpmfusion-free, rpmfusion-nonfree-updates, rpmfusion-nonfree, virtualbox Error:

Planned Outage - Fedora Build Services 2019-03-01 20:00 UTC

2019-02-28 Thread Stephen John Smoogen
Planned Outage - Fedora Build Services 2019-03-01 20:00 UTC There will be an outage starting at 2019-03-01 20:00 UTC, which will last approximately 4-6 hours. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/Infrastructure/UTCHowto or run: date -d '2019-03-01 20:00

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Robert-André Mauchin
On jeudi 28 février 2019 10:22:51 CET Miroslav Suchý wrote: > sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 > --enablerepo=updates-testing distro-sync It seems most of my problems come from the retirement of Python 2. Gofed requires Python 2 packages and I think the maintaine

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Jaroslav Reznik
On Thu, Feb 28, 2019 at 10:24 AM Miroslav Suchý wrote: > > Do you want to make Fedora 30 better? Please spend 1 minute of your time and > try to run: > > sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 > --enablerepo=updates-testing distro-sync (Some are related to missing R

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Miro Hrončok
On 28. 02. 19 16:03, Richard Shaw wrote: I removed package problems that were obviously due to RPM Fusion not having branched yet... Ignoring repositories: local, hobbes1069-JS8Call, hobbes1069-NBEMS, hobbes1069-WSJT, hobbes1069-mingw, rpmfusion-free-updates, rpmfusion-free, rpmfusion-nonfree

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Adam Williamson
On Thu, 2019-02-28 at 06:46 -0800, Tom London wrote: > [root@localhost ~]# sudo dnf --releasever=30 > --setopt=module_platform_id=platform:f30 --enablerepo=updates-testing > distro-sync > Fedora Modular 30 - x86_64 536 kB/s | 2.4 MB > 00:04 > Fedora Modular 30 - x86_64 - Update

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Adam Williamson
On Thu, 2019-02-28 at 07:51 -0800, Adam Williamson wrote: > On Thu, 2019-02-28 at 06:46 -0800, Tom London wrote: > > [root@localhost ~]# sudo dnf --releasever=30 > > --setopt=module_platform_id=platform:f30 --enablerepo=updates-testing > > distro-sync > > Fedora Modular 30 - x86_64

Re: Orphaned packages that will be retired (and everything will most likely burn)

2019-02-28 Thread Alexander Bokovoy
On to, 28 helmi 2019, Stephen John Smoogen wrote: On Thu, 28 Feb 2019 at 06:11, Ingo Hoffmann wrote: Hi, First time here and concerned Java citizen. Who or how can I contact regarding the maven package maintenance? I want to either maintain or co-maintain it if there's someone already doing

Re: Orphaned packages that will be retired (and everything will most likely burn)

2019-02-28 Thread François Cami
On Thu, Feb 28, 2019 at 5:03 PM Alexander Bokovoy wrote: > > On to, 28 helmi 2019, Stephen John Smoogen wrote: > >On Thu, 28 Feb 2019 at 06:11, Ingo Hoffmann wrote: > >> > >> Hi, > >> > >> First time here and concerned Java citizen. Who or how can I contact > >> regarding the maven package maint

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Miro Hrončok
On 28. 02. 19 16:55, Adam Williamson wrote: On Thu, 2019-02-28 at 07:51 -0800, Adam Williamson wrote: On Thu, 2019-02-28 at 06:46 -0800, Tom London wrote: [root@localhost ~]# sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 --enablerepo=updates-testing distro-sync Fedora Modula

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Patrick Diehl
[root@ossus Survey2]# sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 --enablerepo=updates-testing distro-sync Fedora Modular 30 - x86_64 522 kB/s | 2.4 MB 00:04 Fedora Modular 30 - x86_64 - Updates 99 B/s | 257 B 00:02 Fedora 30 - x86_64 - Test

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Kalev Lember
On 2/28/19 18:05, Miro Hrončok wrote: > On 28. 02. 19 16:55, Adam Williamson wrote: >> More generally, the *flood* of Python 2 dep issues here is something I >> was definitely concerned about with the Python 2 retirement policy >> explicitly deciding not to say anything about obsoleting Python 2 >>

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Ralf Corsepius
On 2/28/19 6:55 PM, Kalev Lember wrote: On 2/28/19 18:05, Miro Hrončok wrote: On 28. 02. 19 16:55, Adam Williamson wrote: More generally, the *flood* of Python 2 dep issues here is something I was definitely concerned about with the Python 2 retirement policy explicitly deciding not to say anyt

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Kalev Lember
On 2/28/19 19:15, Ralf Corsepius wrote: On 2/28/19 6:55 PM, Kalev Lember wrote: On 2/28/19 18:05, Miro Hrončok wrote: On 28. 02. 19 16:55, Adam Williamson wrote: More generally, the *flood* of Python 2 dep issues here is something I was definitely concerned about with the Python 2 retirement p

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Adam Williamson
On Thu, 2019-02-28 at 18:05 +0100, Miro Hrončok wrote: > On 28. 02. 19 16:55, Adam Williamson wrote: > > On Thu, 2019-02-28 at 07:51 -0800, Adam Williamson wrote: > > > On Thu, 2019-02-28 at 06:46 -0800, Tom London wrote: > > > > [root@localhost ~]# sudo dnf --releasever=30 > > > > --setopt=module_

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Adam Williamson
On Thu, 2019-02-28 at 19:15 +0100, Ralf Corsepius wrote: > On 2/28/19 6:55 PM, Kalev Lember wrote: > > On 2/28/19 18:05, Miro Hrončok wrote: > > > On 28. 02. 19 16:55, Adam Williamson wrote: > > > > More generally, the *flood* of Python 2 dep issues here is something I > > > > was definitely concer

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Xose Vazquez Perez
Miroslav wrote: > Do you want to make Fedora 30 better? Please spend 1 minute of your time and > try to run: # dnf --skip-broken --allowerasing -b --assumeno --releasever=30 --setopt=module_platform_id=platform:f30 distro-sync https://paste.fedoraproject.org/paste/Bxyko5K7Okrzst4k8Qn6bw Tran

Stepping back from FESCo

2019-02-28 Thread Till Maas
Hi friends, Brian[0] made me think about my commitments and I realized that it is time to step back from my FESCo seat. Thank you for your confidence in electing me last year! Kind regards Till [0] https://www.winglemeyer.org/ramblings/2019/01/07/cookie-cleanup.html

Re: Stepping back from FESCo

2019-02-28 Thread Randy Barlow
On Thu, 2019-02-28 at 20:00 +0100, Till Maas wrote: > Brian[0] made me think about my commitments and I realized that it is > time to step back from my FESCo seat. > > Thank you for your confidence in electing me last year! I am sad to hear that you are stepping down, we will miss you. It was an

Re: Stepping back from FESCo

2019-02-28 Thread Mohan Boddu
On Thu, Feb 28, 2019 at 2:00 PM Till Maas wrote: > Hi friends, > > Brian[0] made me think about my commitments and I realized that it is > time to step back from my FESCo seat. > > Thank you for your confidence in electing me last year! > > Kind regards > Till > > [0] https://www.winglemeyer.org/

Re: Proposal: Abandon v8 package

2019-02-28 Thread Stephen Gallagher
On Wed, Feb 27, 2019 at 7:02 PM Elliott Sales de Andrade wrote: > > Let's try this again, but CC'ing the package owners. > > On 2019-02-17 9:12 p.m., Elliott Sales de Andrade wrote: > > Hi, > > > > Sorry for resurrecting a long-dead thread, but a few things happened > > recently: > > 1. v8 was ju

Re: Blocking criteria proposal for F30+: Printing

2019-02-28 Thread Stephen Gallagher
I just realized I only responded to Zdenek the other day. Re-sending my response now. On Tue, Feb 12, 2019 at 9:13 AM Zdenek Dohnal wrote: > > Hi, > > comments are in the text: > > On 2/11/19 9:17 PM, Stephen Gallagher wrote: > > On Mon, Feb 11, 2019 at 2:24 PM Chris Murphy > > wrote: > >> On

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Garry Williams
No updates-testing installed on this system: $ sudo dnf --disablerepo=fedora-cisco-openh264 --skip-broken --allowerasing -b --assumeno --releasever=30 --setopt=module_platform_id=platform:f30 distro-sync ... Transaction Summary =

modular repositories in mock configs: please don't

2019-02-28 Thread Fabio Valentini
Hi everybody, Recently, modular repositories were enabled in the mock configs for fedora 29+. Now, I can't build at least one of my packages (elementary-music) in fedora 29 chroots, due to dependency issues within modules. dnf just gives up with this rather unhelpful message: Problem: cannot in

Re: modular repositories in mock configs: please don't

2019-02-28 Thread Miro Hrončok
On 01. 03. 19 0:05, Fabio Valentini wrote: Hi everybody, Recently, modular repositories were enabled in the mock configs for fedora 29+. Now, I can't build at least one of my packages (elementary-music) in fedora 29 chroots, due to dependency issues within modules. dnf just gives up with this r

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Miro Hrončok
On 28. 02. 19 19:29, Adam Williamson wrote: On Thu, 2019-02-28 at 18:05 +0100, Miro Hrončok wrote: On 28. 02. 19 16:55, Adam Williamson wrote: On Thu, 2019-02-28 at 07:51 -0800, Adam Williamson wrote: On Thu, 2019-02-28 at 06:46 -0800, Tom London wrote: [root@localhost ~]# sudo dnf --releasev

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Dario Lesca
Il giorno gio, 28/02/2019 alle 10.22 +0100, Miroslav Suchý ha scritto: > But very likely you get some dependency problem now. In that case > please report it against appropriate package. This is my result: Errore: Problema 1: problem with installed package rubygem-rhc-1.38.7- 6.fc29.noarch - ru

Orphaned: sphinxbase, sphinxtrain, and cmusphinx3

2019-02-28 Thread W. Michael Petullo
I have orphaned three projects, and thus they need a new maintainer: sphinxbase, a common library for CMU Sphinx voice recognition products. sphinxtrain, Carnegie Mellon University's open source acoustic model trainer. It contains the scripts and instructions nece

Re: modular repositories in mock configs: please don't

2019-02-28 Thread YOUNG, MICHAEL A.
On Thu, 28 Feb 2019, Miro Hrončok wrote: > On 01. 03. 19 0:05, Fabio Valentini wrote: >> Hi everybody, >> >> Recently, modular repositories were enabled in the mock configs for fedora >> 29+. >> >> Now, I can't build at least one of my packages (elementary-music) in >> fedora 29 chroots, due

Re: abrt auto deleting problem dirs

2019-02-28 Thread Chris Murphy
Any suggestion on how to prevent abrt from deleting its own problem directories? I assume it's doing this because the package isn't signed? Feb 28 17:44:44 flap.local abrt-server[5743]: Package 'firefox' isn't signed with proper key Feb 28 17:44:44 flap.local abrt-server[5743]: 'post-create' on '/

Re: F30 Self-Contained Change proposal: Retire YUM 3

2019-02-28 Thread Dennis Gregorovic
I have an update on the koji end. The 1.17 release will not only drop the yum dependency, it will also have full python 3 support (except for image building that uses oz / imagefactory). Unfortunately, there is only medium confidence that the 1.17 release will be ready by the F30 devel freeze on

Re: F30 Self-Contained Change proposal: Retire YUM 3

2019-02-28 Thread Neal Gompa
On Thu, Feb 28, 2019 at 8:23 PM Dennis Gregorovic wrote: > > I have an update on the koji end. The 1.17 release will not only drop the > yum dependency, it will also have full python 3 support (except for image > building that uses oz / imagefactory). Unfortunately, there is only medium > con

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Robin Lee
On Thu, Feb 28, 2019 at 5:23 PM Miroslav Suchý wrote: > > Do you want to make Fedora 30 better? Please spend 1 minute of your time and > try to run: > > sudo dnf --releasever=30 --setopt=module_platform_id=platform:f30 > --enablerepo=updates-testing distro-sync > > If you get this prompt: > >

Re: Stepping back from FESCo

2019-02-28 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 28, 2019 at 08:00:06PM +0100, Till Maas wrote: > Hi friends, > > Brian[0] made me think about my commitments and I realized that it is > time to step back from my FESCo seat. Till, sad to hear this. Thank you for your FESCo work. Zbyszek __

Re: Donate 1 minute of your time to test upgrades from F29 to F30

2019-02-28 Thread Miroslav Suchý
Dne 28. 02. 19 v 18:55 Kalev Lember napsal(a): > It's difficult to obsolete subpackages correctly from > fedora-obsolete-packages when F29 keeps moving and bumping package > versions; the versioned obsoletes in fedora-obsolete-packages The rule of versioned obsolete is that the version is the last

Re: F30 Self-Contained Change proposal: Retire YUM 3

2019-02-28 Thread Peter Robinson
On Fri, Mar 1, 2019 at 1:23 AM Dennis Gregorovic wrote: > > I have an update on the koji end. The 1.17 release will not only drop the > yum dependency, it will also have full python 3 support (except for image > building that uses oz / imagefactory). Unfortunately, there is only medium > conf

Re: F30 Self-Contained Change proposal: Retire YUM 3

2019-02-28 Thread Peter Robinson
> > I have an update on the koji end. The 1.17 release will not only drop the > > yum dependency, it will also have full python 3 support (except for image > > building that uses oz / imagefactory). Unfortunately, there is only medium > > confidence that the 1.17 release will be ready by the F

Re: abrt auto deleting problem dirs

2019-02-28 Thread Miroslav Suchý
Dne 01. 03. 19 v 1:51 Chris Murphy napsal(a): > Any suggestion on how to prevent abrt from deleting its own problem > directories? I assume it's doing this because the package isn't > signed? > > Feb 28 17:44:44 flap.local abrt-server[5743]: Package 'firefox' isn't > signed with proper key > Feb 2