Skip to content

Commit

Permalink
[unix_distributions][fedora] Build rpm-ostree RPMs
Browse files Browse the repository at this point in the history
from source code. Showcase how to install it on both Fedora
Workstation and Fedora Atomic Desktop.
  • Loading branch information
LukeShortCloud committed Jun 7, 2024
1 parent f5c8b64 commit 372b0e4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/unix_distributions/fedora.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,33 @@ A custom remote server can be added by either using the CLI or manually adding a
url=<REMOTE_REPO_URL>
gpg-verify=false
rpm-ostree Developer
~~~~~~~~~~~~~~~~~~~~
Build the latest ``rpm-ostree`` RPMs for testing purposes.
.. code-block:: sh
$ git clone https://github.com/coreos/rpm-ostree.git
$ cd ./rpm-ostree/packaging/
$ sudo dnf install dnf-plugins-core rpm-build
$ sudo dnf builddep rpm-ostree.spec
$ make -f Makefile.dist-packaging rpm
Install the ``rpm-ostree`` and ``rpm-ostree-libs`` RPMs.
- Fedora Workstation:
.. code-block:: sh
$ sudo dnf install ./x86_64/rpm-ostree-<VERSION>.rpm ./x86_64/rpm-ostree-libs-<VERSION>.rpm
- Fedora Atomic Desktop:
.. code-block:: sh
$ sudo rpm-ostree override replace ./x86_64/rpm-ostree-<VERSION>.rpm ./x86_64/rpm-ostree-libs-<VERSION>.rpm
History
-------
Expand Down

0 comments on commit 372b0e4

Please sign in to comment.