Accepting request 751056 from home:kukuk:etc
- nsswitch.conf: add usrfiles for services, protocols, rpc, ethers and aliases for /usr/etc move OBS-URL: https://build.opensuse.org/request/show/751056 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=545
This commit is contained in:
parent
85602a6ec3
commit
5cbb2f68bc
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 11:34:45 CET 2019 - kukuk@suse.de
|
||||||
|
|
||||||
|
- nsswitch.conf: add usrfiles for services, protocols, rpc, ethers
|
||||||
|
and aliases for /usr/etc move
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 14 13:36:30 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
Mon Oct 14 13:36:30 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glibc
|
# spec file for package glibc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -157,7 +157,7 @@ Release: 0
|
|||||||
%define git_id %(echo %version | sed 's/.*\.g//')
|
%define git_id %(echo %version | sed 's/.*\.g//')
|
||||||
%define libversion %(echo %version | sed 's/\.[^.]*\.g.*//')
|
%define libversion %(echo %version | sed 's/\.[^.]*\.g.*//')
|
||||||
%endif
|
%endif
|
||||||
Url: http://www.gnu.org/software/libc/libc.html
|
URL: http://www.gnu.org/software/libc/libc.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if !%{build_snapshot}
|
%if !%{build_snapshot}
|
||||||
Source: http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
|
Source: http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
|
||||||
|
@ -29,14 +29,14 @@ shadow: compat
|
|||||||
hosts: files dns
|
hosts: files dns
|
||||||
networks: files dns
|
networks: files dns
|
||||||
|
|
||||||
services: files
|
services: files usrfiles
|
||||||
protocols: files
|
protocols: files usrfiles
|
||||||
rpc: files
|
rpc: files usrfiles
|
||||||
ethers: files
|
ethers: files usrfiles
|
||||||
netmasks: files
|
netmasks: files
|
||||||
netgroup: files nis
|
netgroup: files nis
|
||||||
publickey: files
|
publickey: files
|
||||||
|
|
||||||
bootparams: files
|
bootparams: files
|
||||||
automount: files nis
|
automount: files nis
|
||||||
aliases: files
|
aliases: files usrfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user