From ee8cca6cfcd5967f0c88fa1d3fa6b6c180f9649e Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Mon, 28 Apr 2008 17:53:37 +0000 Subject: [PATCH] openssl should be the package that depends on prngd since openssl can use it to provide entropy for its functions and by extension all its users. Make a note in the relnotes about the manpages being renamed. --- openssl/meta/depend | 1 + openssl/meta/relnotes | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 openssl/meta/depend diff --git a/openssl/meta/depend b/openssl/meta/depend new file mode 100644 index 0000000..3d14476 --- /dev/null +++ b/openssl/meta/depend @@ -0,0 +1 @@ +TGCossl TGCprngd auto diff --git a/openssl/meta/relnotes b/openssl/meta/relnotes index bd83629..0a0bc17 100644 --- a/openssl/meta/relnotes +++ b/openssl/meta/relnotes @@ -25,3 +25,8 @@ KNOWN DEPENDENCIES ERRORS/MISCELLANEOUS -------------------- +Note that all manpages has had 'ssl' added to their name. +This means that you might have to specify the whole name +if there's another manpage by the same name. +ie. man x509 vs man x509.1ssl +