diff options
author | David Shaw <[email protected]> | 2002-10-26 19:45:00 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-10-26 19:45:00 +0000 |
commit | f33df26a20524f5a46eb484e3cf0e107d66a21b3 (patch) | |
tree | 1dad70eb03962e695a7333479a33d8841c61856a | |
parent | * gpgkeys_hkp.c (main), gpgkeys_ldap.c (main): Add -V flag to output (diff) | |
download | gnupg-f33df26a20524f5a46eb484e3cf0e107d66a21b3.tar.gz gnupg-f33df26a20524f5a46eb484e3cf0e107d66a21b3.zip |
* gnupg.spec.in: Use new path for keyserver helpers, /usr/lib is no longer
used for cipher/hash plugins, and include gpgv, gpgsplit, and the new
gnupg.7 man page.
-rw-r--r-- | scripts/ChangeLog | 6 | ||||
-rw-r--r-- | scripts/gnupg.spec.in | 13 |
2 files changed, 14 insertions, 5 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 1a6ec032b..914ef671b 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,9 @@ +2002-10-26 David Shaw <[email protected]> + + * gnupg.spec.in: Use new path for keyserver helpers, /usr/lib is + no longer used for cipher/hash plugins, and include gpgv, + gpgsplit, and the new gnupg.7 man page. + 2002-10-17 Werner Koch <[email protected]> * autogen.sh: Allow env variables to override the auto* tool diff --git a/scripts/gnupg.spec.in b/scripts/gnupg.spec.in index 357f540a3..af35f41b6 100644 --- a/scripts/gnupg.spec.in +++ b/scripts/gnupg.spec.in @@ -24,6 +24,10 @@ Provides: gpg openpgp BuildRoot: /tmp/rpmbuild_%{name} %changelog +* Sat Oct 26 2002 David Shaw <[email protected]> +- Use new path for keyserver helpers. +- /usr/lib is no longer used for cipher/hash plugins. +- Include gpgv, gpgsplit, and the new gnupg.7 man page. * Fri Apr 19 2002 David Shaw <[email protected]> - Removed OPTIONS and pubring.asc - no longer used - Added doc/samplekeys.asc @@ -163,13 +167,12 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr %doc %attr (-,root,root) doc/samplekeys.asc %attr (-,root,root) /usr/man/man1/gpg*.1* +%attr (-,root,root) /usr/man/man7/gnupg.7* %attr (4755,root,root) /usr/bin/gpg -%attr (-,root,root) /usr/bin/gpgkeys_* - +%attr (4755,root,root) /usr/bin/gpgv +%attr (4755,root,root) /usr/bin/gpgsplit +%attr (-,root,root) /usr/libexec/%{name} %attr (-,root,root) /usr/share/locale/*/*/%{name}.mo - -%attr (-,root,root) /usr/lib/%{name} - %config %attr (-,root,root) /usr/share/%{name}/options.skel %clean |