Re: GNOME 3.31.92 megaupdate and the F30 Beta freeze

2019-03-07 Thread Kalev Lember
On 3/4/19 17:43, Kalev Lember wrote: It's GNOME 3.31.92 release this week. We have a f30-gnome side tag as usual; if you are helping with builds please do F30 builds with 'fedpkg build --target f30-gnome'. I'll collect all the builds from the side tag and submit a megaupdate to Bodhi later this

Re: Downgrading glibc from Rawhide removed /bin/sh (!)

2019-03-07 Thread Richard W.M. Jones
On Thu, Mar 07, 2019 at 12:13:22PM +0100, Florian Weimer wrote: > * Richard W. M. Jones: > > > $ sudo dnf install glibc-headers.i686 > … > > Downgrading: > > That looks like a bug in itself. > > The last time I looked at something similar, I saw this: RPM would not > adjust a pre-existing

Re: Fedora 31 System-Wide Change proposal: Gating Rawhide - Single package updates

2019-03-07 Thread Zamir SUN
On 3/2/19 5:02 PM, Pierre-Yves Chibon wrote: > On Fri, Mar 01, 2019 at 06:57:48PM -0800, Tom Stellard wrote: >> On 03/01/2019 01:19 PM, Ben Cotton wrote: >>> https://fedoraproject.org/wiki/Changes/GatingRawhideSinglePackageUpdates >>> >>> == Summary == >>> We want to gate packages on test

Re: Proposal: Abandon v8 package

2019-03-07 Thread Stephen Gallagher
Great, thanks. I took a look and did a review. I have a couple minor tweaks I'd like to see, then I'll go ahead and merge it (and backport/sideport it to the 8.x and 11.x branches) On Thu, Mar 7, 2019 at 6:44 AM Elliott Sales de Andrade wrote: > > On Thu, 28 Feb 2019 at 16:24, Stephen Gallagher

Re: Fedora 31 System-Wide Change proposal: Gating Rawhide - Single package updates

2019-03-07 Thread Pierre-Yves Chibon
On Thu, Mar 07, 2019 at 10:24:00PM +0800, Zamir SUN wrote: > > > On 3/2/19 5:02 PM, Pierre-Yves Chibon wrote: > > On Fri, Mar 01, 2019 at 06:57:48PM -0800, Tom Stellard wrote: > >> On 03/01/2019 01:19 PM, Ben Cotton wrote: > >>>

Re: Proposal: Abandon v8 package

2019-03-07 Thread Elliott Sales de Andrade
On Thu, 28 Feb 2019 at 16:24, Stephen Gallagher wrote: > > 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

Re: Downgrading glibc from Rawhide removed /bin/sh (!)

2019-03-07 Thread Panu Matilainen
On 3/7/19 1:13 PM, Florian Weimer wrote: * Richard W. M. Jones: $ sudo dnf install glibc-headers.i686 … Downgrading: That looks like a bug in itself. The last time I looked at something similar, I saw this: RPM would not adjust a pre-existing symbolic link to a new target very late in the

Downgrading glibc from Rawhide removed /bin/sh (!)

2019-03-07 Thread Richard W.M. Jones
$ sudo dnf install glibc-headers.i686 Last metadata expiration check: 0:53:05 ago on Thu 07 Mar 2019 09:42:26 GMT. Dependencies resolved. Package Architecture Version Repository

Re: Question about Python 2 (sub-)package removal in Fedora

2019-03-07 Thread Miro Hrončok
On 07. 03. 19 9:33, Richard W.M. Jones wrote: On Thu, Mar 07, 2019 at 09:15:23AM +0100, Miro Hrončok wrote: On 07. 03. 19 9:11, Richard W.M. Jones wrote: Related to: https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal I have some packages which build python 2 subpackages,

Re: libvirt uninstallable in F30 Koji because of broken ceph dep

