Reset localversion in the dist-git docs.
parent
b67fa6b35e
commit
de19af89e8
@ -120,6 +120,10 @@ From the release branch/tag, run:
|
||||
#
|
||||
# By default, this creates a directory in /tmp, but the location can be set with RHDISTGIT_TMP.
|
||||
# If you already have a local clone of the Fedora dist-git repository, it can be used with RHDISTGIT_CACHE=<path-to-repo>.
|
||||
#
|
||||
# localversion sets the buildid, releases should have an empty build id
|
||||
rm localversion
|
||||
touch localversion
|
||||
make rh-dist-git
|
||||
|
||||
cd /tmp/RHEL*/kernel
|
||||
@ -135,6 +139,9 @@ This requires having rhpkg-sha512 installed and brew.
|
||||
From the release branch/tag, run:
|
||||
|
||||
```
|
||||
# localversion sets the buildid, releases should have an empty build id
|
||||
rm localversion
|
||||
touch localversion
|
||||
make DIST=.elrdy rh-dist-git
|
||||
cd /tmp/RHEL-8*/kernel
|
||||
git commit -a -s -F ../changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user