- Remove abort() warning in manual (#1615608)
This commit is contained in:
Carlos O'Donell 2018-08-14 00:50:00 -04:00
parent 43d8a2ad5f
commit 547a280036
2 changed files with 30 additions and 1 deletions

22
glibc-rh1615608.patch Normal file
View File

@ -0,0 +1,22 @@
Please see the following bug for a complete summary:
https://bugzilla.redhat.com/show_bug.cgi?id=1615608
Index: glibc-2.28/manual/startup.texi
===================================================================
--- glibc-2.28.orig/manual/startup.texi
+++ glibc-2.28/manual/startup.texi
@@ -1005,14 +1005,6 @@ This function actually terminates the pr
intercept this signal; see @ref{Signal Handling}.
@end deftypefun
-@c Put in by rms. Don't remove.
-@cartouche
-@strong{Future Change Warning:} Proposed Federal censorship regulations
-may prohibit us from giving you information about the possibility of
-calling this function. We would be required to say that this is not an
-acceptable way of terminating a program.
-@end cartouche
-
@node Termination Internals
@subsection Termination Internals

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.26-156-gaf7519f7b3
%define glibcversion 2.26
%define glibcrelease 28%{?dist}
%define glibcrelease 29%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -239,6 +239,9 @@ Patch64: glibc-rh1498880-2.patch
Patch65: glibc-nscd-reproducible.patch
Patch66: glibc-nss_compat.patch
# Bug 1615608 - Remove abort() warning in manual.
Patch67: glibc-rh1615608.patch
##############################################################################
#
# Patches from upstream
@ -882,6 +885,7 @@ microbenchmark tests on the system.
%patch64 -p1
%patch65 -p1
%patch66 -p1
%patch67 -p1
##############################################################################
# %%prep - Additional prep required...
@ -2229,6 +2233,9 @@ rm -f *.filelist*
%endif
%changelog
* Mon Aug 13 2018 Carlos O'Donell <carlos@redhat.com> - 2.26-29
- Remove abort() warning in manual (#1615608)
* Fri May 18 2018 Florian Weimer <fweimer@redhat.com> - 2.26-28
- Do not run telinit u on upgrades (#1579225)
- Auto-sync with upstream branch release/2.26/master,