Signed-off-by: Brian Stinson <bstinson@redhat.com>
This commit is contained in:
Brian Stinson 2023-04-27 18:20:35 -05:00
parent aad8dc7d3e
commit 2b32da3f5d
3 changed files with 0 additions and 21 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/mod_md-2.0.8.tar.gz
/mod_md-2.0.8.tar.gz

View File

@ -1,9 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier2.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier3.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}

View File

@ -1,11 +0,0 @@
--- mod_md-2.2.6/src/md_store_fs.c.warnfix
+++ mod_md-2.2.6/src/md_store_fs.c
@@ -502,7 +502,7 @@
}
}
}
- md_log_perror(MD_LOG_MARK, MD_LOG_TRACE3, 0, p, "mk_group_dir %d %s", group, name);
+ md_log_perror(MD_LOG_MARK, MD_LOG_TRACE3, 0, p, "mk_group_dir %d %s", group, name ? name : "(none)");
return rv;
}