Move nss_compat to the main glibc package (#1400538)

This commit is contained in:
Florian Weimer 2017-10-04 18:53:59 +02:00
parent 67108a5592
commit 2235ae530d
1 changed files with 7 additions and 6 deletions

View File

@ -592,9 +592,9 @@ Summary: Name Service Switch (NSS) module using NIS
Requires: %{name}%{_isa} = %{version}-%{release} Requires: %{name}%{_isa} = %{version}-%{release}
%description -n nss_nis %description -n nss_nis
The nss_nis, nss_nisplus, and nss_compat Name Service Switch modules The nss_nis and nss_nisplus Name Service Switch modules uses the
uses the Network Information System (NIS) to obtain user, group, host Network Information System (NIS) to obtain user, group, host name, and
name, and other data. other data.
%package -n nss_hesiod %package -n nss_hesiod
Summary: Name Service Switch (NSS) module using Hesiod Summary: Name Service Switch (NSS) module using Hesiod
@ -1456,8 +1456,8 @@ for module in db nis nisplus compat hesiod files dns; do
grep -E "/libnss_$module(\.so\.[0-9.]+|-[0-9.]+\.so)$" \ grep -E "/libnss_$module(\.so\.[0-9.]+|-[0-9.]+\.so)$" \
rpm.filelist > nss_$module.filelist rpm.filelist > nss_$module.filelist
done done
# nis includes nisplus and compat # nis includes nisplus
cat nss_nisplus.filelist nss_compat.filelist >> nss_nis.filelist cat nss_nisplus.filelist >> nss_nis.filelist
# Symlinks go into the nss-devel package (instead of the main devel # Symlinks go into the nss-devel package (instead of the main devel
# package). # package).
grep '/libnss_[a-z]*\.so$' devel.filelist > nss-devel.filelist grep '/libnss_[a-z]*\.so$' devel.filelist > nss-devel.filelist
@ -1467,7 +1467,7 @@ sed -i -e '\,/libnss_.*\.so[0-9.]*$,d' \
-e '\,/var/db/Makefile,d' \ -e '\,/var/db/Makefile,d' \
rpm.filelist devel.filelist rpm.filelist devel.filelist
# Restore the built-in NSS modules. # Restore the built-in NSS modules.
cat nss_files.filelist nss_dns.filelist >> rpm.filelist cat nss_files.filelist nss_dns.filelist nss_compat.filelist >> rpm.filelist
# Prepare the libcrypt-related file lists. # Prepare the libcrypt-related file lists.
grep '/libcrypt-[0-9.]*.so$' rpm.filelist > libcrypt.filelist grep '/libcrypt-[0-9.]*.so$' rpm.filelist > libcrypt.filelist
@ -2061,6 +2061,7 @@ fi
%changelog %changelog
* Wed Oct 04 2017 Florian Weimer <fweimer@redhat.com> - 2.26.90-17 * Wed Oct 04 2017 Florian Weimer <fweimer@redhat.com> - 2.26.90-17
- Move nss_compat to the main glibc package (#1400538)
- Auto-sync with upstream master, - Auto-sync with upstream master,
commit 11c4f5010c58029e73e656d5df4f8f42c9b8e877: commit 11c4f5010c58029e73e656d5df4f8f42c9b8e877:
- crypt: Use NSPR header files in addition to NSS header files (#1489339) - crypt: Use NSPR header files in addition to NSS header files (#1489339)