From: Ondrej Mosnacek <[email protected]>
After commit 699de0b4ccfa ("Copy Makefile.rhelver as a source file
rather than a patch"), there is no longer a special Patch1, so the
generated patches can start at 1.
Fixes: 699de0b4ccfa ("Copy Makefile.rhelver as a source file rather than a
patch")
Signed-off-by: Ondrej Mosnacek <[email protected]>
---
redhat/genspec.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/redhat/genspec.sh b/redhat/genspec.sh
index b72dffe14729..d75fef669ab7 100755
--- a/redhat/genspec.sh
+++ b/redhat/genspec.sh
@@ -30,7 +30,7 @@ HIDE_REDHAT=1;
HIDE_UNSUPPORTED_ARCH=1;
# Set up for broken out patches
plistf="$SOURCES/Patchlist"
-pnum=2
+pnum=1
# override LC_TIME to avoid date conflicts when building the srpm
LC_TIME=
STAMP=$(echo $MARKER | cut -f 1 -d '-' | sed -e "s/v//");
--
GitLab
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]