2019-03-07 Thread Daniel P . Berrangé
On Thu, Mar 07, 2019 at 08:29:52AM +, Richard W.M. Jones wrote: > On Thu, Mar 07, 2019 at 08:02:00AM +, Richard W.M. Jones wrote: > > DEBUG util.py:554: BUILDSTDERR: Error: > > DEBUG util.py:554: BUILDSTDERR: Problem: package > > libvirt-daemon-kvm-5.1.0-1.fc30.x86_64 requires > >

Re: libvirt uninstallable in F30 Koji because of broken ceph dep

2019-03-07 Thread Richard W.M. Jones
On Thu, Mar 07, 2019 at 09:47:51AM +, Daniel P. Berrangé wrote: > On Thu, Mar 07, 2019 at 08:29:52AM +, Richard W.M. Jones wrote: > > On Thu, Mar 07, 2019 at 08:02:00AM +, Richard W.M. Jones wrote: > > > DEBUG util.py:554: BUILDSTDERR: Error: > > > DEBUG util.py:554: BUILDSTDERR:

Re: Downgrading glibc from Rawhide removed /bin/sh (!)

2019-03-07 Thread Richard W.M. Jones
Actually it's more subtle. It didn't remove the files, but it did break something really fundamental, perhaps execv? Perhaps new binaries cannot link with the slightly older glibc? $ echo /usr/bin/ls /usr/bin/ls $ /usr/bin/ls -bash: /usr/bin/ls: No such file or directory Rich. -- Richard

Question about Python 2 (sub-)package removal in Fedora

2019-03-07 Thread Richard W.M. Jones
Related to: https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal I have some packages which build python 2 subpackages, but they are not "python packages" as such. One example is nbdkit: https://koji.fedoraproject.org/koji/buildinfo?buildID=1225638 This package isn't listed

Re: Downgrading glibc from Rawhide removed /bin/sh (!)

2019-03-07 Thread Hans de Goede
Hi, On 07-03-19 11:45, Richard W.M. Jones wrote: Actually it's more subtle. It didn't remove the files, but it did break something really fundamental, perhaps execv? Perhaps new binaries cannot link with the slightly older glibc? $ echo /usr/bin/ls /usr/bin/ls $ /usr/bin/ls -bash:

Re: Question about Python 2 (sub-)package removal in Fedora

2019-03-07 Thread Miro Hrončok
On 07. 03. 19 9:11, Richard W.M. Jones wrote: Related to: https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal I have some packages which build python 2 subpackages, but they are not "python packages" as such. One example is nbdkit:

Re: Question about Python 2 (sub-)package removal in Fedora

2019-03-07 Thread Richard W.M. Jones
On Thu, Mar 07, 2019 at 09:37:12AM +0100, Miro Hrončok wrote: > On 07. 03. 19 9:33, Richard W.M. Jones wrote: > >On Thu, Mar 07, 2019 at 09:15:23AM +0100, Miro Hrončok wrote: > >>On 07. 03. 19 9:11, Richard W.M. Jones wrote: > >>> > >>>Related to: >

Re: Question about Python 2 (sub-)package removal in Fedora

2019-03-07 Thread Richard W.M. Jones
On Thu, Mar 07, 2019 at 09:15:23AM +0100, Miro Hrončok wrote: > On 07. 03. 19 9:11, Richard W.M. Jones wrote: > > > >Related to: > >https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal > > > >I have some packages which build python 2 subpackages, but they are > >not "python

libvirt uninstallable in F30 Koji because of broken ceph dep

2019-03-07 Thread Richard W.M. Jones
DEBUG util.py:554: BUILDSTDERR: Error: DEBUG util.py:554: BUILDSTDERR: Problem: package libvirt-daemon-kvm-5.1.0-1.fc30.x86_64 requires libvirt-daemon-driver-storage = 5.1.0-1.fc30, but none of the providers can be installed DEBUG util.py:554: BUILDSTDERR: - package

Re: libvirt uninstallable in F30 Koji because of broken ceph dep

