Hide Forgot
Spec URL: https://download.copr.fedorainfracloud.org/results/remilauzier/rust-image-roll/fedora-rawhide-x86_64/02252337-rust-image-roll/rust-image-roll.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/remilauzier/rust-image-roll/fedora-rawhide-x86_64/02252337-rust-image-roll/rust-image-roll-1.1.0-1.fc35.src.rpm Description: Image Roll is a simple and fast GTK image viewer with basic image manipulation tools Fedora Account System Username: remilauzier
- Bump to 1.1.1 - License ok - Builds in mock - No rpmlint errors - Conforms to Packaging Guidelines Package approved.
Done https://download.copr.fedorainfracloud.org/results/remilauzier/rust-image-roll/fedora-rawhide-x86_64/02263303-rust-image-roll/rust-image-roll.spec https://download.copr.fedorainfracloud.org/results/remilauzier/rust-image-roll/fedora-rawhide-x86_64/02263303-rust-image-roll/rust-image-roll-1.1.1-1.fc35.src.rpm
(fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-image-roll
FEDORA-2021-b8a1a438ef has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-b8a1a438ef
FEDORA-2021-b8a1a438ef has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2021-b8a1a438ef \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-b8a1a438ef See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
This package contains a binary, so the license tag of the subpackage that contains the binary is missing. It should be the effective license of image-roll plus all statically linked dependencies. Looks like this was missed during the review process ... If you need help with determining the correct License tag, please ping me on IRC / Matrix.
Not sure what to do here since there is only a binary and no subpackage. I could always put the license of the library it need if that is what you are talking about.
I thought you created this package? ;) There *is* one binary subpackage produced by the name of %{crate}: https://src.fedoraproject.org/rpms/rust-image-roll/blob/rawhide/f/rust-image-roll.spec#_30 You can look at what I did here for a similar case: https://src.fedoraproject.org/rpms/rust-fedora-update-feedback/blob/rawhide/f/rust-fedora-update-feedback.spec#_26 To determine the list of Rust dependencies that are present during the build, you can do mock -r fedora-rawhide-x86_64 --enablerepo local --without check path-to.src.rpm mock -r fedora-rawhide-x86_64 shell for i in $(rpm -qa | grep "rust-.*-devel"); do rpm -q $i --qf "%{LICENSE}\n"; done | sort | uniq Which prints a list of licenses like the ones I put into fedora-update-feedback (and all other Rust binary packages I touch).
Note that the "--without check" above is important, because otherwise test-only dependencies, which are not actually linked into the final binary, are included too.
FEDORA-2021-be394de0ec has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-be394de0ec` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-be394de0ec See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-be394de0ec has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.