- Revert recent changes to res_send (804630, 835090).
- Fix memcpy args in res_send (#841787).
This commit is contained in:
parent
e7456d7df4
commit
b6a5cc17de
10
glibc.spec
10
glibc.spec
@ -28,7 +28,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||
# Things that are linked directly into dynamically linked programs
|
||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||
@ -158,8 +158,8 @@ Patch2029: %{name}-rh789238-2.patch
|
||||
# Upstream BZ 13761
|
||||
Patch2030: %{name}-rh788989-2.patch
|
||||
|
||||
# Upstream BZ 13027
|
||||
Patch2031: %{name}-rh804630.patch
|
||||
# Upstream BZ 13028
|
||||
Patch2031: %{name}-rh841787.patch
|
||||
|
||||
# Upstream BZ 14185
|
||||
Patch2032: %{name}-rh819430.patch
|
||||
@ -1304,6 +1304,10 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 25 2012 Jeff Law <law@redhat.com> - 2.16-4
|
||||
- Revert recent changes to res_send (804630, 835090).
|
||||
- Fix memcpy args in res_send (#841787).
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user