From: Don Zickus <[email protected]> Remove scmversion from kernel.spec.template
The spec.template file was touching scmversion. The use case of scmversion was removed from upstream in 6.3. Let's remove it from our source tree. Signed-off-by: Don Zickus <[email protected]> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -1541,9 +1541,6 @@ ApplyOptionalPatch linux-kernel-test.patch chmod +x scripts/checkpatch.pl mv COPYING COPYING-%{version}-%{release} -# This Prevents scripts/setlocalversion from mucking with our version numbers. -touch .scmversion - # Mangle /usr/bin/python shebangs to /usr/bin/python3 # Mangle all Python shebangs to be Python 3 explicitly # -p preserves timestamps -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2374 _______________________________________________ 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] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
