Siddhesh Poyarekar c2535df93e Back out the new condvar implementation
Back out the new condvar implementation from F23 since it is not yet
ready for primetime.  The change is still there in rawhide, so it
could use some testing there.
2015-07-27 22:26:30 +05:30
2015-05-08 11:49:59 +05:30
2015-03-05 16:05:43 -05:00
2014-09-06 14:15:15 -04: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
2014-04-10 21:40:30 +05:30
2014-02-18 22:48:17 +05:30
2013-10-15 11:09:58 +05:30
2013-04-30 10:51:37 -04:00
2013-10-02 21:34:56 -04: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-07-07 14:04:07 -04:00
2015-07-07 14:04:07 -04:00
2015-07-07 14:04:07 -04:00
2015-05-18 12:21:44 +05:30
2015-06-18 19:50:16 +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%