forked from pool/systemd
Accepting request 324420 from home:fbui:branches:Base:System:systemd-roff-links-fixed
Drop 0009-make-xsltproc-use-correct-ROFF-links.patch This patch was initialy added to workaround bsc#842844. But it appears that man(1) was fixed (included since 13.2 at least) to handle manual, pages that consist only of a .so directive such as '.so <page>'. OBS-URL: https://build.opensuse.org/request/show/324420 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=894
This commit is contained in:
parent
4c5a2c4313
commit
ffe37c63ab
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:34:41 UTC 2015 - fbui@suse.com
|
||||||
|
|
||||||
|
- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch
|
||||||
|
|
||||||
|
This patch was initialy added to workaround bsc#842844. But it
|
||||||
|
appears that man(1) was fixed (included since 13.2 at least) to
|
||||||
|
handle manual pages that consist only of a .so directive such as
|
||||||
|
'.so <page>'.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 13 11:46:12 UTC 2015 - werner@suse.de
|
Thu Aug 13 11:46:12 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
@ -188,8 +188,6 @@ Patch90: 0001-On_s390_con3270_disable_ANSI_colour_esc.patch
|
|||||||
Patch91: plymouth-quit-and-wait-for-emergency-service.patch
|
Patch91: plymouth-quit-and-wait-for-emergency-service.patch
|
||||||
# PATCH-FIX-SUSE 0001-avoid-abort-due-timeout-at-user-service.patch werner@suse.com
|
# PATCH-FIX-SUSE 0001-avoid-abort-due-timeout-at-user-service.patch werner@suse.com
|
||||||
Patch120: 0001-avoid-abort-due-timeout-at-user-service.patch
|
Patch120: 0001-avoid-abort-due-timeout-at-user-service.patch
|
||||||
# PATCH-FIX-OPENSUSE 0009-make-xsltproc-use-correct-ROFF-links.patch -- Make ROFF links working again in manual pages (bnc#842844)
|
|
||||||
Patch177: 0009-make-xsltproc-use-correct-ROFF-links.patch
|
|
||||||
# PATCH-FIX-OPENSUSE 0010-do-not-install-sulogin-unit-with-poweroff.patch -- Avoid installing console-shell.service (bnc#849071)
|
# PATCH-FIX-OPENSUSE 0010-do-not-install-sulogin-unit-with-poweroff.patch -- Avoid installing console-shell.service (bnc#849071)
|
||||||
Patch178: 0010-do-not-install-sulogin-unit-with-poweroff.patch
|
Patch178: 0010-do-not-install-sulogin-unit-with-poweroff.patch
|
||||||
# PATCH-FIX-SUSE 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch
|
# PATCH-FIX-SUSE 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch
|
||||||
@ -569,7 +567,6 @@ cp %{SOURCE7} m4/
|
|||||||
%patch90 -p1
|
%patch90 -p1
|
||||||
%patch91 -p1
|
%patch91 -p1
|
||||||
%patch120 -p1
|
%patch120 -p1
|
||||||
%patch177 -p1
|
|
||||||
%patch178 -p1
|
%patch178 -p1
|
||||||
%patch179 -p1
|
%patch179 -p1
|
||||||
%patch180 -p1
|
%patch180 -p1
|
||||||
@ -733,9 +730,6 @@ make %{?_smp_mflags} update-man-list man
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !0%{?bootstrap}
|
|
||||||
cp man/man[0-9]/*.[0-9] man/
|
|
||||||
%endif
|
|
||||||
make install DESTDIR="%buildroot"
|
make install DESTDIR="%buildroot"
|
||||||
|
|
||||||
# move to %{_lib}
|
# move to %{_lib}
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:34:41 UTC 2015 - fbui@suse.com
|
||||||
|
|
||||||
|
- Drop 0009-make-xsltproc-use-correct-ROFF-links.patch
|
||||||
|
|
||||||
|
This patch was initialy added to workaround bsc#842844. But it
|
||||||
|
appears that man(1) was fixed (included since 13.2 at least) to
|
||||||
|
handle manual pages that consist only of a .so directive such as
|
||||||
|
'.so <page>'.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 13 11:46:12 UTC 2015 - werner@suse.de
|
Thu Aug 13 11:46:12 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
@ -183,8 +183,6 @@ Patch90: 0001-On_s390_con3270_disable_ANSI_colour_esc.patch
|
|||||||
Patch91: plymouth-quit-and-wait-for-emergency-service.patch
|
Patch91: plymouth-quit-and-wait-for-emergency-service.patch
|
||||||
# PATCH-FIX-SUSE 0001-avoid-abort-due-timeout-at-user-service.patch werner@suse.com
|
# PATCH-FIX-SUSE 0001-avoid-abort-due-timeout-at-user-service.patch werner@suse.com
|
||||||
Patch120: 0001-avoid-abort-due-timeout-at-user-service.patch
|
Patch120: 0001-avoid-abort-due-timeout-at-user-service.patch
|
||||||
# PATCH-FIX-OPENSUSE 0009-make-xsltproc-use-correct-ROFF-links.patch -- Make ROFF links working again in manual pages (bnc#842844)
|
|
||||||
Patch177: 0009-make-xsltproc-use-correct-ROFF-links.patch
|
|
||||||
# PATCH-FIX-OPENSUSE 0010-do-not-install-sulogin-unit-with-poweroff.patch -- Avoid installing console-shell.service (bnc#849071)
|
# PATCH-FIX-OPENSUSE 0010-do-not-install-sulogin-unit-with-poweroff.patch -- Avoid installing console-shell.service (bnc#849071)
|
||||||
Patch178: 0010-do-not-install-sulogin-unit-with-poweroff.patch
|
Patch178: 0010-do-not-install-sulogin-unit-with-poweroff.patch
|
||||||
# PATCH-FIX-SUSE 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch
|
# PATCH-FIX-SUSE 0001-pam_systemd_do_override_XDG_RUNTIME_DIR_of_the_original_user.patch
|
||||||
@ -564,7 +562,6 @@ cp %{SOURCE7} m4/
|
|||||||
%patch90 -p1
|
%patch90 -p1
|
||||||
%patch91 -p1
|
%patch91 -p1
|
||||||
%patch120 -p1
|
%patch120 -p1
|
||||||
%patch177 -p1
|
|
||||||
%patch178 -p1
|
%patch178 -p1
|
||||||
%patch179 -p1
|
%patch179 -p1
|
||||||
%patch180 -p1
|
%patch180 -p1
|
||||||
@ -728,9 +725,6 @@ make %{?_smp_mflags} update-man-list man
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !0%{?bootstrap}
|
|
||||||
cp man/man[0-9]/*.[0-9] man/
|
|
||||||
%endif
|
|
||||||
make install DESTDIR="%buildroot"
|
make install DESTDIR="%buildroot"
|
||||||
|
|
||||||
# move to %{_lib}
|
# move to %{_lib}
|
||||||
|
Loading…
Reference in New Issue
Block a user