Accepting request 143491 from Base:System
Update to git head, fix nscd systemd file. (forwarded request 143490 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/143491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=128
This commit is contained in:
commit
ca3f024537
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:954cdcd1a7c963357086f2caa109ac6ad7bea15e03f1ae930bd7b541d778166b
|
|
||||||
size 11128040
|
|
3
glibc-2.16.90-e3c6aa3a5848.tar.xz
Normal file
3
glibc-2.16.90-e3c6aa3a5848.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0bd758d05a8abeb05258a9f5c253969c201ad76e6f6c6bebdc4e8883a3cf2443
|
||||||
|
size 11142916
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 28 15:48:32 UTC 2012 - aj@suse.de
|
||||||
|
|
||||||
|
- Update to e3c6aa3a5848:
|
||||||
|
* Fix powerpc64 make abi check failure
|
||||||
|
* bugfixes
|
||||||
|
- Install nscd.socket to new /usr location
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 28 09:31:11 UTC 2012 - schwab@suse.de
|
||||||
|
|
||||||
|
- Reenable multi-arch on ppc ppc64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 27 21:34:15 UTC 2012 - aj@suse.de
|
Tue Nov 27 21:34:15 UTC 2012 - aj@suse.de
|
||||||
|
|
||||||
|
10
glibc.spec
10
glibc.spec
@ -123,7 +123,7 @@ Provides: ld-linux.so.3(GLIBC_2.4)
|
|||||||
Version: 2.16.90
|
Version: 2.16.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define glibc_major_version 2.16.90
|
%define glibc_major_version 2.16.90
|
||||||
%define git_id de2fd463b1c0
|
%define git_id e3c6aa3a5848
|
||||||
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
|
||||||
Source: glibc-%{version}-%{git_id}.tar.xz
|
Source: glibc-%{version}-%{git_id}.tar.xz
|
||||||
@ -626,7 +626,7 @@ configure_and_build_glibc() {
|
|||||||
--enable-stackguard-randomization \
|
--enable-stackguard-randomization \
|
||||||
%endif
|
%endif
|
||||||
--build=%{target} --host=%{target} \
|
--build=%{target} --host=%{target} \
|
||||||
%ifarch %{ix86} x86_64 sparc sparc64 s390 s390x
|
%ifarch ppc ppc64 %{ix86} x86_64 sparc sparc64 s390 s390x
|
||||||
--enable-multi-arch \
|
--enable-multi-arch \
|
||||||
%endif
|
%endif
|
||||||
%ifarch mipsel
|
%ifarch mipsel
|
||||||
@ -945,8 +945,8 @@ done
|
|||||||
|
|
||||||
mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
|
mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
|
||||||
install -m 644 %{SOURCE20} %{buildroot}/usr/lib/tmpfiles.d/
|
install -m 644 %{SOURCE20} %{buildroot}/usr/lib/tmpfiles.d/
|
||||||
mkdir -p %{buildroot}/lib/systemd/system
|
mkdir -p %{buildroot}/usr/lib/systemd/system
|
||||||
install -m 644 %{SOURCE21} %{buildroot}/lib/systemd/system
|
install -m 644 %{SOURCE21} %{buildroot}/usr/lib/systemd/system
|
||||||
|
|
||||||
%ifarch armv7l armv7hl
|
%ifarch armv7l armv7hl
|
||||||
# Provide compatibility link
|
# Provide compatibility link
|
||||||
@ -1242,7 +1242,7 @@ exit 0
|
|||||||
%config(noreplace) /etc/nscd.conf
|
%config(noreplace) /etc/nscd.conf
|
||||||
%{_sbindir}/nscd
|
%{_sbindir}/nscd
|
||||||
%{_sbindir}/rcnscd
|
%{_sbindir}/rcnscd
|
||||||
/lib/systemd/system/nscd.service
|
/usr/lib/systemd/system/nscd.service
|
||||||
%dir /usr/lib/tmpfiles.d
|
%dir /usr/lib/tmpfiles.d
|
||||||
/usr/lib/tmpfiles.d/nscd.conf
|
/usr/lib/tmpfiles.d/nscd.conf
|
||||||
%dir %attr(0755,root,root) %ghost /var/run/nscd
|
%dir %attr(0755,root,root) %ghost /var/run/nscd
|
||||||
|
Loading…
Reference in New Issue
Block a user