re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 10:08:29 +02:00
parent 5ed543d1a3
commit dd2205b3bf
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/v3.0.tar.gz
/v3.0.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}

View File

@ -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š <fjanus@redhat.com> 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 <mmuzila@redhat.com> 3.0-8
- Add systemd-logind snippet (RestrictAddressFamilies)
Resolves: #1647911