Re: providing gpg verification for a package without signature

2023-02-26 Thread Ben Beasley
“Where the upstream project publishes OpenPGP signatures of their releases, Fedora packages SHOULD verify that signature as part of the RPM build process.” Most upstreams don’t sign their releases this way, so most Fedora packages don’t need to worry about it. If upstream did provide

Re: Feedback wanted for a proposed improvement to RPM's ELF dependency generator

2023-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 21, 2023 at 08:40:07AM +, Richard W.M. Jones wrote: > On Mon, Feb 20, 2023 at 10:56:30AM -0800, Gordon Messmer wrote: > > On 2023-02-20 10:01, Richard W.M. Jones wrote: > > >Does it have to be something which looks so much like it might be a > > >version number? For example it

providing gpg verification for a package without signature

2023-02-26 Thread Globe Trotter via devel
Hello, I have been trying to package slim again. The package does not come with a signature or a gpg key. From https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification I don't see an option of what to do if there is no signature provided. Any suggestions or

Re: providing gpg verification for a package without signature

2023-02-26 Thread Globe Trotter via devel
Thanks, so it appears that no GPG verification is needed in this case, then. I thought it was needed for everything. Thanks again for the clarification! On Sunday, February 26, 2023 at 10:29:30 AM CST, Ben Beasley wrote: “Where the upstream project publishes OpenPGP signatures of their

Planned sobump for libddcutil from libddcutil.so.3 to libddcutil.so.4

2023-02-26 Thread yanqiyu
Hi all, I am planning to update ddcutil to latest version this week. The update will contain a sobump from libddcutil.so.3 to libddcutil.so.4. I checked that nothing is linked to libddcutil.so.3 but just in case anyone have any need please bring this up to me :) Cheers, Qiyu Yan

Fedora 38 compose report: 20230226.n.0 changes

2023-02-26 Thread Fedora Rawhide Report
OLD: Fedora-38-20230225.n.0 NEW: Fedora-38-20230226.n.0 = SUMMARY = Added images:1 Dropped images: 3 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

Re: providing gpg verification for a package without signature

2023-02-26 Thread Globe Trotter via devel
Sorry, forgot to add: I will ask the slim-fork maintainer if he will sign the release tarballs. On Sunday, February 26, 2023 at 10:51:14 AM CST, Globe Trotter via devel wrote: Todd, I only became aware of this fork yesterday, and have packaged it and put it on bugzilla:

Fedora rawhide compose report: 20230226.n.0 changes

2023-02-26 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20230225.n.0 NEW: Fedora-Rawhide-20230226.n.0 = SUMMARY = Added images:0 Dropped images: 3 Added packages: 20 Dropped packages:0 Upgraded packages: 90 Downgraded packages: 0 Size of added packages: 2.29 MiB Size of dropped packages:0 B

Re: Some boost breakage in Fedora Rawhide

2023-02-26 Thread Jonathan Wakely
On Thu, 23 Feb 2023 at 18:23, Vít Ondruch wrote: > > > Dne 23. 02. 23 v 12:41 Zbigniew Jędrzejewski-Szmek napsal(a): > > On Thu, Feb 23, 2023 at 12:28:48PM +0100, Kalev Lember wrote: > >> On Thu, Feb 23, 2023 at 12:17 PM Zbigniew Jędrzejewski-Szmek < > >> zbys...@in.waw.pl> wrote: > >> I think

Re: providing gpg verification for a package without signature

2023-02-26 Thread Todd Zullinger
Hi, Globe Trotter via devel wrote: > I have been trying to package slim again. The package does not come with a > signature or a gpg key. > > From > https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification > I don't see an option of what to do if there is no

Re: providing gpg verification for a package without signature

2023-02-26 Thread Globe Trotter via devel
Todd, I only became aware of this fork yesterday, and have packaged it and put it on bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2173236 Hopefully, someone who can will review and approve it. Someone did review it, but is not eligible to approve. Thanks! On Sunday, February 26,

Re: livcd-creator gives incorrect checksum for recently rebuilt local repo packages

