Re: RFC: Alternative -devel packaging

2018-08-07 Thread Sérgio Basto
On Tue, 2018-08-07 at 11:33 -0400, Adam Jackson wrote: > Consider a library like libGL. At runtime, you want the drivers it > might load to be installed. But when building an application, you > just > need the library itself. If the drivers themselves have non-trivial > dependencies, the buildroot

Re: Updates to mathematical software

2018-08-07 Thread Vascom
Hi Jerry, You're doing a good job. Thanks. Are you plan update Octave to 4.4.0? -- Best regards, Vasiliy Glazov ср, 1 авг. 2018 г. в 12:25, Paul Howarth : > Hi Jerry, > > On Tue, 31 Jul 2018 19:09:02 -0600 > Jerry James wrote: > > > On Tue, May 29, 2018 at 4:36 AM Paul Howarth > > wrote: > >

Re: Reliability test for hard drives and SSD

2018-08-07 Thread Andrey Ponomarenko
07.08.2018, 12:05, "Jan Kratochvil" : > Hello, > > On Tue, 07 Aug 2018 10:21:05 +0200, Andrey Ponomarenko wrote: >>  sudo dnf config-manager --add-repo >> https://download.opensuse.org/repositories/home:/linuxbuild/Fedora_Rawhide/home:linuxbuild.repo >>  sudo dnf config-manager --set-enabled

Summary/Minutes from today's FESCo Meeting (2018-08-06)

2018-08-07 Thread Jared K. Smith
Minutes: https://meetbot.fedoraproject.org/fedora-meeting-1/2018-08-06/fesco.2018-08-06-15.04.html Minutes (text): https://meetbot.fedoraproject.org/fedora-meeting-1/2018-08-06/fesco.2018-08-06-15.04.txt Log:

Re: F29 System Wide Change: uEFI for ARMv7

2018-08-07 Thread Dominik 'Rathann' Mierzejewski
On Tuesday, 07 August 2018 at 11:05, Gerd Hoffmann wrote: > Hi, > > > Gerd Hoffman has a nightly edk2 repo which builds arm32 images. If > > someone can figure out the magic qemu incantation to get those working > > with Fedora, similar to how aarch64 works, I can do the rest > > > >

Re: enabling KCM in the Fedora kernels

2018-08-07 Thread Peter Robinson
On Tue, 7 Aug 2018, 20:47 Kaleb S. KEITHLEY, wrote: > Hi, > > How would one go about requesting this be enabled by default? > Generally either email the ker...@lists.fp.o or open a kernel bugzilla Upstream NFS-Ganesha devs have been playing with it a bit and got a > modest performance boost. >

Re: RFC: Alternative -devel packaging

2018-08-07 Thread Adam Jackson
On Tue, 2018-08-07 at 18:25 +0100, Sérgio Basto wrote: > In my point of view, in opencv package , sdk should require -devel not > the inverse I'm not so much concerned with the _names_ of the subpackages, as with the idea of packaging the same files in multiple packages and being careful with

enabling KCM in the Fedora kernels

2018-08-07 Thread Kaleb S. KEITHLEY
Hi, How would one go about requesting this be enabled by default? Upstream NFS-Ganesha devs have been playing with it a bit and got a modest performance boost. It's conceivable that GlusterFS could utilize it too. Thanks, -- Kaleb ___ devel mailing

Re: Fedora 29 Change Checkpoint: Completion deadline (testable)

2018-08-07 Thread Adam Williamson
On Tue, 2018-08-07 at 10:42 -0400, Ben Cotton wrote: > Greetings! > > In on week, on 2018-08-14, we will reach Fedora 29 Change > Checkpoint:Completion deadline (testable) [1]. > > At this point, all accepted changes [2] should be substantially > complete, and testable. Additionally, if a change

Kernel lockdown patch & IPAddressAllow/IPAddressDeny systemd feature with Secure Boot

2018-08-07 Thread Timothée Ravier
Booting Fedora with Secure Boot enabled will result in Lockdown being enabled at boot time. This will completly disable the BPF system call for all users [1][2]. Unfortunately, this breaks the IPAddressAllow & IPAddressDeny systemd feature [3][4][5]. I don't have a solution for this, but as

Re: [heads up] SELinux support for boltd service

2018-08-07 Thread Lukas Vrabec
Hi All, Adding builds with boltd SELinux support. Fedora 28: https://koji.fedoraproject.org/koji/buildinfo?buildID=1134436 Fedora Rawhide https://koji.fedoraproject.org/koji/buildinfo?buildID=1134361 SELinux denials please report here: https://bugzilla.redhat.com/show_bug.cgi?id=1607974

