Accepting request 241763 from Base:System

- Move manpages around such that .3 is in openssl-doc
  and .1 in openssl (forwarded request 241758 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/241763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=120
This commit is contained in:
Stephan Kulow 2014-07-27 06:25:44 +00:00 committed by Git OBS Bridge
parent a57bd6b997
commit 0dd078bb95
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 21 10:49:35 UTC 2014 - jengelh@inai.de
- Move manpages around: *.1ssl should be in openssl
(e.g. ciphers(1ssl) is also referenced by openssl(1)),
and *.3ssl should be in openssl-doc.
-------------------------------------------------------------------
Tue Jun 24 08:22:24 UTC 2014 - meissner@suse.com

View File

@ -336,8 +336,8 @@ for i in man?/*; do
else
mv $i ${i}ssl
fi
case `basename ${i%.*}` in
asn1parse|ca|config|crl|crl2pkcs7|crypto|dgst|dhparam|dsa|dsaparam|enc|gendsa|genrsa|nseq|openssl|passwd|pkcs12|pkcs7|pkcs8|rand|req|rsa|rsautl|s_client|s_server|smime|spkac|ssl|verify|version|x509)
case "$i" in
*.1)
# these are the pages mentioned in openssl(1). They go into the main package.
echo %doc %{_mandir}/${i}ssl.gz >> $OLDPWD/filelist;;
*)