mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* distfiles, gnupg.spec.in: Include convert-from-106.
This commit is contained in:
parent
1c4090fe65
commit
31e09a853d
@ -1,5 +1,7 @@
|
||||
2002-11-30 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* distfiles, gnupg.spec.in: Include convert-from-106.
|
||||
|
||||
* convert-from-106: Script to automate the 1.0.6->later
|
||||
conversion. It marks all secret keys as ultimately trusted, adds
|
||||
the signature caches, and checks the trustdb.
|
||||
|
@ -1,13 +1,19 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; as a special exception the author gives
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
# modifications, as long as this notice is preserved.
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
gpg="../g10/gpg --no-greeting --no-secmem-warning";
|
||||
|
||||
|
@ -3,4 +3,5 @@ build-w32
|
||||
gnupg.spec.in
|
||||
autogen.sh
|
||||
mk-gpg-texi
|
||||
mk-w32-dist
|
||||
mk-w32-dist
|
||||
convert-from-106
|
||||
|
@ -24,13 +24,18 @@ Provides: gpg openpgp
|
||||
BuildRoot: /tmp/rpmbuild_%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Nov 30 2002 David Shaw <dshaw@jabberwocky.com>
|
||||
- Add convert-from-106 script
|
||||
|
||||
* Sat Oct 26 2002 David Shaw <dshaw@jabberwocky.com>
|
||||
- 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 <dshaw@jabberwocky.com>
|
||||
- Removed OPTIONS and pubring.asc - no longer used
|
||||
- Added doc/samplekeys.asc
|
||||
|
||||
* Sun Mar 31 2002 David Shaw <dshaw@jabberwocky.com>
|
||||
- Added the gpgkeys_xxx keyserver helpers.
|
||||
- Added a * to catch variations on the basic gpg man page (gpg, gpgv).
|
||||
@ -165,6 +170,7 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr
|
||||
%doc %attr (-,root,root) doc/HACKING
|
||||
%doc %attr (-,root,root) doc/OpenPGP
|
||||
%doc %attr (-,root,root) doc/samplekeys.asc
|
||||
%doc %attr (0755,root,root) scripts/convert-from-106
|
||||
|
||||
%attr (-,root,root) /usr/man/man1/gpg*.1*
|
||||
%attr (-,root,root) /usr/man/man7/gnupg.7*
|
||||
|
Loading…
x
Reference in New Issue
Block a user