Go to file
2017-09-04 19:49:35 +02:00
bench.mk
build-locale-archive.c
ChangeLog.old
gen-quilt-series.sh
glibc_post_upgrade.c Remove nosegneg 32-bit Xen PV support libraries (#1482027) 2017-08-16 12:03:03 +02:00
glibc-bench-compare Add benchmark comparison 2015-05-08 11:49:59 +05:30
glibc-c-utf8-locale.patch
glibc-cs-path.patch
glibc-fedora-__libc_multiple_libcs.patch Resolves: #1462820 2017-06-20 00:18:02 +02:00
glibc-fedora-elf-ORIGIN.patch
glibc-fedora-linux-tcsetattr.patch Auto-sync with upstream master 2017-07-03 21:49:42 +02:00
glibc-fedora-localedata-rh61908.patch
glibc-fedora-localedef.patch
glibc-fedora-locarchive.patch Do not patch ChangeLog in glibc-fedora-locarchive.patch 2017-09-04 19:49:35 +02:00
glibc-fedora-manual-dircategory.patch
glibc-fedora-nis-rh188246.patch
glibc-fedora-nptl-linklibc.patch
glibc-fedora-nscd.patch
glibc-fedora-streams-rh436349.patch
glibc-nscd-sysconfig.patch
glibc-rh697421.patch
glibc-rh741105.patch
glibc-rh819430.patch
glibc-rh827510.patch Auto-sync with upstream master 2017-08-21 14:17:58 +02:00
glibc-rh1013801.patch
glibc-rh1070416.patch
glibc-rh1315108.patch Auto-sync with upstream master 2017-07-03 21:49:42 +02:00
glibc-rh1315476-2.patch Auto-sync with upstream master 2017-08-21 16:44:07 +02:00
glibc-rh1324623.patch
glibc.spec Build glibc with -O2 2017-09-01 14:07:30 +02:00
nscd.conf
nsswitch.conf
power6emul.c
quilt-patch.sh
README.quilt
sources Auto-sync with upstream master 2017-09-01 10:30:18 +02:00
STAGE1-glibc
STAGE1-glibc-headers
SUPPORTED Auto-sync with upstream master 2017-08-30 14:12:45 +02:00
sync-upstream.sh

This package supports working with patch files using quilt.

To regenerate the quilt series file run:
./gen-quilt-series.sh

Setup environment:
export QUILT_PATCHES=$PWD

Setup the source:
./quilt-patch.sh [-f]

Use `-f` if you want to have quilt-patch always remove the existing
source directory before starting. Otherwise you'll be patching on top of
an already patched tree generated perhaps by `*pkg prep`.

Create a new patch:
cd glibc-2.17-c758a686/
quilt new glibc-rh1234622.patch
quilt add ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist
vi ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist
quilt refresh
cd ..
git add glibc-rh1234622.patch
<Then edit the glibc.spec file to build with the new patch>
e.g.
...
PatchXXXX: glibc-rh1234622.patch
...
%patchXXXX -p1
...
git add glibc.spec
git commit

You're done!