nscd: provide user and group nscd [release 2.40-2mamba;Fri Jul 26 2024]
This commit is contained in:
parent
bba96d7f7a
commit
fd5b4a5a5a
16
glibc.spec
16
glibc.spec
@ -83,8 +83,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.39
|
Version: 2.40
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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
|
Summary: Name service cache daemon
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Requires: logrotate >= 3.6.8
|
Requires: logrotate >= 3.6.8
|
||||||
|
Provides: user(nscd)
|
||||||
|
Provides: group(nscd)
|
||||||
|
|
||||||
%description -n nscd
|
%description -n nscd
|
||||||
Nscd is a daemon that provides a cache for the most common name service requests.
|
Nscd is a daemon that provides a cache for the most common name service requests.
|
||||||
@ -846,7 +848,6 @@ fi
|
|||||||
%if "%{_target_platform}" == "%{_host}"
|
%if "%{_target_platform}" == "%{_host}"
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_sysconfdir}/ld.so.conf.d/glibc*.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/rpc
|
%config(noreplace) %{_sysconfdir}/rpc
|
||||||
%attr(0755,-,-) /%{slibdir}/lib*.so.*
|
%attr(0755,-,-) /%{slibdir}/lib*.so.*
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
@ -891,7 +892,6 @@ fi
|
|||||||
%{_prefix}/lib32/*.o
|
%{_prefix}/lib32/*.o
|
||||||
%{_prefix}/lib32/lib*.a
|
%{_prefix}/lib32/lib*.a
|
||||||
%{_prefix}/lib32/lib*.so
|
%{_prefix}/lib32/lib*.so
|
||||||
#%exclude %{_prefix}/lib32/lib*-%{version}.so
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{build_doc}
|
%if %{build_doc}
|
||||||
@ -909,7 +909,6 @@ fi
|
|||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}/sln
|
%{_sbindir}/sln
|
||||||
#%{_bindir}/catchsegv
|
|
||||||
%{_bindir}/gencat
|
%{_bindir}/gencat
|
||||||
%{_bindir}/getconf
|
%{_bindir}/getconf
|
||||||
%{_bindir}/getent
|
%{_bindir}/getent
|
||||||
@ -933,7 +932,6 @@ fi
|
|||||||
%{_bindir}/makedb
|
%{_bindir}/makedb
|
||||||
%endif
|
%endif
|
||||||
%{glibc_libdir}/audit/sotruss-lib.so
|
%{glibc_libdir}/audit/sotruss-lib.so
|
||||||
#%{glibc_libexecdir}/pt_chown
|
|
||||||
%{slibdir}/libmemusage.so
|
%{slibdir}/libmemusage.so
|
||||||
%{slibdir}/libpcprofile.so
|
%{slibdir}/libpcprofile.so
|
||||||
|
|
||||||
@ -979,6 +977,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.40-2mamba
|
||||||
|
- nscd: provide user and group nscd
|
||||||
|
|
||||||
|
* Mon Jul 22 2024 Automatic Build System <autodist@openmamba.org> 2.40-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Feb 07 2024 Automatic Build System <autodist@openmamba.org> 2.39-1mamba
|
* Wed Feb 07 2024 Automatic Build System <autodist@openmamba.org> 2.39-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user