Florian Weimer 79cd021451 Resolves: #1313404
Fix elf/tst-audit10 and elf/tst-audit4 failures
2016-05-06 17:13:11 +02:00
2015-05-08 11:49:59 +05:30
2014-09-06 14:15:15 -04:00
2016-05-06 14:26:47 +02:00
2013-08-19 17:05:59 +05:30
2015-05-08 11:49:59 +05:30
2013-08-19 17:05:59 +05:30
2016-02-16 15:19:52 +01:00
2015-07-28 10:38:07 +05:30
2014-02-18 22:48:17 +05:30
2013-04-30 10:51:37 -04:00
2013-10-02 21:34:56 -04:00
2016-02-19 21:39:18 +01:00
2016-02-15 11:42:18 +01:00
2016-01-04 10:03:45 +01:00
2015-11-09 21:06:48 -05:00
2015-12-05 15:06:23 +01:00
2015-12-05 15:06:23 +01:00
2015-12-05 15:06:23 +01:00
2015-12-05 14:50:06 +01:00
2016-02-19 21:14:18 +01: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 16:35:32 +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 17:13:11 +02:00
2013-08-19 17:05:59 +05:30
2013-08-19 17:05:59 +05:30
2013-08-19 17:05:59 +05:30
2015-11-09 21:06:48 -05:00
2015-07-07 14:04:07 -04:00
2015-08-05 17:29:28 +05:30

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%