diff options
author | David Shaw <[email protected]> | 2005-08-22 02:26:57 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-08-22 02:26:57 +0000 |
commit | 55e38d78de548da19240479667ff7388edf775ca (patch) | |
tree | 2726b250e18e9fb536ebf875be791acb78c5e456 | |
parent | * Makefile.am: No need to link with curl any longer. (diff) | |
download | gnupg-55e38d78de548da19240479667ff7388edf775ca.tar.gz gnupg-55e38d78de548da19240479667ff7388edf775ca.zip |
* gnupg.spec.in: Distribute gpg-zip.
-rw-r--r-- | scripts/ChangeLog | 4 | ||||
-rw-r--r-- | scripts/gnupg.spec.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index a581e18e3..b9ac70965 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2005-08-21 David Shaw <[email protected]> + + * gnupg.spec.in: Distribute gpg-zip. + 2005-05-31 Werner Koch <[email protected]> * config.guess, config.sub, config.rpath: Updated from todays diff --git a/scripts/gnupg.spec.in b/scripts/gnupg.spec.in index c43fd2bec..d4457cb12 100644 --- a/scripts/gnupg.spec.in +++ b/scripts/gnupg.spec.in @@ -25,6 +25,9 @@ Requires(post,preun): /sbin/install-info BuildRoot: %{_tmppath}/rpmbuild_%{name}-%{version} %changelog +* Sun Aug 21 2005 David Shaw <[email protected]> +- Distribute gpg-zip. + * Fri Apr 22 2005 David Shaw <[email protected]> - No longer any need to override libexecdir. The makefiles now calculate this correctly internally. @@ -189,6 +192,7 @@ rm -f %{buildroot}%{_infodir}/dir %attr (4755,root,root) %{_bindir}/gpg %attr (0755,root,root) %{_bindir}/gpgv %attr (0755,root,root) %{_bindir}/gpgsplit +%attr (0755,root,root) %{_bindir}/gpg-zip %attr (0755,root,root) %{_libexecdir}/gnupg/* %post |