Re: Removing unsupported AUTH_DES interfaces in libtirpc.

2020-10-19 Thread Florian Weimer
* Steve Dickson: > About a year ago I stub out the interfaces > and had them return an error if called. > No one has complained... > > This time I would like to remove interfaces > so there will be no support whatsoever to > pass some upcoming audits... Are you sure this is necessary? If ther

Re: Removing unsupported AUTH_DES interfaces in libtirpc.

2020-10-19 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Oct 19, 2020 at 01:21:35PM -0400, Steve Dickson wrote: > Hello, > > About a year ago I stub out the interfaces > and had them return an error if called. > No one has complained... > > This time I would like to remove interfaces > so there will be no support whatsoever to > pass some up

Fedora-33-20201019.0 compose check report

2020-10-19 Thread Fedora compose checker
No missing expected images. Failed openQA tests: 2/181 (x86_64) ID: 701335 Test: x86_64 Workstation-live-iso apps_startstop URL: https://openqa.fedoraproject.org/tests/701335 ID: 701345 Test: x86_64 Workstation-live-iso desktop_browser URL: https://openqa.fedoraproject.org/tests/701345

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Sam Varshavchik
Arnoldas Skinderis writes: I'am also have Thikpads and MSI running BIOS and some of those machines  still are the beast in some terms. Dropping BIOS would pretty much force me to use something else. I don't want to lose Fedora. Ditto. My Thinkpad W520 is the best damn Fedora laptop. Ever

[Test-Announce] Fedora 33 Candidate RC-1.2 Available Now!

2020-10-19 Thread rawhide
According to the schedule [1], Fedora 33 Candidate RC-1.2 is now available for testing. Please help us complete all the validation testing! For more information on release validation testing, see: https://fedoraproject.org/wiki/QA:Release_validation_test_plan Test coverage information for the curr

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread PGNet Dev
On 10/19/20 11:33 AM, Hans de Goede wrote: I guess those machines are more or less the cut-off point and slower machines are not worth keeping around. But that means that there still are a ton of BIOS machines worth keeping around. Note that even most sandy bridge machines do not support UEFI an

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Hans de Goede
Hi, On 10/19/20 6:47 PM, Stephen John Smoogen wrote: > The issue is that while 'moore's' law was no longer doubling every 18months > it was still working and tasks had to be rewritten to work with more > cores/threads/etc. As that happened the software's need for more CPU power > has increased

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Peter Robinson
> >> This proposal was soundly rejected, so don't worry about it. > > > > That's great news. Thank you! > I am not thrilled that this has been rejected since efi support is not > so good on Fedora. How do you mean, it's supported quite well IMO with support for things like secure boot and UEFI cap

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Gary Buhrmaster
On Mon, Oct 19, 2020 at 5:46 PM Damian Ivanov wrote: > > >> This proposal was soundly rejected, so don't worry about it. > > > > That's great news. Thank you! > I am not thrilled that this has been rejected since efi support is not > so good on Fedora. > Devices that are BIOS can IIRC still use ef

[Bug 1882958] perl-MIME-Base64-3.16 is available

2020-10-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1882958 --- Comment #8 from Fedora Update System --- FEDORA-MODULAR-2020-6e1fd68a2e has been pushed to the Fedora 32 Modular testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-202

[Bug 1870878] perl-Module-CoreList-5.20200820 is available

2020-10-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1870878 --- Comment #17 from Fedora Update System --- FEDORA-MODULAR-2020-6e1fd68a2e has been pushed to the Fedora 32 Modular testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-20

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Damian Ivanov
>> This proposal was soundly rejected, so don't worry about it. > > That's great news. Thank you! I am not thrilled that this has been rejected since efi support is not so good on Fedora. Devices that are BIOS can IIRC still use efi using a boot tool installed to the MBR which emulates EFI and than

[Bug 1870861] perl-version-0.9927 is available

2020-10-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1870861 --- Comment #4 from Fedora Update System --- FEDORA-MODULAR-2020-6e1fd68a2e has been pushed to the Fedora 32 Modular testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-202

[Bug 1880857] perl-Module-CoreList-5.20200920 is available

2020-10-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1880857 --- Comment #16 from Fedora Update System --- FEDORA-MODULAR-2020-6e1fd68a2e has been pushed to the Fedora 32 Modular testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-20

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Arnoldas Skinderis
On Mon, Oct 19, 2020 at 8:27 PM Michael Catanzaro wrote: > On Mon, Oct 19, 2020 at 8:16 pm, Arnoldas Skinderis > wrote: > > I'am also have Thikpads and MSI running BIOS and some of those > > machines still are the beast in some terms. Dropping BIOS would > > pretty much force me to use somethin

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Michael Catanzaro
On Mon, Oct 19, 2020 at 8:16 pm, Arnoldas Skinderis wrote: I'am also have Thikpads and MSI running BIOS and some of those machines still are the beast in some terms. Dropping BIOS would pretty much force me to use something else. I don't want to lose Fedora. This proposal was soundly reject

Removing unsupported AUTH_DES interfaces in libtirpc.

2020-10-19 Thread Steve Dickson
Hello, About a year ago I stub out the interfaces and had them return an error if called. No one has complained... This time I would like to remove interfaces so there will be no support whatsoever to pass some upcoming audits... This means I will need to change the SONAME for libtirpc whic

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Arnoldas Skinderis
On Mon, Oct 19, 2020 at 7:48 PM Stephen John Smoogen wrote: > > > On Mon, 19 Oct 2020 at 02:15, Subsentient > wrote: > >> I figure I'll add my two cents for as little as that's worth. >> >> Personally, I use extlinux with a custom, barebones configuration. On my >> EFI systems, I use syslinux EF