2019-03-07 Thread Richard W.M. Jones
On Thu, Mar 07, 2019 at 08:02:00AM +, Richard W.M. Jones wrote: > DEBUG util.py:554: BUILDSTDERR: Error: > DEBUG util.py:554: BUILDSTDERR: Problem: package > libvirt-daemon-kvm-5.1.0-1.fc30.x86_64 requires libvirt-daemon-driver-storage > = 5.1.0-1.fc30, but none of the providers can be

Re: libvirt uninstallable in F30 Koji because of broken ceph dep

2019-03-07 Thread Björn 'besser82' Esser
Am Donnerstag, den 07.03.2019, 09:53 + schrieb Richard W.M. Jones: > On Thu, Mar 07, 2019 at 09:47:51AM +, Daniel P. Berrangé wrote: > > On Thu, Mar 07, 2019 at 08:29:52AM +, Richard W.M. Jones wrote: > > > On Thu, Mar 07, 2019 at 08:02:00AM +, Richard W.M. Jones > > > wrote: > > >

Re: The state of Zanata Python client (Python 3 support)

2019-03-07 Thread Martin Kolman
On Thu, 2019-03-07 at 12:38 +0800, Jens-Ulrik Petersen wrote: > Thanks to Sundeep, who has already started and worked on this. > So hopefully we will have a working py3 zanata-python-client for F30+ soon. > :-) Nice & thanks in advance! :) Can definitely help testing the new version once it

Re: Downgrading glibc from Rawhide removed /bin/sh (!)

2019-03-07 Thread Florian Weimer
* Richard W. M. Jones: > $ sudo dnf install glibc-headers.i686 … > Downgrading: That looks like a bug in itself. The last time I looked at something similar, I saw this: RPM would not adjust a pre-existing symbolic link to a new target very late in the transaction. Like deleting old files

Re: Introducing packit

2019-03-07 Thread Tomas Tomecek
Hi Miro, sorry for a late reply: I wanted to think it through. Comments inline. On Tue, Feb 26, 2019 at 4:43 PM Miro Hrončok wrote: > > On 20. 02. 19 23:24, Tomas Tomecek wrote: > > Hello, > > > > at DevConf.cz, we have introduced a new project: packit [1] [2]. > > [1]

license change for python-metar

2019-03-07 Thread Jos de Kloe
For your information: the python-metar package has changed license from MIT to BSD, starting with release 1.7.0. see: https://github.com/python-metar/python-metar/releases https://src.fedoraproject.org/rpms/python-metar best regards, Jos de Kloe. ___

Re: Downgrading glibc from Rawhide removed /bin/sh (!)

2019-03-07 Thread Florian Weimer
* Panu Matilainen: > On 3/7/19 1:13 PM, Florian Weimer wrote: >> * Richard W. M. Jones: >> >>> $ sudo dnf install glibc-headers.i686 >> … >>> Downgrading: >> >> That looks like a bug in itself. >> >> The last time I looked at something similar, I saw this: RPM would not >> adjust a pre-existing

Re: Fedora 31 System-Wide Change proposal: Gating Rawhide - Single package updates

2019-03-07 Thread Neal Gompa
On Thu, Mar 7, 2019 at 10:07 AM Pierre-Yves Chibon wrote: > > On Thu, Mar 07, 2019 at 10:24:00PM +0800, Zamir SUN wrote: > > > > > > On 3/2/19 5:02 PM, Pierre-Yves Chibon wrote: > > > On Fri, Mar 01, 2019 at 06:57:48PM -0800, Tom Stellard wrote: > > >> On 03/01/2019 01:19 PM, Ben Cotton wrote: >

Re: Scratch build uploads to koji VERY SLOW

2019-03-07 Thread Richard Shaw
On Wed, Mar 6, 2019 at 6:39 PM Kevin Fenzi wrote: > On 3/6/19 4:14 PM, Richard Shaw wrote: > > > > New since the last couple of weeks but I've been more active working on > > FTBFS issues so can't say exactly when it started. It's never been super > > speedy but also never been this painful. > >

