diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-01-02 10:52:59 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-01-02 10:52:59 +0000 |
commit | 0db2497936950725ae71e997091ef276a3ec43ee (patch) | |
tree | 7d66db137accea00fe402dfabf8e5de3a4af58c6 /fedora | |
parent | b9ea6c38033d6ab0bda9dddb34cc7a4c6ff82084 (diff) |
Updated to fedora-glibc-20060102T1045
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index eb64c97cd4..bb723f9637 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-fc4 -fedora-sync-date := 2005-12-27 14:26 UTC -fedora-sync-tag := fedora-glibc-20051227T1426 +fedora-sync-date := 2006-01-02 10:45 UTC +fedora-sync-tag := fedora-glibc-20060102T1045 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 1d11a42b9e..ff6b489d91 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -602,7 +602,7 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libNoVersion* # NPTL <bits/stdio-lock.h> is not usable outside of glibc, so include # the generic one (#162634) -cp -a sysdeps/generic/bits/stdio-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/stdio-lock.h +cp -a bits/stdio-lock.h $RPM_BUILD_ROOT%{_prefix}/include/bits/stdio-lock.h if [ -d $RPM_BUILD_ROOT%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then mkdir -p $RPM_BUILD_ROOT%{_infodir} |