From fd5b4a5a5ad4fe4ebf7e588391016355ef05f39f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 28 Jul 2024 16:06:25 +0200 Subject: [PATCH] nscd: provide user and group nscd [release 2.40-2mamba;Fri Jul 26 2024] --- glibc.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/glibc.spec b/glibc.spec index 0ed4d66..d3c8651 100644 --- a/glibc.spec +++ b/glibc.spec @@ -83,8 +83,8 @@ %endif Name: glibc -Version: 2.39 -Release: 1mamba +Version: 2.40 +Release: 2mamba Summary: The GNU libc libraries Group: System/Libraries Vendor: openmamba @@ -264,6 +264,8 @@ Then the user need to set the LANG variable to their preferred language in their Summary: Name service cache daemon Group: System/Servers Requires: logrotate >= 3.6.8 +Provides: user(nscd) +Provides: group(nscd) %description -n nscd Nscd is a daemon that provides a cache for the most common name service requests. @@ -846,7 +848,6 @@ fi %if "%{_target_platform}" == "%{_host}" %files %defattr(-,root,root) -#%{_sysconfdir}/ld.so.conf.d/glibc*.conf %config(noreplace) %{_sysconfdir}/rpc %attr(0755,-,-) /%{slibdir}/lib*.so.* %ifarch aarch64 @@ -891,7 +892,6 @@ fi %{_prefix}/lib32/*.o %{_prefix}/lib32/lib*.a %{_prefix}/lib32/lib*.so -#%exclude %{_prefix}/lib32/lib*-%{version}.so %endif %if %{build_doc} @@ -909,7 +909,6 @@ fi %files utils %defattr(-,root,root) %{_sbindir}/sln -#%{_bindir}/catchsegv %{_bindir}/gencat %{_bindir}/getconf %{_bindir}/getent @@ -933,7 +932,6 @@ fi %{_bindir}/makedb %endif %{glibc_libdir}/audit/sotruss-lib.so -#%{glibc_libexecdir}/pt_chown %{slibdir}/libmemusage.so %{slibdir}/libpcprofile.so @@ -979,6 +977,12 @@ fi %endif %changelog +* Fri Jul 26 2024 Silvan Calarco 2.40-2mamba +- nscd: provide user and group nscd + +* Mon Jul 22 2024 Automatic Build System 2.40-1mamba +- automatic version update by autodist + * Wed Feb 07 2024 Automatic Build System 2.39-1mamba - automatic version update by autodist