From 9c4d8632f4708725457bd050f5495c242138edbff91fe3272c6918a52c42716e Mon Sep 17 00:00:00 2001 From: Stefan Jakobs Date: Fri, 9 Jun 2017 17:44:44 +0000 Subject: [PATCH] Accepting request 501207 from home:oreinert:branches:network:vpn Documentation provided as markdown files should retain its .md suffix. This allows opening the files in a suitable viewer (e.g., Firefox with the "Markdown Viewer" extension) and have them rendered nicely; also, in such viewers, links to other files look and work as expected. Finally, if upstream decides on Markdown documentation, as a principle I think the openSUSE package should retain it that way. OBS-URL: https://build.opensuse.org/request/show/501207 OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=6 --- easy-rsa.changes | 5 +++++ easy-rsa.spec | 9 +-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/easy-rsa.changes b/easy-rsa.changes index ff4acb3..dcc33a1 100644 --- a/easy-rsa.changes +++ b/easy-rsa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 5 18:38:00 UTC 2017 - seroton10@gmail.com + +- Undo removal of .md suffix on markdown documentation + ------------------------------------------------------------------- Sat May 27 07:30:22 UTC 2017 - bruno@ioda-net.ch diff --git a/easy-rsa.spec b/easy-rsa.spec index 98d9462..eab248a 100644 --- a/easy-rsa.spec +++ b/easy-rsa.spec @@ -63,13 +63,6 @@ mv -v COPYING COPYING.md mv -v README README.md %endif -mv -v COPYING.md COPYING -mv -v README.md README -mv -v README.quickstart.md README.quickstart -for f in doc/*.md; do - mv $f ${f%.md} -done - %build %install @@ -82,7 +75,7 @@ install -Dm0755 easyrsa3/easyrsa %{buildroot}/%{_bindir}/easyrsa %files %defattr(-,root,root) -%doc KNOWN_ISSUES README README.quickstart COPYING +%doc KNOWN_ISSUES README.md README.quickstart.md COPYING.md %doc Licensing/* %doc doc/* %{_bindir}/easyrsa