From f8c2a8495e230deb6dfe0f58305b6b7218bf0b9f Mon Sep 17 00:00:00 2001 From: kapr200 Date: Tue, 1 Oct 2024 14:28:05 +0200 Subject: [PATCH 1/2] Add guide for making rpm's Fixes #637 --- docs/guide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guide.md b/docs/guide.md index f6696ca90..aeb82020a 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -378,6 +378,13 @@ passing for you, it should work inside packit service as well. #### RPM builds pass on your laptop +:::tip + +If you are new to usage of the RPM you should visit +[this documentation](https://rpm-packaging-guide.github.io/#packaging-software). + +::: + Packit needs an RPM spec file to build your package. The spec file does not need to be included in the upstream repo and can be generated on the fly or downloaded (e.g. from Fedora dist-git). From 429527f45603d3e6ff3597de23f50b9227730557 Mon Sep 17 00:00:00 2001 From: kapr200 <156009066+kapr200@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:22:06 +0200 Subject: [PATCH 2/2] Reword based on review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró --- docs/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide.md b/docs/guide.md index aeb82020a..c4cfb247b 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -380,8 +380,8 @@ passing for you, it should work inside packit service as well. :::tip -If you are new to usage of the RPM you should visit -[this documentation](https://rpm-packaging-guide.github.io/#packaging-software). +If you are new to RPM packaging you should visit +[this guide](https://rpm-packaging-guide.github.io/#packaging-software). :::