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
This commit is contained in:
parent
37251a3e59
commit
9c4d8632f4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user