]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
README fixes based on feedback on PR#190
authorSebastian Wagner <sebix@sebix.at>
Fri, 5 Aug 2016 14:37:31 +0000 (16:37 +0200)
committerSebastian Wagner <sebix@sebix.at>
Fri, 5 Aug 2016 14:37:31 +0000 (16:37 +0200)
Signed-off-by: Sebastian Wagner <sebix@sebix.at>
README.md

index 5cac345610081405560f55c47eaa2d4978b0dadb..218728bbb553ddb8bedb16f62486b4bf107de754 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,7 +31,10 @@ development by continuing to employ the author :).
 Packages are available for some distributions:
  * [Ubuntu](http://packages.ubuntu.com/search?keywords=dnspython&searchon=names&suite=xenial&section=all)
  * [Debian](https://packages.debian.org/search?keywords=dnspython&searchon=names&suite=stable&section=all)
- * OpenSUSE: [py2](https://software.opensuse.org/package/python-dnspython), [py3](https://software.opensuse.org/package/python3-dnspython)
+ * OpenSUSE: [python-dnspython](https://software.opensuse.org/package/python-dnspython), [python3-dnspython](https://software.opensuse.org/package/python3-dnspython)
+ * Fedora: [python-dns](https://apps.fedoraproject.org/packages/python-dns/), [python3-dns](https://apps.fedoraproject.org/packages/python3-dns)
+
+If no package exists for your OS, please use pip as explained above.
 
 ## ABOUT THIS RELEASE
 
@@ -141,8 +144,8 @@ Bugs fixed since 1.11.0:
        `dns.resolver.Resolver` erroneously referred to `retry_servfail`
        instead of `self.retry_servfail`.
 
-               dns.tsigkeyring.to_text() would fail trying to convert the
-               keyname to text.
+       dns.tsigkeyring.to_text() would fail trying to convert the
+       keyname to text.
 
        Multi-message TSIGs were broken for algorithms other than
        HMAC-MD5 because we weren't passing the right digest module to
@@ -155,7 +158,7 @@ Bugs fixed since 1.11.0:
 
 New since 1.10.0:
 
-               $GENERATE support
+       $GENERATE support
 
        TLSA RR support