Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
||||
SOURCES/sip-4.19.25.tar.gz
|
||||
/sip-4.19.6.tar.gz
|
||||
/sip-4.19.7.tar.gz
|
||||
/sip-4.19.9.dev1805261119.tar.gz
|
||||
/sip-4.19.12.tar.gz
|
||||
/sip-4.19.19.tar.gz
|
||||
/sip-4.19.24.tar.gz
|
||||
/sip-4.19.25.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
dea579470269fabeb920976c405fa7f5e67cd4bd SOURCES/sip-4.19.25.tar.gz
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: manual.sst_desktop.sip.sanity}
|
12
sip-4.19.3-python3_sip_bin.patch
Normal file
12
sip-4.19.3-python3_sip_bin.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up sip-4.19.3/configure.py.sip_bin sip-4.19.3/configure.py
|
||||
--- sip-4.19.3/configure.py.sip_bin 2017-07-03 12:24:27.000000000 -0500
|
||||
+++ sip-4.19.3/configure.py 2017-07-05 20:21:24.376350683 -0500
|
||||
@@ -281,7 +281,7 @@ def create_config(module, template, macr
|
||||
"sip_version": sip_version,
|
||||
"sip_version_str": sip_version_str,
|
||||
"platform": build_platform,
|
||||
- "sip_bin": os.path.join(sip_bin_dir, "sip"),
|
||||
+ "sip_bin": os.path.join(sip_bin_dir, "python3-sip"),
|
||||
"sip_inc_dir": sip_inc_dir,
|
||||
"sip_mod_dir": sip_module_dir,
|
||||
"default_bin_dir": plat_bin_dir,
|
Loading…
Reference in New Issue
Block a user