Compare commits

...

No commits in common. "imports/c8/xinetd-2.3.15-24.el8" and "c8s" have entirely different histories.

34 changed files with 25 additions and 4 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
SOURCES/xinetd-2.3.15.tar.gz
xinetd-2.3.14.tar.gz
/xinetd-2.3.15.tar.gz

View File

@ -1 +0,0 @@
168d54aeb181e271e68f4c53847c3e6b2574dba6 SOURCES/xinetd-2.3.15.tar.gz

6
gating.yaml Normal file
View File

@ -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}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (xinetd-2.3.15.tar.gz) = 9d6fee1fbc90329629d84086ae7de5cd51c25af7b68e52aa704d6f74bee5f0e3d54ca1bcf780f90f74ddc8d336ae0abb5e5e368d43c426a26b8dd2c4676d26aa

View File

@ -1,6 +1,7 @@
[Unit]
Description=Xinetd A Powerful Replacement For Inetd
After=syslog.target network.target
After=syslog.target network.target network-online.target
Wants=network-online.target
Documentation=man:xinetd
Documentation=man:xinetd.conf
Documentation=man:xinetd.log

View File

@ -1,7 +1,7 @@
Summary: A secure replacement for inetd
Name: xinetd
Version: 2.3.15
Release: 24%{?dist}
Release: 25%{?dist}
License: xinetd
Group: System Environment/Daemons
Epoch: 2
@ -159,6 +159,9 @@ rm -f $RPM_BUILD_ROOT/usr/sbin/xconv.pl
%{_mandir}/*/*
%changelog
* Thu Jul 21 2022 Lukas Nykryn <lnykryn@redhat.com> - 2:2.3.15-25
- Add dependency on network-online.target
* Mon Aug 5 2019 Jan Synáček <jsynacek@redhat.com> - 2:2.3.15-24
- fix covscan (#1607030)

10
xinetd.sysconf Normal file
View File

@ -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"