Go to file
2015-08-14 13:40:59 +05:30
.gitignore
bench.mk Add benchmark comparison 2015-05-08 11:49:59 +05:30
build-locale-archive.c Resolves: #156477 2015-03-05 16:05:43 -05:00
ChangeLog.old
gen-quilt-series.sh Add quilt support to rawhide. 2015-07-07 14:04:07 -04:00
glibc_post_upgrade.c
glibc-aarch64-tls-fixes.patch
glibc-aarch64-workaround-nzcv-clobber-in-tlsdesc.patch Sync with upstream master 2015-07-28 10:38:07 +05:30
glibc-arm-hardfloat-3.patch
glibc-bench-build.patch Sync with upstream master 2015-05-18 12:21:44 +05:30
glibc-bench-compare Add benchmark comparison 2015-05-08 11:49:59 +05:30
glibc-c_stubs.patch
glibc-cs-path.patch Make getconf return only /usr/bin (#1138835) 2014-11-05 15:57:23 +05:30
glibc-disable-rwlock-elision.patch Resolves: #1146967 2014-09-30 22:02:35 +05:30
glibc-fedora-__libc_multiple_libcs.patch Sync with upstream master. 2014-11-24 09:58:08 -05:00
glibc-fedora-elf-init-hidden_undef.patch
glibc-fedora-elf-ORIGIN.patch Sync with upstream master 2014-11-05 16:06:52 +05:30
glibc-fedora-i386-tls-direct-seg-refs.patch
glibc-fedora-include-bits-ldbl.patch
glibc-fedora-ldd.patch
glibc-fedora-linux-tcsetattr.patch
glibc-fedora-localedata-rh61908.patch
glibc-fedora-localedef.patch Sync with upstream master 2015-05-18 12:21:44 +05:30
glibc-fedora-locarchive.patch
glibc-fedora-manual-dircategory.patch
glibc-fedora-nis-rh188246.patch
glibc-fedora-nptl-linklibc.patch
glibc-fedora-nscd.patch
glibc-fedora-ppc-unwind.patch
glibc-fedora-streams-rh436349.patch
glibc-fedora-uname-getrlimit.patch Sync with upstream master. 2015-01-07 19:03:06 +05:30
glibc-fedora-use-test-skeleton.patch Add patch to modify several tests to use test-skeleton.c. 2014-11-04 20:31:37 +01:00
glibc-nscd-sysconfig.patch
glibc-rh697421.patch
glibc-rh731833-rtkaio-2.patch
glibc-rh731833-rtkaio.patch
glibc-rh741105.patch Sync with upstream master 2015-07-28 10:38:07 +05:30
glibc-rh819430.patch
glibc-rh825061.patch
glibc-rh827510.patch
glibc-rh952799.patch
glibc-rh970865.patch
glibc-rh1009145.patch
glibc-rh1013801.patch Sync with upstream master 2015-07-28 10:38:07 +05:30
glibc-rh1052846.patch
glibc-rh1069559-1.patch
glibc-rh1069559-2.patch
glibc-rh1070416.patch
glibc-rh1238412-add-translit-rules-for-da-nb-nn-sv-locales.patch Some more additions to the translit_neutral file by Marko Myllynen 2015-07-23 15:44:24 +02:00
glibc-rh1238412-addition-and-fixes-for-translit_neutral.patch Some more additions to the translit_neutral file by Marko Myllynen 2015-07-23 15:44:24 +02:00
glibc-rh1238412-remove-duplicate-transliterations.patch Some more additions to the translit_neutral file by Marko Myllynen 2015-07-23 15:44:24 +02:00
glibc-rh1238412-unicode-8.0.0-update.patch Some more additions to the translit_neutral file by Marko Myllynen 2015-07-23 15:44:24 +02:00
glibc-rh1238412-update-the-translit-files-to-unicode-7.0.0.patch Some more additions to the translit_neutral file by Marko Myllynen 2015-07-23 15:44:24 +02:00
glibc-rtkaio-clock.patch Fix missing clock_* IFUNCs in librtkaio. 2015-02-12 01:36:24 -05:00
glibc-rtkaio-libof.patch Sync with upstream master 2015-07-28 10:38:07 +05:30
glibc-rtkaio.patch Move mips entry for shlib-versions to sysdeps 2014-09-18 13:16:17 +05:30
glibc.spec Remove initgroups from default nsswitch.conf (#751450) 2015-08-14 13:40:59 +05:30
libc-lock.h
nscd.conf
nsswitch.conf Remove initgroups from default nsswitch.conf (#751450) 2015-08-14 13:40:59 +05:30
power6emul.c
quilt-patch.sh Add quilt support to rawhide. 2015-07-07 14:04:07 -04:00
README.quilt Add quilt support to rawhide. 2015-07-07 14:04:07 -04:00
series Add quilt support to rawhide. 2015-07-07 14:04:07 -04:00
sources Update for glibc-2.22 release 2015-08-05 17:29:28 +05:30
STAGE1-glibc Adding STAGE1 bootstrap recipes 2015-06-18 19:50:16 +02:00
STAGE1-glibc-headers Adding STAGE1 bootstrap recipes 2015-06-18 19:50:16 +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

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!