Re: lazy loading of filelists.xml to speed up dnf

2018-08-07 Thread Jeff Johnson
At the risk of again being banned from Fedora, I point out this thread from 2011, discussing/measuring various techniques for reducing the size of metadata containing many file paths for Mandriva http://rpm5.org/community/rpm-devel/.html ___ devel

Re: lazy loading of filelists.xml to speed up dnf

2018-08-07 Thread Jeff Johnson
Bloom filters have false positives that can lead to difficult to predict behavior. The core proble(s) being reported with file dependencies is the size of the download, the cost of the load, and the size/number of copies one for each location managed by dnf. These are all problems that are

Re: [heads up] SELinux support for boltd service

2018-08-07 Thread Christian Kellner
Hi, thanks for doing that, it is very much appreciated! Cheers, CK ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: %{valgrind_arches}

2018-08-07 Thread Florian Weimer
On 08/06/2018 09:58 PM, Marcin Juszkiewicz wrote: From what I remember there is no architecture supported by Fedora without Valgrind support. We got rid of s390 (32bit) and risc-v does not count yet. valgrind support is not monotonic because architectures evolve. If we move the architecture

perl-Net-DNS-Nameserver-1.17-1.fc29 license change

2018-08-07 Thread Petr Pisar
perl-Net-DNS-Nameserver-1.17-1.fc29 binary package corrected a license from "GPL+ or Artistic" to "MIT". -- Petr ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of

Re: %{valgrind_arches}

2018-08-07 Thread Richard W.M. Jones
On Mon, Aug 06, 2018 at 09:58:50PM +0200, Marcin Juszkiewicz wrote: > W dniu 05.08.2018 o 16:36, Jeff Johnson pisze: > > So you are recommending using 14 lines (with comments) of spec file > > goop that uses 2 %ifarch build section tests in order to set/unset a > > macro. > > > > There's further

Re: Reliability test for hard drives and SSD

2018-08-07 Thread Andrey Ponomarenko
05.08.2018, 16:09, "Jan Kratochvil" : > On Sun, 05 Aug 2018 14:47:06 +0200, Andrey Ponomarenko wrote: >>  I've just created Fedora package for hw-probe. See >>   >> https://github.com/linuxhw/hw-probe/blob/master/INSTALL.md#install-on-fedora. > > Installing a package out of repository for its

Re: Updates to mathematical software

2018-08-07 Thread José Abílio Matos
On Tuesday, 7 August 2018 07.29.24 WEST Vascom wrote: > Hi Jerry, > You're doing a good job. Thanks. > > Are you plan update Octave to 4.4.0? > > -- > Best regards, > Vasiliy Glazov Actually it is Orion who usually does that, also 4.4.1 should be out soon. After there are a batch of updates

Re: [Rpm-ecosystem] lazy loading of filelists.xml to speed up dnf

2018-08-07 Thread Jonathan Dieter
On Mon, 2018-08-06 at 16:36 +, Zbigniew Jędrzejewski-Szmek wrote: > Hi dnf and libsolv developers, > > this mail is a continuation of an FPC [1] and a FESCo [2] tickets. > > A proposal was made is to disallow packages in Fedora from using file > deps, and to optimize dnf to not load

[heads up] SELinux support for boltd service

2018-08-07 Thread Lukas Vrabec
Hi, I saw several bugs where boltd daemon runs as unconfined_service_t. I have prepared new SELinux module for it. I'll push it to Fedora Rawhide and also Fedora 28 soon. This module will be in permissive mode, which means policy for boltd won't be enforced by kernel, just AVCs will be logged

Re: Library ABI change

2018-08-07 Thread Andrey Ponomarenko
06.08.2018, 12:49, "Daniel P. Berrangé" : > On Mon, Aug 06, 2018 at 09:30:39AM +0200, Guido Aulisi wrote: >>  recently serd library changed its ABI adding 1 function without >>  bumping the soname. > > There's totally normal. It merely added to its ABI - it didn't change > existing ABI so nothing

Re: lazy loading of filelists.xml to speed up dnf

2018-08-07 Thread Michael Schroeder
On Mon, Aug 06, 2018 at 04:36:07PM +, Zbigniew J??drzejewski-Szmek wrote: > this mail is a continuation of an FPC [1] and a FESCo [2] tickets. > > A proposal was made is to disallow packages in Fedora from using file > deps, and to optimize dnf to not load filelists.xml. File deps would >

Re: Reliability test for hard drives and SSD

