diff --git a/.gitignore b/.gitignore index ff2e69e..818f61e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/v3.0.tar.gz /v3.0.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..0894ced --- /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/nss_nis.spec b/nss_nis.spec index 8fb2acb..2c8abd6 100644 --- a/nss_nis.spec +++ b/nss_nis.spec @@ -1,6 +1,6 @@ Name: nss_nis Version: 3.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Name Service Switch (NSS) module using NIS License: LGPLv2+ Group: System Environment/Base @@ -15,6 +15,9 @@ BuildRequires: libtirpc-devel BuildRequires: autoconf, automake, libtool BuildRequires: systemd +%ifarch x86_64 +Recommends: (nss_nis(x86-32) if glibc(x86-32)) +%endif %description The nss_nis Name Service Switch module uses the Network Information System (NIS) @@ -55,6 +58,10 @@ make check %license COPYING %changelog +* Mon May 4 2020 Filip Januš 3.0-9 +- Add recommendation to install 32 bit-version of 32 bit glibc is installed + Resolves: #1803161 + * Mon Jan 28 2019 Matej Mužila 3.0-8 - Add systemd-logind snippet (RestrictAddressFamilies) Resolves: #1647911