forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=456
This commit is contained in:
parent
3856bb52b7
commit
57fdfc0a99
10
1009-make-xsltproc-use-correct-ROFF-links.patch
Normal file
10
1009-make-xsltproc-use-correct-ROFF-links.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- systemd-208/man/custom-man.xsl
|
||||
+++ systemd-208/man/custom-man.xsl 2013-10-21 09:23:31.030735259 +0000
|
||||
@@ -61,4 +61,7 @@
|
||||
<xsl:text>"</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
+<xsl:param name="man.output.in.separate.dir" select="1"></xsl:param>
|
||||
+<xsl:param name="man.output.base.dir"></xsl:param>
|
||||
+
|
||||
</xsl:stylesheet>
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 09:27:36 UTC 2013 - werner@suse.de
|
||||
|
||||
- Add patch
|
||||
1009-make-xsltproc-use-correct-ROFF-links.patch
|
||||
to have valid ROFF links in manual pages working again (bnc#842844)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 13:50:52 CEST 2013 - fcrozat@suse.com
|
||||
|
||||
|
@ -250,6 +250,8 @@ Patch1006: 1006-udev-always-rename-network.patch
|
||||
Patch1007: 1007-physical-hotplug-cpu-and-memory.patch
|
||||
# PATCH-FIX-OPENSUSE 1008-add-msft-compability-rules.patch
|
||||
Patch1008: 1008-add-msft-compability-rules.patch
|
||||
# PATCH-FIX-OPENSUSE 1009-make-xsltproc-use-correct-ROFF-links.patch -- Make ROFF links working again in manual pages (bnc#842844)
|
||||
Patch1009: 1009-make-xsltproc-use-correct-ROFF-links.patch
|
||||
|
||||
%description
|
||||
Systemd is a system and service manager, compatible with SysV and LSB
|
||||
@ -522,6 +524,7 @@ cp %{SOURCE7} m4/
|
||||
%patch1007 -p1
|
||||
%patch1008 -p1
|
||||
%endif
|
||||
%patch1009 -p1
|
||||
|
||||
# ensure generate files are removed
|
||||
rm -f units/emergency.service
|
||||
|
Loading…
Reference in New Issue
Block a user