From 92867018b55ee876e4638a653ed58bcdf8332496 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 22 Jan 2018 15:33:11 +0100 Subject: [PATCH] Update changelog for glibc-2.26.9000-47.fc28 --- glibc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index afe0348..ed76b5e 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.26.9000-1140-g4612268a0a %define glibcversion 2.26.9000 -%define glibcrelease 46%{?dist} +%define glibcrelease 47%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -1983,6 +1983,10 @@ fi %endif %changelog +* Mon Jan 22 2018 Florian Weimer - 2.26.9000-47 +- Reenable static PIE on aarch64 after binutils fix (#1247050) +- Unconditionally build without libcrypt + * Fri Jan 19 2018 Björn Esser - 2.26.9000-46 - Remove deprecated libcrypt, gets replaced by libxcrypt - Add applicable Requires on libxcrypt