Skip to content

Commit

Permalink
Add 5.0 rpm build structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolás committed Sep 11, 2023
1 parent e5b4d41 commit a7b9fc5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Empty file added build/5.0/files/.gitkeep
Empty file.
Empty file added build/5.0/patches/.gitkeep
Empty file.
16 changes: 16 additions & 0 deletions build/5.0/patches/centos8-endpointconfig.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- setup/usr/share/issabel/privileged/detect_endpoints.orig 2021-07-13 23:57:02.827711413 +0200
+++ setup/usr/share/issabel/privileged/detect_endpoints 2021-07-13 23:38:12.648201743 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: set fileencoding=utf-8 :
# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
# Codificación: UTF-8
--- setup/usr/bin/issabel-endpointconfig.orig 2021-07-13 23:56:53.041282839 +0200
+++ setup/usr/bin/issabel-endpointconfig 2021-07-13 23:37:04.316219396 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: set fileencoding=utf-8 :
# vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
# Codificación: UTF-8

0 comments on commit a7b9fc5

Please sign in to comment.