Re: The future of legacy BIOS support in Fedora.

2020-10-19 Thread Stephen John Smoogen
On Mon, 19 Oct 2020 at 02:15, Subsentient wrote: > I figure I'll add my two cents for as little as that's worth. > > Personally, I use extlinux with a custom, barebones configuration. On my > EFI systems, I use syslinux EFI. I like the simplicity of syntax for > syslinux's configuration and how s

Re: F33 beta: where are my Rust packages?

2020-10-19 Thread Artur Frenszek-Iwicki
Big thanks, these were very helpful. If anyone's interested, here are the bodhi updates for the packages: - copydeps: https://bodhi.fedoraproject.org/updates/FEDORA-2020-6b5ea5655a - desed: https://bodhi.fedoraproject.org/updates/FEDORA-2020-bbc06105dd A.FI. __

Fedora-IoT-33-20201019.0 compose check report

2020-10-19 Thread Fedora compose checker
No missing expected images. Soft failed openQA tests: 1/16 (x86_64) (Tests completed, but using a workaround for a known bug) Old soft failures (same test soft failed in Fedora-IoT-33-20201016.0): ID: 700991 Test: x86_64 IoT-dvd_ostree-iso iot_clevis URL: https://openqa.fedoraproject.org/te

Fedora-33-20201019.n.0 compose check report

2020-10-19 Thread Fedora compose checker
No missing expected images. Soft failed openQA tests: 10/181 (x86_64) (Tests completed, but using a workaround for a known bug) Old soft failures (same test soft failed in Fedora-33-20201018.n.0): ID: 700715 Test: x86_64 Server-dvd-iso install_vncconnect_client URL: https://openqa.fedorapro

Fedora-Rawhide-20201019.n.0 compose check report

2020-10-19 Thread Fedora compose checker
No missing expected images. Compose FAILS proposed Rawhide gating check! 24 of 43 required tests failed, 17 results missing openQA tests matching unsatisfied gating requirements shown with **GATING** below Failed openQA tests: 95/181 (x86_64) Old failures (same test failed in Fedora-Rawhide-202

[Test-Announce] Fedora-IoT 33 RC 20201019.0 nightly compose nominated for testing

2020-10-19 Thread rawhide
Announcing the creation of a new nightly release validation test event for Fedora-IoT 33 RC 20201019.0. Please help run some tests for this nightly compose if you have time. For more information on nightly release validation testing, see: https://fedoraproject.org/wiki/QA:Release_validation_test_pl

Re: Package downgrades from fedora 32 -> fedora 33 (updated + annotated list inside)

2020-10-19 Thread Eugene Syromiatnikov
On Sat, Oct 03, 2020 at 12:53:28AM +0200, Fabio Valentini wrote: > - strace is newer in 32 than in 33: > 0:5.8-1.fc32 > 0:5.7.0.6.7ab6-1.fc33 FWIW, the 5.9-1 version is available (but not in stable). ___ devel mailing list -- devel@lists.fedoraproject.

Fedora 33 compose report: 20201019.n.0 changes

2020-10-19 Thread Fedora Rawhide Report
OLD: Fedora-33-20201018.n.0 NEW: Fedora-33-20201019.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 0 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:0 B Size of upgraded

Fedora rawhide compose report: 20201019.n.0 changes

2020-10-19 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20201018.n.0 NEW: Fedora-Rawhide-20201019.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:0 Upgraded packages: 41 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:0 B Size

perl-HTML-CalendarMonthSimple license change : Public Domain -> BSD

2020-10-19 Thread Xavier Bachelot
Hi, perl-HTML-CalendarMonthSimple was previously tagged as Public Domain, but upstream added a LICENSE file to 1.26 release, so I changed the License tag to BSD accordingly. Regards, Xavier ___ devel mailing list -- devel@lists.fedoraproject.org To

Fedora-Cloud-31-20201019.0 compose check report

2020-10-19 Thread Fedora compose checker
No missing expected images. Passed openQA tests: 7/7 (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 devel-le...@lists.fedorap

Orphaned packages (including pdc-client) looking for new maintainers

2020-10-19 Thread Miro Hrončok
The following packages are orphaned and will be retired when they are orphaned for six weeks, unless someone adopts them. If you know for sure that the package should be retired, please do so now with a proper reason: https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life Note: If

Fedora-Cloud-32-20201019.0 compose check report

2020-10-19 Thread Fedora compose checker
No missing expected images. Soft failed openQA tests: 1/7 (x86_64) (Tests completed, but using a workaround for a known bug) ID: 700314 Test: x86_64 Cloud_Base-qcow2-qcow2 cloud_autocloud URL: https://openqa.fedoraproject.org/tests/700314 Passed openQA tests: 6/7 (x86_64) -- Mail generated

Next Open NeuroFedora Meeting: 1300 UTC on Monday, 19th October (today)

2020-10-19 Thread Ankur Sinha
Hello everyone, Please join us at the next Open NeuroFedora team meeting today at 1300UTC in #fedora-neuro on IRC (Freenode). The meeting is a public meeting, and open for everyone to attend. https://webchat.freenode.net/?channels=#fedora-neuro The channel is bridged to Telegram, so you can also