Bug 1944408
Summary: | Review Request: rust-libsystemd-sys - FFI bindings to libsystemd and libelogind | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rémi Lauzier <remilauzier> |
Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | eclipseo, package-review, remilauzier |
Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-14 17:49:05 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1944392 | ||
Bug Blocks: | 1941896, 1944422 |
Description
Rémi Lauzier
2021-03-29 21:26:12 UTC
Using https://copr-be.cloud.fedoraproject.org/results/remilauzier/rudo/fedora-34-x86_64/02113875-rust-libsystemd-sys/rust-libsystemd-sys.spec - You need to Requires: systemd-devel so it is included in the build process for other packages: %package devel Summary: %{summary} BuildArch: noarch Requires: systemd-devel %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. Thus you won't need to add: echo "systemd-devel" in dependent packages. - This needs to be fixed: # Upstream license specification: LGPL-2.1-or-later WITH GCC-exception-2.0 License: LGPLv2+ WITH [identifier] with exceptions # FIXME: Upstream uses unknown SPDX tag WITH! - Don't mix tabs and spaces, remove the tabs added here: Source1: https://raw.githubusercontent.com/jmesmon/rust-systemd/master/README.md Source2: https://raw.githubusercontent.com/jmesmon/rust-systemd/master/COPYING - Macros prefixed by two underscores are for RPM private use only, use the actual binary instead: cp %{SOURCE1} README.md cp %{SOURCE2} COPYING → # Upstream license specification: LGPL-2.1-or-later WITH GCC-exception-2.0 # https://github.com/jmesmon/rust-systemd/issues/185 License: LGPLv2+ with exceptions Package is approved. You still need to find a sponsor (please refer to the mail I sent you or https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group) Sponsored. (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-libsystemd-sys FEDORA-2021-5bac42dc9d has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-5bac42dc9d FEDORA-2021-5bac42dc9d 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-5bac42dc9d \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-5bac42dc9d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-5bac42dc9d has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |