From 47f92a266bb5ed167390eaab8455eba64b5f91c8 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 17:10:18 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 2 +- gating.yaml | 6 ++++++ xinetd.sysconf | 10 ++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 gating.yaml create mode 100644 xinetd.sysconf diff --git a/.gitignore b/.gitignore index 652b038..bb93fed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/xinetd-2.3.15.tar.gz +xinetd-2.3.14.tar.gz /xinetd-2.3.15.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..eb7c84f --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/xinetd.sysconf b/xinetd.sysconf new file mode 100644 index 0000000..9edfe8c --- /dev/null +++ b/xinetd.sysconf @@ -0,0 +1,10 @@ +# Add extra options here +EXTRAOPTIONS="" +# +# This is the locale information that xinetd uses. It is passed to every +# server that xinetd starts. It is set to en_US to maintain compatability +# with previous Red Hat Linux releases. +# +# To remove all locale information from xinetd's environment, set +# XINETD_LANG to the empty string or the string "none". +XINETD_LANG="en_US"