mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Update modules/ROOT/pages/_partials/proc_rpm_creating_an_rpm.adoc
Modified technical details on where files are created.
This commit is contained in:
parent
de1dc130b7
commit
01973960d4
1 changed files with 3 additions and 3 deletions
|
@ -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 <architecture>/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
|
||||
|
||||
|
|
Loading…
Reference in a new issue