Re: Packaging Question - Building the Binaries of my package

2019-03-07 Thread Rex Dieter
Michael Zhang wrote: > Recently, someone advised me that I have to build the binaries from the > source code in the %install phase. That is to say that I have to make it > transparent how the binaries (ex. jar) are built. See

Packaging Question - Building the Binaries of my package

2019-03-07 Thread Michael Zhang
I’m a new maintainer and I’ve been trying to get my package, Open Liberty, into the Fedora repositories.   I currently build my rpms in a public Travis CI build. I do so by using wget to pull a zipped up pre-built openliberty package from

Re: Fedora rawhide compose report: 20190306.n.1 changes

2019-03-07 Thread Stephen John Smoogen
On Thu, 7 Mar 2019 at 15:31, Miro Hrončok wrote: > > On 07. 03. 19 21:19, Kevin Fenzi wrote: > > On 3/7/19 11:35 AM, Tomasz Kłoczko wrote: > >> On Thu, 7 Mar 2019 at 12:17, Fedora Rawhide Report > >> wrote: > >>> > >>> OLD: Fedora-Rawhide-20190217.n.0 > >>> NEW: Fedora-Rawhide-20190306.n.1 > >>>

Help needed regarding a build failure on x32 for python-twisted, might be kernel related

2019-03-07 Thread Robert-André Mauchin
Hello, I'm trying to build the new python-twisted 18.9.0, but it fails on 32 bits architecture: BUILDSTDERR: In file included from /usr/include/asm/socket.h:1, BUILDSTDERR: from /usr/include/bits/socket.h:393, BUILDSTDERR: from /usr/include/sys/socket.h:33,

Re: Help needed regarding a build failure on x32 for python-twisted, might be kernel related

2019-03-07 Thread Laura Abbott
On 3/7/19 2:23 PM, Robert-André Mauchin wrote: Hello, I'm trying to build the new python-twisted 18.9.0, but it fails on 32 bits architecture: BUILDSTDERR: In file included from /usr/include/asm/socket.h:1, BUILDSTDERR: from /usr/include/bits/socket.h:393, BUILDSTDERR:

Re: Help needed regarding a build failure on x32 for python-twisted, might be kernel related

2019-03-07 Thread Florian Weimer
* Robert-André Mauchin: > https://koji.fedoraproject.org/koji/taskinfo?taskID=33279740 Since this has come up repeatedly in other contexts leading to confusion: This is not an x32 build. I don't think Fedora has any x32 builders. x32 is a distinct, incompatible architecture from i386/i686 and

Re: Fedora rawhide compose report: 20190306.n.1 changes

2019-03-07 Thread Tomasz Kłoczko
On Fri, 8 Mar 2019 at 00:37, Stephen John Smoogen wrote: [..] > We don't push to mirrors. They sync from either our main servers or a > tier 1 or tier 2 mirror which also pull/rsync from the master mirrors. > This means it will take time to get stuff down and out. So like I > said.. do not expect

Re: Fedora rawhide compose report: 20190306.n.1 changes

2019-03-07 Thread Tomasz Kłoczko
On Thu, 7 Mar 2019 at 12:17, Fedora Rawhide Report wrote: > > OLD: Fedora-Rawhide-20190217.n.0 > NEW: Fedora-Rawhide-20190306.n.1 > > = SUMMARY = > Added images:13 > Dropped images: 7 > Added packages: 128 > Dropped packages:174 > Upgraded packages: 1745 >

Re: Fedora rawhide compose report: 20190306.n.1 changes

2019-03-07 Thread Kevin Fenzi
On 3/7/19 11:35 AM, Tomasz Kłoczko wrote: > On Thu, 7 Mar 2019 at 12:17, Fedora Rawhide Report > wrote: >> >> OLD: Fedora-Rawhide-20190217.n.0 >> NEW: Fedora-Rawhide-20190306.n.1 >> >> = SUMMARY = >> Added images:13 >> Dropped images: 7 >> Added packages: 128 >> Dropped

Re: Fedora rawhide compose report: 20190306.n.1 changes

2019-03-07 Thread Miro Hrončok
On 07. 03. 19 21:19, Kevin Fenzi wrote: On 3/7/19 11:35 AM, Tomasz Kłoczko wrote: On Thu, 7 Mar 2019 at 12:17, Fedora Rawhide Report wrote: OLD: Fedora-Rawhide-20190217.n.0 NEW: Fedora-Rawhide-20190306.n.1 = SUMMARY = Added images:13 Dropped images: 7 Added packages:

Re: Packaging Question - Building the Binaries of my package

2019-03-07 Thread Felix Schwarz
Am 07.03.19 um 19:49 schrieb Michael Zhang: > So after tinkering around, I can incorporate the building of the > openliberty.zip into the Travis CI build but I cannot directly add it into the > %install phase of the rpm spec file. Would that be fine? To the best of my knowledge all building from

Re: Packaging Question - Building the Binaries of my package

2019-03-07 Thread Matthew Miller
On Thu, Mar 07, 2019 at 06:49:12PM +, Michael Zhang wrote: > Recently, someone advised me that I have to build the binaries from the > source code in the %install phase. That is to say that I have to make it > transparent how the binaries (ex. jar) are built.  As I understand it, in Debian,

Re: Packaging Question - Building the Binaries of my package

2019-03-07 Thread Randy Barlow
On Thu, 2019-03-07 at 18:49 +, Michael Zhang wrote: > Recently, someone advised me that I have to build the binaries from > the source code in the %install phase. The building should happein the %build phase. The %install phase is where the resulting artifacts are copied into the buildroot.

Fedora Atomic Host Two Week Release Announcement: 29.20190306.2

2019-03-07 Thread noreply
A new Fedora Atomic Host update is available via an OSTree update: Version: 29.20190306.2 Commit(x86_64): 57297da7779ed8b7b7b9a0f39f6f12a703000a40cf451770fe23749a5558f60d Commit(aarch64): df56dcbc9ae6c0653122753b835668b4d729ea3943cb2541114dabd9c1d271bb Commit(ppc64le):

Re: Fedora rawhide compose report: 20190306.n.1 changes

2019-03-07 Thread Stephen John Smoogen
On Thu, 7 Mar 2019 at 19:00, Tomasz Kłoczko wrote: > > -- Tomasz Kłoczko | Tel: 0774 1209067 | LinkedIn: http://lnkd.in/FXPWxH > On Thu, 7 Mar 2019 at 20:37, Miro Hrončok wrote: > [..] > > > What ground/public repos do you mean here? The master mirror is > > > definitely updated. It's a large

Re: Fedora rawhide compose report: 20190306.n.1 changes

2019-03-07 Thread Tomasz Kłoczko
-- Tomasz Kłoczko | Tel: 0774 1209067 | LinkedIn: http://lnkd.in/FXPWxH On Thu, 7 Mar 2019 at 20:37, Miro Hrončok wrote: [..] > > What ground/public repos do you mean here? The master mirror is > > definitely updated. It's a large pile of changes, so other mirrors may > > take a bit longer than

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

2019-03-07 Thread Miroslav Suchý
Dne 06. 03. 19 v 14:00 Mikolaj Izdebski napsal(a): > - create a proper modulemd document > - build some (zero or more) RPM packages using rpmbuild > - create YUM repodata from built packages using createrepo_c > - attach modulemd to repodata using modifyrepo_c Yes. But the first and last steps

[Bug 1686305] New: perl-Data-ObjectDriver-0.16 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1686305 Bug ID: 1686305 Summary: perl-Data-ObjectDriver-0.16 is available Product: Fedora Version: rawhide Status: NEW Component: perl-Data-ObjectDriver Keywords: FutureFeature,

[Bug 1680399] perl-SNMP-Info-3.65 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1680399 Jitka Plesnikova changed: What|Removed |Added CC||jples...@redhat.com Fixed In

