2016-05-06 14:26:47 +02:00
2016-02-19 21:39:18 +01:00
2016-05-11 10:39:53 +02:00
2016-05-07 16:51:51 +02:00
2016-05-07 16:39:26 +02:00
2016-05-07 16:41:04 +02:00
2016-05-07 16:43:31 +02:00
2016-05-07 16:43:31 +02:00
2016-05-07 16:43:31 +02:00
2016-05-07 15:37:01 +02:00
2016-05-07 15:37:01 +02:00
2016-05-07 15:37:01 +02:00
2016-05-07 15:37:01 +02:00
2016-05-07 11:38:02 +02:00
2016-05-07 16:48:42 +02:00
2016-05-07 16:48:42 +02:00
2016-05-06 17:13:11 +02:00
2016-05-06 17:13:11 +02:00
2016-05-06 17:13:11 +02:00
2016-05-06 20:12:40 +02:00
2016-05-06 20:12:40 +02:00
2016-05-06 17:23:21 +02:00
2016-05-06 17:23:21 +02:00
2016-05-07 09:35:20 +02:00
2016-05-06 17:19:09 +02:00
2016-05-06 16:35:32 +02:00
2016-06-02 12:51:54 +02:00
2016-05-11 10:32:50 +02:00
2016-05-06 14:22:22 +02:00
2016-05-06 17:02:34 +02:00
2016-05-06 17:02:34 +02:00
2016-05-06 17:02:34 +02:00
2016-05-06 17:02:34 +02:00
2016-05-06 17:02:34 +02:00
2016-05-06 21:07:01 +02:00
2016-05-06 21:07:01 +02:00
2016-05-06 21:07:01 +02:00
2016-05-06 21:07:01 +02:00
2016-05-06 21:07:01 +02:00
2016-05-06 20:08:00 +02:00
2016-05-06 20:08:00 +02:00
2016-05-06 20:08:00 +02:00
2016-05-06 20:08:00 +02:00
2016-05-06 20:08:00 +02:00
2016-05-06 20:01:07 +02:00
2016-06-02 12:47:32 +02:00
2016-06-02 12:54:47 +02:00

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!
Languages
RPM Spec 75.5%
Diff 17.4%
C 3.5%
Shell 2.3%
Makefile 1.3%