From 01973960d47e7eac60a7d1047b9a1e958fd32cd0 Mon Sep 17 00:00:00 2001 From: Jan Kuparinen Date: Wed, 24 Nov 2021 20:08:44 +0000 Subject: [PATCH] Update modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc Modified technical details on where files are created. --- modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc b/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc index 3438238..6ca12d6 100644 --- a/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc +++ b/modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc @@ -83,7 +83,7 @@ NOTE: In general, the `%files` section is about files you have installed into th $ fedpkg --release f{MAJOROSVER} local ---- -This updates the two RPMs. +This creates two RPMs; howdy-1-1.f{MAJOROSVER}src.rpm in same directory and /howdy-1-1.f{MAJOROSVER}.rpm .Adding no architecture dependencies @@ -96,7 +96,7 @@ In this example, the package is a shell script, and there is no requirement for BuildArch: noarch ---- + -. Delete the existing `.rpm` files in this directory and run another local build: +. Delete the existing `.rpm` files in this and sub directories and run another local build: + [source,shell,subs="attributes"] ---- @@ -108,7 +108,7 @@ $ fedpkg --release f{MAJOROSVER} local After you complete the procedure, ensure that you have the following two files: . One source file that contains the latest source. -. One binary file with the `.noarch.rpm`. +. One binary file with the `.noarch.rpm`. inside `noarch` directory .What to do next