- Resync with upstream sources.
This commit is contained in:
parent
f8556b4c45
commit
df41626e91
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,3 +36,5 @@ glibc-2.14-394-g8f3b1ff
|
|||||||
/glibc-ports-2.16-a20c2b3c.tar.gz
|
/glibc-ports-2.16-a20c2b3c.tar.gz
|
||||||
/glibc-2.16.90-42443a47-fedora.tar.gz
|
/glibc-2.16.90-42443a47-fedora.tar.gz
|
||||||
/glibc-2.16.90-42443a47.tar.gz
|
/glibc-2.16.90-42443a47.tar.gz
|
||||||
|
/glibc-2.16.90-07e51550-fedora.tar.gz
|
||||||
|
/glibc-2.16.90-07e51550.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.16.90-42443a47
|
%define glibcsrcdir glibc-2.16.90-07e51550
|
||||||
%define glibcversion 2.16.90
|
%define glibcversion 2.16.90
|
||||||
### glibc.spec.in follows:
|
### glibc.spec.in follows:
|
||||||
%define run_glibc_tests 1
|
%define run_glibc_tests 1
|
||||||
@ -27,7 +27,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -1347,6 +1347,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 22 2012 Jeff Law <law@redhat.com> - 2.16.90-6
|
||||||
|
- Resync with upstream sources.
|
||||||
|
|
||||||
* Tue Aug 21 2012 Jeff Law <law@redhat.com> - 2.16.90-5
|
* Tue Aug 21 2012 Jeff Law <law@redhat.com> - 2.16.90-5
|
||||||
- Replace manual systemd scriptlets with macroized scriptlets (#850129)
|
- Replace manual systemd scriptlets with macroized scriptlets (#850129)
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
f2b81feae818a1de5a8574ff62c209f4 glibc-2.16.90-42443a47-fedora.tar.gz
|
61718ecdef90d014c301a6cbc2062527 glibc-2.16.90-07e51550-fedora.tar.gz
|
||||||
e11887afe8b88386af13da1b87d829f8 glibc-2.16.90-42443a47.tar.gz
|
5a2b32d28a10adb244018cefed23d849 glibc-2.16.90-07e51550.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user