forked from pool/crypto-policies
af8d3f38d5
System crypto policies from Fedora. https://jira.suse.com/browse/SLE-15832 https://fedoraproject.org/wiki/Changes/CryptoPolicy OBS-URL: https://build.opensuse.org/request/show/850540 OBS-URL: https://build.opensuse.org/package/show/security:tls/crypto-policies?expand=0&rev=1
16 lines
745 B
Diff
16 lines
745 B
Diff
Index: fedora-crypto-policies-master/Makefile
|
|
===================================================================
|
|
--- fedora-crypto-policies-master.orig/Makefile 2020-09-23 08:49:28.000000000 +0200
|
|
+++ fedora-crypto-policies-master/Makefile 2020-11-12 10:00:52.418204054 +0100
|
|
@@ -60,8 +60,8 @@ clean:
|
|
rm -rf output
|
|
|
|
%: %.txt
|
|
- asciidoc.py -v -d manpage -b docbook $<
|
|
- xsltproc --nonet -o $@ /usr/share/asciidoc/docbook-xsl/manpage.xsl $@.xml
|
|
+ asciidoc -v -d manpage -b docbook $<
|
|
+ xsltproc --nonet -o $@ /etc/asciidoc/docbook-xsl/manpage.xsl $@.xml
|
|
|
|
dist:
|
|
rm -rf crypto-policies && git clone . crypto-policies && rm -rf crypto-policies/.git/ && tar -czf crypto-policies-git$(VERSION).tar.gz crypto-policies && rm -rf crypto-policies
|