diff options
author | jbj <devnull@localhost> | 2005-02-02 18:47:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-02-02 18:47:42 +0000 |
commit | 0935020492e29e5b31bc6254db784e54ab5b4910 (patch) | |
tree | 59de1d4e67a86fec1bffbd644700c1788ec1bd35 /Makefile.am | |
parent | 7d8671172e6a02522f67fabd1def80b176789102 (diff) | |
download | librpm-tizen-0935020492e29e5b31bc6254db784e54ab5b4910.tar.gz librpm-tizen-0935020492e29e5b31bc6254db784e54ab5b4910.tar.bz2 librpm-tizen-0935020492e29e5b31bc6254db784e54ab5b4910.zip |
- fix: length of gpg V4 hash seed was incorrect (#146896).
- add support for V4 rfc-2440 signatures.
CVS patchset: 7737
CVS date: 2005/02/02 18:47:42
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 93b731106..095ed6955 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ EXTRA_DIST = CHANGES CREDITS Doxyheader GROUPS README.amiga INSTALL \ xmlspec/Makefile xmlspec/*.c xmlspec/*.h \ xmlspec/examples/*.sh xmlspec/examples/*.lst \ xmlspec/examples/*.xmlspec \ + sqlite/* \ po/*.in po/*.po po/rpm.pot \ rpm.magic rpmpopt-$(VERSION) rpmqv.c rpm.c |