Fix HTML rendering of internal links when using pandoc/asciidoc
Uses pandoc gfm instead of markdown_github (1962976) Related: rhbz#1961404
This commit is contained in:
parent
533ad2c992
commit
f940749309
@ -22,7 +22,7 @@ Name: linux-system-roles
|
||||
Url: https://github.com/linux-system-roles/
|
||||
Summary: Set of interfaces for unified system management
|
||||
Version: 1.2.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
#Group: Development/Libraries
|
||||
License: GPLv3+ and MIT and BSD
|
||||
@ -176,7 +176,7 @@ BuildRequires: ansible >= 2.9.10
|
||||
%defcommit 18 5f6cb73e6753fbdbb219b7d3079f0378b2d3bdb3
|
||||
%global rolename18 vpn
|
||||
|
||||
%global mainid 5e5cb71ec2b9def68d91cc9516b2611b29abafa1
|
||||
%global mainid 4e47b3809a4e6c1dcd9af57fee117d6df0c261ad
|
||||
Source: %{url}auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
||||
Source1: %{archiveurl1}
|
||||
Source2: %{archiveurl2}
|
||||
@ -582,6 +582,11 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 15 2021 Rich Megginson <rmeggins@redhat.com> - 1.2.2-3
|
||||
- Fix HTML rendering of internal links when using pandoc/asciidoc
|
||||
- Uses pandoc gfm instead of markdown_github
|
||||
Resolves rhbz#1962976
|
||||
|
||||
* Fri Jun 11 2021 Noriko Hosoi <nhosoi@redhat.com> - 1.2.2-2
|
||||
- Make spec file available for older versions of OSes.
|
||||
- Drop python3-six dependency which was used by lsr_role2collection.py.
|
||||
|
Loading…
Reference in New Issue
Block a user