Support for signing uploaded RPM #11634

Closed
opened 2025-11-02 09:43:06 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @ExplodingDragon on GitHub (Sep 12, 2023).

Feature Description

if RPM Metadata does not contain a GPG signature, it will not be possible to install using yum/dnf.

curl --user user:pass --upload-file golang-static-1.20.6-1.el9.x86_64.rpm  https://git.example.com/api/packages/packages/rpm/upload
dnf config-manager --add-repo https://git.example.com/api/packages/packages/rpm.repo
dnf makecache
dnf install golang-static -y

图片

Screenshots

No response

Originally created by @ExplodingDragon on GitHub (Sep 12, 2023). ### Feature Description if RPM Metadata does not contain a GPG signature, it will not be possible to install using `yum`/`dnf.` ```bash curl --user user:pass --upload-file golang-static-1.20.6-1.el9.x86_64.rpm https://git.example.com/api/packages/packages/rpm/upload dnf config-manager --add-repo https://git.example.com/api/packages/packages/rpm.repo dnf makecache dnf install golang-static -y ``` ![图片](https://github.com/go-gitea/gitea/assets/33776693/77e8a2c5-eb24-4cb8-8271-8b2e6bcfff3e) ### Screenshots _No response_
GiteaMirror added the topic/packagestype/proposal labels 2025-11-02 09:43:06 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11634