Re: Potemkin %check: Ran 0 tests in 0.000s

2019-03-07 Thread Miro Hrončok
On 05. 03. 19 0:03, Miro Hrončok wrote: The following list of builds has "Ran 0 tests in 0.000s" in their build log. It usually indicates a "Potemkin %check" [0] with python setup.py test without actual tests. [0] https://en.wikipedia.org/wiki/Potemkin_village See also:

[Bug 1680399] perl-SNMP-Info-3.65 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1680399 Fedora Update System changed: What|Removed |Added Status|NEW |MODIFIED --- Comment #1 from

[Bug 1686247] perl-Imager-1.011 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1686247 --- Comment #1 from Fedora Update System --- perl-Imager-1.011-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-6a569be710 -- You are receiving this mail because: You are on the CC

[Bug 1686247] perl-Imager-1.011 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1686247 Jitka Plesnikova changed: What|Removed |Added Status|ASSIGNED|MODIFIED Fixed In Version|

[Bug 1686553] New: perl-HTTP-BrowserDetect-3.22 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1686553 Bug ID: 1686553 Summary: perl-HTTP-BrowserDetect-3.22 is available Product: Fedora Version: rawhide Status: NEW Component: perl-HTTP-BrowserDetect Keywords:

[rpms/perl-PAR-Packer] PR #1: Remove obsolete requirements for %post/%postun scriptlets

2019-03-07 Thread Tim Landscheidt
scfc opened a new pull-request against the project: `perl-PAR-Packer` that you are following: `` Remove obsolete requirements for %post/%postun scriptlets `` To reply, visit the link below https://src.fedoraproject.org/rpms/perl-PAR-Packer/pull-request/1

[389-devel] please review: PR 50269 - backend txn plugins can corrupt entry cache

2019-03-07 Thread Mark Reynolds
https://pagure.io/389-ds-base/pull-request/50269 ___ 389-devel mailing list -- 389-devel@lists.fedoraproject.org To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html

[EPEL-devel] Fedora EPEL 7 updates-testing report

2019-03-07 Thread updates
The following Fedora EPEL 7 Security updates need testing: Age URL 205 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3c9292b62d condor-8.6.11-1.el7 76 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b43fdd19c3 vcftools-0.1.16-1.el7 13

[rpms/perl-PAR-Packer] PR #1: Remove obsolete requirements for %post/%postun scriptlets

2019-03-07 Thread Jitka Plesnikova
jplesnik merged a pull-request against the project: `perl-PAR-Packer` that you are following. Merged pull-request: `` Remove obsolete requirements for %post/%postun scriptlets `` https://src.fedoraproject.org/rpms/perl-PAR-Packer/pull-request/1 ___

[Bug 1686247] perl-Imager-1.011 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1686247 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #2 from

[Bug 1686178] perl-libwww-perl-6.37 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1686178 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #3 from

[Bug 1680399] perl-SNMP-Info-3.65 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1680399 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #2 from

[Bug 1686595] New: rt-4.4.4 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1686595 Bug ID: 1686595 Summary: rt-4.4.4 is available Product: Fedora Version: rawhide Status: NEW Component: rt Keywords: FutureFeature, Triaged Assignee:

Re: Potemkin %check: Ran 0 tests in 0.000s

2019-03-07 Thread Robert-André Mauchin
On mardi 5 mars 2019 00:03:28 CET Miro Hrončok wrote: > eclipseo python-hpack python-hyperframe python-priority python-hpack, python-hyperframe, python-h2, python-hyperlink, python-priority, python-towncrier and python-twisted all now have proper tests. Best regards, Robert-André

[Bug 1686667] New: perl-Geo-Distance-0.21 is available

2019-03-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1686667 Bug ID: 1686667 Summary: perl-Geo-Distance-0.21 is available Product: Fedora Version: rawhide Status: NEW Component: perl-Geo-Distance Keywords: FutureFeature, Triaged