2023-02-26 Thread Todd Zullinger
Alexander Ploumistos wrote: > On Mon, Feb 27, 2023 at 4:15 AM Globe Trotter via devel > wrote: >> I wonder if anyone has any suggestions on how to get >> around this problem. I create my local repo using >> >> createrepo . >> >> inside my RPMS/x86_64 directory. > > Is there a specific reason you

Re: livcd-creator gives incorrect checksum for recently rebuilt local repo packages

2023-02-26 Thread Globe Trotter via devel
Hi, I wonder if anyone has any suggestions on how to get around this problem. I create my local repo using createrepo . inside my RPMS/x86_64 directory. I have done this in the past too. So, am at a loss as to what is causing this problem. TIA. On Friday, February 24, 2023 at

Re: c++ packaging of contour terminal and libunicode

2023-02-26 Thread Felix Wang
The detailed information: https://gist.github.com/topazus/b4bfd63b8cbce70acd4dac02a087d785 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: questions about requesting new package into official Fedora repository?

2023-02-26 Thread Felix Wang
Much thanks for your detailed explanation. Very helpful. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: c++ packaging of contour terminal and libunicode

2023-02-26 Thread Felix Wang
updated contour .spec file: https://gist.githubusercontent.com/topazus/f81005cb85762ce2cf6e138f0b1cede1/raw/9745fd9c7b01d9c7d7a9619b93b22a8219ce7ad4/contour.spec ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: c++ packaging of contour terminal and libunicode

2023-02-26 Thread Felix Wang
I tried to add -DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON to %cmake, it still does not compile and occurred the same error in the same position. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: livcd-creator gives incorrect checksum for recently rebuilt local repo packages

2023-02-26 Thread Alexander Ploumistos
On Mon, Feb 27, 2023 at 4:15 AM Globe Trotter via devel wrote: > I wonder if anyone has any suggestions on how to get around this problem. I > create my local repo using > > createrepo . > > inside my RPMS/x86_64 directory. Is there a specific reason you are not using createrepo_c? Does that

Re: livcd-creator gives incorrect checksum for recently rebuilt local repo packages

2023-02-26 Thread Globe Trotter via devel
OK, I tried createrepo_c . but I get the same error. Here is what I tried: createrepo_c  --update  . And now, nothing from the local repo come in. Suggestions? On Sunday, February 26, 2023 at 09:27:13 PM CST, Alexander Ploumistos wrote: On Mon, Feb 27, 2023 at 4:15 AM Globe

Re: livcd-creator gives incorrect checksum for recently rebuilt local repo packages

2023-02-26 Thread Alexander Ploumistos
Todd is right, we ditched createrepo back in F30 an what's left is a symlink to createrepo_c. On Mon, Feb 27, 2023 at 4:52 AM Globe Trotter via devel wrote: > > OK, I tried createrepo_c . but I get the same error. > > Here is what I tried: > > > createrepo_c --update . > > And now, nothing

Re: c++ packaging of contour terminal and libunicode

