forked from nss-dev/nss
-
Notifications
You must be signed in to change notification settings - Fork 0
Fedora Packaging Guide
Endi S. Dewata edited this page Feb 7, 2023
·
4 revisions
$ rpm -qa nss nss-3.75.0-1.fc35.x86_64
$ git clone https://github.com/dogtagpki/nss.git $ cd nss $ git checkout NSS_3_75_BRANCH
$ git commit -a -m "..."
$ git format-patch -1
$ fedpkg clone nss $ cd nss $ git checkout f35
Move the patch into the dist-git folder.
Increment the Release:
in nss.spec
, for example:
Release: %{nss_release}.1%{?dist}
Add the patch file into nss.spec
:
Patch<n>: <patch file>
$ git commit -a -m "..."
$ fedpkg local --without tests
$ fedpkg copr-build <repo>