2018-08-07 Thread Jan Kratochvil
Hello, On Tue, 07 Aug 2018 10:21:05 +0200, Andrey Ponomarenko wrote: > sudo dnf config-manager --add-repo > https://download.opensuse.org/repositories/home:/linuxbuild/Fedora_Rawhide/home:linuxbuild.repo > sudo dnf config-manager --set-enabled home_linuxbuild > sudo dnf install hw-probe that

Re: F29 System Wide Change: uEFI for ARMv7

2018-08-07 Thread Gerd Hoffmann
Hi, > Gerd Hoffman has a nightly edk2 repo which builds arm32 images. If > someone can figure out the magic qemu incantation to get those working > with Fedora, similar to how aarch64 works, I can do the rest > > https://www.kraxel.org/repos/ Yes, it is pretty much identical to aarch64. My

Fedora testing-20180807.1 compose check report

2018-08-07 Thread Fedora compose checker
No missing expected images. Passed openQA tests: 2/2 (x86_64) -- Mail generated by check-compose: https://pagure.io/fedora-qa/check-compose ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

RFC: Alternative -devel packaging

2018-08-07 Thread Adam Jackson
Consider a library like libGL. At runtime, you want the drivers it might load to be installed. But when building an application, you just need the library itself. If the drivers themselves have non-trivial dependencies, the buildroot is more likely to fail to compose. The problem, in a sense, is

Fedora updates-20180807.0 compose check report

2018-08-07 Thread Fedora compose checker
Missing expected images: Atomichost qcow2 x86_64 Atomichost raw-xz x86_64 Passed openQA tests: 2/2 (x86_64) -- Mail generated by check-compose: https://pagure.io/fedora-qa/check-compose ___ devel mailing list -- devel@lists.fedoraproject.org To

Re: lazy loading of filelists.xml to speed up dnf

2018-08-07 Thread Jeff Johnson
Sure extending the whitelist -- either through hard coded patterns or an actual list -- obviates the need for downloading bloated file lists. Those techniques simply move "useful" data out of file lists and into another file, either primary.xml or a whitelist. Patterns (and Provides: /path)

Fedora 29 Change Checkpoint: Completion deadline (testable)

2018-08-07 Thread Ben Cotton
Greetings! In on week, on 2018-08-14, we will reach Fedora 29 Change Checkpoint:Completion deadline (testable) [1]. At this point, all accepted changes [2] should be substantially complete, and testable. Additionally, if a change is to be enabled by default, it must be enabled at Change

[Bug 1613504] Should WWW::Mechanize require 'HTML::TreeBuilder'?

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613504 Ralf Corsepius changed: What|Removed |Added Summary|Should WWW::Mechanize |Should WWW::Mechanize

[Bug 1613225] New: Upgrade perl-Text-Quoted to 2.10

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613225 Bug ID: 1613225 Summary: Upgrade perl-Text-Quoted to 2.10 Product: Fedora Version: rawhide Component: perl-Text-Quoted Assignee: rc040...@freenet.de Reporter:

[Bug 1613228] New: perl-WWW-Mechanize-GZip-0.13 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613228 Bug ID: 1613228 Summary: perl-WWW-Mechanize-GZip-0.13 is available Product: Fedora Version: rawhide Component: perl-WWW-Mechanize-GZip Keywords: FutureFeature, Triaged

[Bug 1601452] perl-Net-DNS-1.17 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601452 Petr Pisar changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug 1612862] perl-Pod-Markdown-3.100 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1612862 Jitka Plesnikova changed: What|Removed |Added Status|MODIFIED|CLOSED Resolution|---

[Bug 1613088] perl-Pod-Markdown-3.101 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613088 Jitka Plesnikova changed: What|Removed |Added Status|NEW |MODIFIED Fixed In Version|

[389-devel] 389 DS nightly 2018-08-08 - 90% PASS

2018-08-07 Thread vashirov
https://fedorapeople.org/groups/389ds/ci/nightly/2018/08/08/report-389-ds-base-1.4.0.13-20180807git0d1eded.fc28.x86_64.html ___ 389-devel mailing list -- 389-devel@lists.fedoraproject.org To unsubscribe send an email to

[Bug 1613504] Should WWW::Mechanize require 'Test::Builder'?

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613504 Emmanuel Seyman changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1 from

[Bug 1613344] New: perl-Mojolicious-7.89 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613344 Bug ID: 1613344 Summary: perl-Mojolicious-7.89 is available Product: Fedora Version: rawhide Component: perl-Mojolicious Keywords: FutureFeature, Triaged Assignee:

