|
Revision 2609, 1.5 kB
(checked in by ensc, 1 year ago)
|
added patch for yum-3.2.4
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
contrib_gen_DTA = contrib/manifest.dat |
|---|
| 22 |
contrib_subst_SRCS = contrib/manifest.dat.pathsubst |
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
noinst_DATA += $(contrib_gen_DTA) |
|---|
| 26 |
CLEANFILES += $(contrib_gen_DTA) |
|---|
| 27 |
|
|---|
| 28 |
EXTRA_DIST += $(contrib_subst_SRCS) \ |
|---|
| 29 |
contrib/yum-2.2.1-chroot.patch \ |
|---|
| 30 |
contrib/yum-2.3.2-chroot.patch \ |
|---|
| 31 |
contrib/yum-2.3.3-chroot.patch \ |
|---|
| 32 |
contrib/yum-2.3.4-chroot.patch \ |
|---|
| 33 |
contrib/yum-2.6.0-chroot.patch \ |
|---|
| 34 |
contrib/yum-2.9.6-chroot.patch \ |
|---|
| 35 |
contrib/yum-3.0.3-chroot.patch \ |
|---|
| 36 |
contrib/yum-3.0.5-chroot.patch \ |
|---|
| 37 |
contrib/yum-3.2.0-chroot.patch \ |
|---|
| 38 |
contrib/yum-3.2.1-chroot.patch \ |
|---|
| 39 |
contrib/yum-3.2.4-chroot.patch \ |
|---|
| 40 |
contrib/make-manifest |
|---|
| 41 |
|
|---|
| 42 |
contrib/manifest.dat: contrib/.manifest.dat.pathsubst.stamp |
|---|