Bug 2114685
| Summary: | Review Request: git-credential-manager - Secure git credential helper with multi-factor authentication support | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | M Hickford <matt.hickford> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cn137, package-review |
| Target Milestone: | --- | ||
| 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: | 2024-04-01 00:45:26 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: | |||
| Bug Blocks: | 201449 | ||
|
Description
M Hickford
2022-08-03 06:15:26 UTC
An issue -- the rpm requires internet access to build, at least for the `dotnet restore` step. Advice welcome how to fix.
> Packages in the Fedora buildsystem are built in a mock chroot with no access to the internet.
UNOFFICIAL REVIEW / RECOMMENDATION ---------------------------- Please see https://blog.bigfont.ca/dotnet-restore-without-an-internet-connection/ for information on building without a network connection Spec File Additions: (VERSION = needs to be replaced with number) # Macro defs for dotnet builds %global __dotnet_publish_dest %{_builddir}/__publish %define __dotnet_build() \ /usr/bin/dotnet restore --source %{1} \ /usr/bin/dotnet publish --no-restore -o %{__dotnet_publish_dest} BuildRequires: dotnet-sdk-VERSION BuildRequires: systemd Requires: dotnet-runtime-VERSION Requires: aspnetcore-runtime-VERSION %build #dotnet restore --source .nuget/packages #dotnet publish --no-restore %__dotnet_build .nuget/packages Hi, I packaged Jellyfin and have an "offline" script I run to pull down, tarball up, and include as part of the source package. You can follow that as a model to use in your package. https://pkgs.rpmfusion.org/cgit/free/jellyfin.git/tree This is an automatic check from review-stats script. This review request ticket hasn't been updated for some time. We're sorry it is taking so long. If you're still interested in packaging this software into Fedora repositories, please respond to this comment clearing the NEEDINFO flag. You may want to update the specfile and the src.rpm to the latest version available and to propose a review swap on Fedora devel mailing list to increase chances to have your package reviewed. If this is your first package and you need a sponsor, you may want to post some informal reviews. Read more at https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group. Without any reply, this request will shortly be considered abandoned and will be closed. Thank you for your patience. This is an automatic action taken by review-stats script. The ticket submitter failed to clear the NEEDINFO flag in a month. As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews we consider this ticket as DEADREVIEW and proceed to close it. |