[Bug 1594774] perl-Date-Holidays-DE-2.00 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1594774 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED CC|

[Bug 1595012] perl-SNMP-Info-3.61 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1595012 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED Fixed In Version|

[Bug 1613184] New: Upgrade perl-Devel-Cover to 1.30

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613184 Bug ID: 1613184 Summary: Upgrade perl-Devel-Cover to 1.30 Product: Fedora Version: rawhide Component: perl-Devel-Cover Assignee: tcall...@redhat.com Reporter:

[Bug 1613188] New: perl-FCGI-Client-0.09 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613188 Bug ID: 1613188 Summary: perl-FCGI-Client-0.09 is available Product: Fedora Version: rawhide Component: perl-FCGI-Client Keywords: FutureFeature, Triaged Assignee:

[Bug 1613187] New: Upgrade perl-Dist-Zilla-Plugin-LicenseFromModule to 0.07

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613187 Bug ID: 1613187 Summary: Upgrade perl-Dist-Zilla-Plugin-LicenseFromModule to 0.07 Product: Fedora Version: rawhide Component: perl-Dist-Zilla-Plugin-LicenseFromModule

[Bug 1613192] New: perl-HTML-Defang-1.07 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613192 Bug ID: 1613192 Summary: perl-HTML-Defang-1.07 is available Product: Fedora Version: rawhide Component: perl-HTML-Defang Keywords: FutureFeature, Triaged Assignee:

[Bug 1613203] New: Upgrade perl-Math-Pari to 2.030503

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613203 Bug ID: 1613203 Summary: Upgrade perl-Math-Pari to 2.030503 Product: Fedora Version: rawhide Component: perl-Math-Pari Assignee: p...@city-fan.org Reporter:

[Bug 1613213] New: Upgrade perl-Parse-EDID to 1.0.7

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613213 Bug ID: 1613213 Summary: Upgrade perl-Parse-EDID to 1.0.7 Product: Fedora Version: rawhide Component: perl-Parse-EDID Assignee: maria...@tuxette.fr Reporter:

[Bug 1613211] New: Upgrade perl-Net-IMAP-Simple to 1.2212

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613211 Bug ID: 1613211 Summary: Upgrade perl-Net-IMAP-Simple to 1.2212 Product: Fedora Version: rawhide Component: perl-Net-IMAP-Simple Assignee: jples...@redhat.com Reporter:

[Bug 1613218] New: Upgrade perl-Test-WWW-Mechanize to 1.50

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613218 Bug ID: 1613218 Summary: Upgrade perl-Test-WWW-Mechanize to 1.50 Product: Fedora Version: rawhide Component: perl-Test-WWW-Mechanize Assignee: rc040...@freenet.de

[Bug 1613211] Upgrade perl-Net-IMAP-Simple to 1.2212

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613211 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED Fixed In Version|

[Bug 1601452] perl-Net-DNS-1.17 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601452 Petr Pisar changed: What|Removed |Added Status|ASSIGNED|CLOSED Fixed In Version|

[Bug 1613191] New: Upgrade perl-Getopt-Long-Descriptive to 0.103

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613191 Bug ID: 1613191 Summary: Upgrade perl-Getopt-Long-Descriptive to 0.103 Product: Fedora Version: rawhide Component: perl-Getopt-Long-Descriptive Assignee: p...@city-fan.org

[Bug 1613170] New: Upgrade perl-App-CLI to 0.50

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613170 Bug ID: 1613170 Summary: Upgrade perl-App-CLI to 0.50 Product: Fedora Version: rawhide Component: perl-App-CLI Assignee: emman...@seyman.fr Reporter: jples...@redhat.com

[Bug 1612474] perl-Dist-Zilla-Plugin-LicenseFromModule-0.07 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1612474 Jitka Plesnikova changed: What|Removed |Added CC||jples...@redhat.com --- Comment

[Bug 1613187] Upgrade perl-Dist-Zilla-Plugin-LicenseFromModule to 0.07

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613187 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED Resolution|---

[Bug 1613088] perl-Pod-Markdown-3.101 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613088 --- Comment #1 from Fedora Update System --- perl-Pod-Markdown-3.101-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-85781fd810 -- You are receiving this mail because: You are on the

[Bug 1613183] Upgrade perl-Config-Model-Itself to 2.014

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613183 Jitka Plesnikova changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug 1613183] New: Upgrade perl-Config-Model-Itself to 2.014

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613183 Bug ID: 1613183 Summary: Upgrade perl-Config-Model-Itself to 2.014 Product: Fedora Version: rawhide Component: perl-Config-Model-Itself Assignee: david.hanneq...@gmail.com

[Bug 1613201] New: perl-HTTP-Exception-0.04007 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613201 Bug ID: 1613201 Summary: perl-HTTP-Exception-0.04007 is available Product: Fedora Version: rawhide Component: perl-HTTP-Exception Keywords: FutureFeature, Triaged

[Bug 1613216] New: perl-Test-Time-0.06 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613216 Bug ID: 1613216 Summary: perl-Test-Time-0.06 is available Product: Fedora Version: rawhide Component: perl-Test-Time Keywords: FutureFeature, Triaged Assignee:

[Bug 1613221] New: Upgrade perl-Type-Tiny to 1.004002

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613221 Bug ID: 1613221 Summary: Upgrade perl-Type-Tiny to 1.004002 Product: Fedora Version: rawhide Component: perl-Type-Tiny Assignee: rc040...@freenet.de Reporter:

[Bug 1613183] Upgrade perl-Config-Model-Itself to 2.014

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613183 Jitka Plesnikova changed: What|Removed |Added Status|ASSIGNED|CLOSED Fixed In Version|

[Bug 1609256] perl-CPAN-Perl-Releases-3.72 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1609256 --- Comment #6 from Fedora Update System --- perl-CPAN-Perl-Releases-3.72-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. -- You are receiving this mail

[Bug 1606925] perl-CPAN-Perl-Releases-3.70 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1606925 --- Comment #10 from Fedora Update System --- perl-CPAN-Perl-Releases-3.72-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. -- You are receiving this mail

[Bug 1613088] perl-Pod-Markdown-3.101 is available

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

[Bug 1606925] perl-CPAN-Perl-Releases-3.70 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1606925 --- Comment #9 from Fedora Update System --- perl-CPAN-Perl-Releases-3.72-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. -- You are receiving this mail

[Bug 1609256] perl-CPAN-Perl-Releases-3.72 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1609256 --- Comment #5 from Fedora Update System --- perl-CPAN-Perl-Releases-3.72-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. -- You are receiving this mail

[Bug 1613184] Upgrade perl-Devel-Cover to 1.30

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613184 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED Fixed In Version|

[Bug 1613191] Upgrade perl-Getopt-Long-Descriptive to 0.103

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613191 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED Resolution|---

Fedora 29 Change Checkpoint: Completion deadline (testable)

2018-08-07 Thread Ben Cotton
Greetings! In on week, on 2018-08-14, we will reach Fedora 29 Change Checkpoint:Completion deadline (testable) [1]. At this point, all accepted changes [2] should be substantially complete, and testable. Additionally, if a change is to be enabled by default, it must be enabled at Change

[Bug 1611865] perl-Getopt-Long-Descriptive-0.103 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1611865 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED CC|

[Bug 1611865] perl-Getopt-Long-Descriptive-0.103 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1611865 --- Comment #1 from Jitka Plesnikova --- *** Bug 1613191 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. ___ perl-devel

[Bug 1613225] Upgrade perl-Text-Quoted to 2.10

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613225 --- Comment #1 from Fedora Update System --- perl-Text-Quoted-2.10-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-21d122460e -- You are receiving this mail because: You are on the CC

[Bug 1613225] Upgrade perl-Text-Quoted to 2.10

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613225 --- Comment #2 from Fedora Update System --- perl-Text-Quoted-2.10-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-ebeb01c15a -- You are receiving this mail because: You are on the CC

[Bug 1598774] perl-Test-MockObject-1.20180705 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1598774 Jitka Plesnikova changed: What|Removed |Added Status|NEW |CLOSED CC|

[Bug 1604727] ctstream-28 is available

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1604727 --- Comment #10 from Fedora Update System --- ctstream-28-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. -- You are receiving this mail because: You are on

[Bug 1613504] New: Should WWW::Mechanize require 'Test::Builder'?

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613504 Bug ID: 1613504 Summary: Should WWW::Mechanize require 'Test::Builder'? Product: Fedora Version: 27 Component: perl-WWW-Mechanize Assignee: emman...@seyman.fr Reporter:

[Bug 1613504] Should WWW::Mechanize require 'Test::Builder'?

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613504 Ralf Corsepius changed: What|Removed |Added Blocks||1613218 Referenced Bugs:

[Bug 1613218] Upgrade perl-Test-WWW-Mechanize to 1.50

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613218 Ralf Corsepius changed: What|Removed |Added Status|NEW |ASSIGNED Depends On|