On 1/15/19 1:44 AM, pa...@fliagreco.com.ar wrote:
From: Pablo Greco <pa...@fliagreco.com.ar>

---
  kernel.spec | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel.spec b/kernel.spec
index aaaa280..25ad968 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1228,7 +1228,7 @@ BuildKernel() {
# make sure EXTRAVERSION says what we want it to say
      # Trim the release if this is a CI build, since KERNELVERSION is limited 
to 64 characters
-    ShortRel=$(python3 -c "import re; print(re.sub(r'\.pr\.[0-9A-Fa-f]{32}', '', 
'%{release}'))")
+    ShortRel=$(perl -e "print \"%{release}\" =~ s/\.pr\.[0-9A-Fa-f]{32}//r")
      perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = 
-${ShortRel}.%{_target_cpu}${Flav}/" Makefile
# if pre-rc1 devel kernel, must fix up PATCHLEVEL for our versioning scheme


So I was seeing this cause a build failure when I tried a scratch build

https://koji.fedoraproject.org/koji/taskinfo?taskID=32051959

I've been having problems sometimes with line endings so it might have been
a problem with how I applied the patch but did this work for you?
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org

Reply via email to