aboutsummaryrefslogtreecommitdiffstats
path: root/patches.ent
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-01 16:55:01 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-01 16:55:01 +0200
commit9bfd0b53f4bcc578dcc6b192457d29c670a94e28 (patch)
treef4cdd32798dc57e7e2e8f4f5cebec1fd9a2c3549 /patches.ent
parent74bc5473c3745fa8947b0151b3bd951542b28286 (diff)
Add conditional for patches only in one book
Same logic as for pacakges.ent, see preceding commits
Diffstat (limited to 'patches.ent')
-rw-r--r--patches.ent16
1 files changed, 16 insertions, 0 deletions
diff --git a/patches.ent b/patches.ent
index e1700857a..07f8f154a 100644
--- a/patches.ent
+++ b/patches.ent
@@ -68,10 +68,26 @@
<!ENTITY perl-fix-patch-md5 "fb42558b59ed95ee00eb9f1c1c9b8056">
<!ENTITY perl-fix-patch-size "1.6 KB">
+<![ %sysv; [
<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
+]]>
+<![ %systemd; [
+<!ENTITY sysvinit-consolidated-patch "not-used">
+<!ENTITY sysvinit-consolidated-patch-md5 "not-used">
+<!ENTITY sysvinit-consolidated-patch-size "not-used">
+]]>
+
+<![ %systemd; [
<!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-1.patch">
<!ENTITY systemd-upstream-fixes-patch-md5 "a4449dedf514486b8995ee501d1bb8cc">
<!ENTITY systemd-upstream-fixes-patch-size "4 KB">
+]]>
+
+<![ %sysv; [
+<!ENTITY systemd-upstream-fixes-patch "not-used">
+<!ENTITY systemd-upstream-fixes-patch-md5 "not-used">
+<!ENTITY systemd-upstream-fixes-patch-size "not-used">
+]]>