2023-02-26 Thread Kevin Kofler via devel
Felix Wang wrote: > /usr/bin/ld: /tmp/ccW09Umc.ltrans0.ltrans.o: relocation R_X86_64_PC32 > against symbol `_ZTIZN8logstore4SinkC4EbRSoEUlSt17basic_string_viewIcSt11char_traitsIcEEE_' > can not be used when making a shared object; recompile with -fPIC Pass

c++ packaging of contour terminal and libunicode

2023-02-26 Thread Felix Wang
spec file URL of libunicode: https://gist.githubusercontent.com/topazus/e30b83d669600756894a77b5258c9405/raw/5f402302ae0527732ad112059906c2a239239c34/libunicode.spec spec file URL of contour:

Re: c++ packaging of contour terminal and libunicode

2023-02-26 Thread Felix Wang
libunicode repo URL: https://github.com/contour-terminal/libunicode contour terminal repo URL: https://github.com/contour-terminal/contour ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: livcd-creator gives incorrect checksum for recently rebuilt local repo packages

2023-02-26 Thread Globe Trotter via devel
Btw, this is how I define my repo in the kickstart file: repo --name=MyBaseRepo --baseurl=file:///home/itsme/rpmbuild/RPMS/$basearch I have never had this issue before, even as recently as a week ago. Thanks! On Sunday, February 26, 2023 at 09:52:07 PM CST, Globe Trotter via devel

Re: Some boost breakage in Fedora Rawhide

2023-02-26 Thread Thomas Rodgers
Which has a successful build in rawhide now. On Sun, Feb 26, 2023 at 8:08 AM Jonathan Wakely wrote: > On Thu, 23 Feb 2023 at 18:23, Vít Ondruch wrote: > > > > > > Dne 23. 02. 23 v 12:41 Zbigniew Jędrzejewski-Szmek napsal(a): > > >

Re: Orphaned packages looking for new maintainers

2023-02-26 Thread Raphael Groner
> lxsession-edit, lxpolkit is now built from lxsession.src.rpm, so no need for > these > anymore. > parcellite is not in LXDE spin, LXDE spin uses clipit, so I did not take this. Okay. Well, we should retire properly lxsession-edit and lxpolkit then. I've taken both. As well, parcellite is

Re: how to specify distribution (f37, say, not fc37) in a spec file

2023-02-26 Thread Alexander Ploumistos
On Mon, Feb 27, 2023 at 2:39 AM Globe Trotter via devel wrote: > I am writing a spec file for SliM, the Simple Login Manager for Fedora 37. I > was thiniking of changing the default login image to the Fedora one. It > appears that that is stored in the RPM: f37-backgrounds-base and the file is

review swap: ancient - Modern decompressor for old data compression formats

2023-02-26 Thread Chuck Anderson
ocp (Open Cubic Player for MOD/S3M/XM/IT/MIDI music files) has grown a new dependency on libancient. I submitted a new package review request: https://bugzilla.redhat.com/show_bug.cgi?id=2165381 Review Request: ancient - Modern decompressor for old data compression formats This is a collection

how to specify distribution (f37, say, not fc37) in a spec file

2023-02-26 Thread Globe Trotter via devel
Hi, I am writing a spec file for SliM, the Simple Login Manager for Fedora 37. I was thiniking of changing the default login image to the Fedora one. It appears that that is stored in the RPM: f37-backgrounds-base and the file is /usr/share/backgrounds/f37/default/f37-01-day.png  So, my

Re: providing gpg verification for a package without signature

2023-02-26 Thread Globe Trotter via devel
Sorry, I had a question on the xserver_arguments in the slim.conf file. The old (1.3.6) file had xserver_arguments commented out, but the new (1.4.0) file replaces it with xserver_arguments   -nolisten tcp -deferglyphs 16 The default zserver is still the same: default_xserver /usr/bin/X

Re: Bodhi_enabled ? Re: F38 Change complete (100% complete) deadline today

2023-02-26 Thread Kevin Fenzi
On Sat, Feb 25, 2023 at 07:53:57PM +0100, Fabio Valentini wrote: > On Sat, Feb 25, 2023 at 7:41 PM Kevin Fenzi wrote: > > > > On Fri, Feb 24, 2023 at 06:00:08AM +, Sérgio Basto wrote: > > > On Tue, 2023-02-21 at 16:40 -0500, Ben Cotton wrote: > > > > As of today, F38 Changes should be 100%

Re: providing gpg verification for a package without signature

2023-02-26 Thread Globe Trotter via devel
To answer my own question, by the trial-and-error method, it seems that the current default needs to be taken out from the conf file. On Sunday, February 26, 2023 at 02:48:52 PM CST, Globe Trotter via devel wrote: Sorry, I had a question on the xserver_arguments in the slim.conf file.

Re: how to specify distribution (f37, say, not fc37) in a spec file

2023-02-26 Thread Globe Trotter via devel
Excellent, thank you. no, I am not planning to maintain EPEL branches. On Sunday, February 26, 2023 at 07:53:08 PM CST, Alexander Ploumistos wrote: On Mon, Feb 27, 2023 at 2:39 AM Globe Trotter via devel wrote: > I am writing a spec file for SliM, the Simple Login Manager for Fedora

Re: Orphaned packages looking for new maintainers

2023-02-26 Thread Raphael Groner
.. in case of parcellite, there's clearly active upstream working towards new release 1.2.2 - so I fail to see any reason to think about orphan :) ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

[Bug 2173329] perl-Digest-SHA-6.04 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2173329 Paul Howarth changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug 2173329] perl-Digest-SHA-6.04 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2173329 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED --- Comment #1 from

[Bug 2173329] perl-Digest-SHA-6.04 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2173329 --- Comment #2 from Fedora Update System --- FEDORA-2023-6874cf1fbe has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-6874cf1fbe -- You are receiving this mail because: You are on the CC list

[EPEL-devel] Re: Upcoming removal of rust2rpm + major Rust packaging toolchain update for EPEL 9

2023-02-26 Thread Maxwell G
Thanks for announcing this :). On Sun Feb 26, 2023 at 16:31 +0100, Fabio Valentini wrote: > The spec generator (rust2rpm) has also been split off from > rust-packaging into a separate package, which will *not* be available > on EPEL 9. rust2rpm requires Python >= 3.10, but it also has a few >

[EPEL-devel] Upcoming removal of rust2rpm + major Rust packaging toolchain update for EPEL 9

2023-02-26 Thread Fabio Valentini
Hello EPEL packagers, The latest version of the Rust packaging toolchain will soon be available for EPEL 9 (i.e. rust2rpm v24, rust-packaging v24, and cargo2rpm v0.1). This is a major upgrade from rust2rpm v21 which is currently in EPEL 9, but also comes with the drawback that it now requires

[Bug 2173329] perl-Digest-SHA-6.04 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2173329 Fedora Update System changed: What|Removed |Added Fixed In Version||perl-Digest-SHA-6.04-1.fc39

[Bug 2169950] perl-Date-Holidays-DE-2.06 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2169950 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Date-Holidays-DE-2.06- |perl-Date-Holidays-DE-2.06-

[Bug 2169950] perl-Date-Holidays-DE-2.06 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2169950 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Date-Holidays-DE-2.06- |perl-Date-Holidays-DE-2.06-

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

2023-02-26 Thread updates
The following Fedora EPEL 8 Security updates need testing: Age URL 6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-5cb6798308 clamav-0.103.8-3.el8 1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-934b856e97 python-django3-3.2.18-1.el8 1

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

2023-02-26 Thread updates
The following Fedora EPEL 7 Security updates need testing: Age URL 4 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-acd256a168 gssntlmssp-1.2.0-1.el7 1 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-29b054d297 chromium-110.0.5481.177-1.el7 1

[Bug 2173510] New: perl-SDL-2.548-16.fc38 FTBFS: tests hang

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2173510 Bug ID: 2173510 Summary: perl-SDL-2.548-16.fc38 FTBFS: tests hang Product: Fedora Version: rawhide URL: https://koji.fedoraproject.org/koji/buildinfo?buildID=

[Bug 2173510] perl-SDL-2.548-16.fc38 FTBFS: tests hang

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2173510 --- Comment #1 from Petr Pisar --- It busy-waits on this line: SDL_FreeYUVOverlay (overlay12=0x55ac9480db70) at /usr/src/debug/sdl12-compat-1.2.60-2.fc38.x86_64/src/SDL12_compat.c:7535 7535if (overlay->overlay12 == overlay12)

[Bug 2169950] perl-Date-Holidays-DE-2.06 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2169950 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Date-Holidays-DE-2.06- |perl-Date-Holidays-DE-2.06-

[Bug 2173461] New: perl-Test-Directory-0.052 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2173461 Bug ID: 2173461 Summary: perl-Test-Directory-0.052 is available Product: Fedora Version: rawhide Status: NEW Component: perl-Test-Directory Keywords: FutureFeature,

[Bug 2169950] perl-Date-Holidays-DE-2.06 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2169950 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|

[Bug 2173329] perl-Digest-SHA-6.04 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2173329 --- Comment #4 from Fedora Update System --- FEDORA-2023-6874cf1fbe has been pushed to the Fedora 38 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-6874cf1fbe See also

[Bug 2169950] perl-Date-Holidays-DE-2.06 is available

2023-02-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2169950 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Date-Holidays-DE-2.06- |perl-Date-Holidays-DE-2.06-