Your message dated Sun, 01 Jan 2023 18:20:20 +0000
with message-id <e1pc2ww-003slm...@fasolo.debian.org>
and subject line Bug#1027573: fixed in kdump-tools 1:1.8.1
has caused the Debian Bug report #1027573,
regarding kdump-tools: FTBFS: make[1]: *** [debian/rules:64: 
override_dh_auto_test] Error 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1027573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027573
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kdump-tools
Version: 1:1.8
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230101 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> shellcheck -e SC1090,SC1091,SC3043 debian/kdump-config.in 
> debian/kernel-postrm-delete-initrd debian/kdump-tools.postinst 
> debian/kdump-tools.preinst debian/kdump-tools.postrm 
> debian/kdump-tools.config debian/kernel-postinst-generate-initrd 
> debian/initramfs.local-bottom debian/kdump-tools.init debian/initramfs.hook
> 
> In debian/kdump-config.in line 62:
> [ -d $KDUMP_COREDIR ] || mkdir -p $KDUMP_COREDIR ;
>      ^------------^ SC2086 (info): Double quote to prevent globbing and word 
> splitting.
>                                   ^------------^ SC2086 (info): Double quote 
> to prevent globbing and word splitting.
> 
> Did you mean: 
> [ -d "$KDUMP_COREDIR" ] || mkdir -p "$KDUMP_COREDIR" ;
> 
> 
> In debian/kdump-config.in line 178:
>       if [ -e $kexec_cmd_file ] ; then
>                 ^-------------^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>       if [ -e "$kexec_cmd_file" ] ; then
> 
> 
> In debian/kdump-config.in line 179:
>               cat $kexec_cmd_file ;
>                     ^-------------^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               cat "$kexec_cmd_file" ;
> 
> 
> In debian/kdump-config.in line 266:
>                                       create_symlink $symlink "$KVER"
>                                                        ^------^ SC2086 
> (info): Double quote to prevent globbing and word splitting.
> 
> Did you mean: 
>                                       create_symlink "$symlink" "$KVER"
> 
> 
> In debian/kdump-config.in line 457:
>               logger -t $NAME "fadump registering failed"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "fadump registering failed"
> 
> 
> In debian/kdump-config.in line 462:
>       logger -t $NAME "fadump registered successfully"
>                   ^---^ SC2086 (info): Double quote to prevent globbing and 
> word splitting.
> 
> Did you mean: 
>       logger -t "$NAME" "fadump registered successfully"
> 
> 
> In debian/kdump-config.in line 478:
>               logger -t $NAME "fadump un-registering failed"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "fadump un-registering failed"
> 
> 
> In debian/kdump-config.in line 483:
>       logger -t $NAME "fadump un-registered successfully"
>                   ^---^ SC2086 (info): Double quote to prevent globbing and 
> word splitting.
> 
> Did you mean: 
>       logger -t "$NAME" "fadump un-registered successfully"
> 
> 
> In debian/kdump-config.in line 594:
>               logger -t $NAME "unloaded kdump kernel"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "unloaded kdump kernel"
> 
> 
> In debian/kdump-config.in line 597:
>               logger -t $NAME "failed to unload kdump kernel"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "failed to unload kdump kernel"
> 
> 
> In debian/kdump-config.in line 727:
>       logger -t $NAME "makedumpfile --dump-dmesg failed. dmesg content will 
> be unavailable"
>                   ^---^ SC2086 (info): Double quote to prevent globbing and 
> word splitting.
> 
> Did you mean: 
>       logger -t "$NAME" "makedumpfile --dump-dmesg failed. dmesg content will 
> be unavailable"
> 
> 
> In debian/kdump-config.in line 755:
>               while [ $CNT -ne 0 ];do
>                         ^--^ SC2086 (info): Double quote to prevent globbing 
> and word splitting.
> 
> Did you mean: 
>               while [ "$CNT" -ne 0 ];do
> 
> 
> In debian/kdump-config.in line 768:
>               if [ $ERROR -ne 0 ];then
>                      ^----^ SC2086 (info): Double quote to prevent globbing 
> and word splitting.
> 
> Did you mean: 
>               if [ "$ERROR" -ne 0 ];then
> 
> 
> In debian/kdump-config.in line 770:
>                       logger -t $NAME "Unable to mount remote NFS directory 
> $NFS. Cannot save core"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "Unable to mount remote NFS directory 
> $NFS. Cannot save core"
> 
> 
> In debian/kdump-config.in line 781:
>                       logger -t $NAME "Unable to write to the remote NFS 
> directory $NFS. Cannot save core"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "Unable to write to the remote NFS 
> directory $NFS. Cannot save core"
> 
> 
> In debian/kdump-config.in line 782:
>                       umount $KDUMP_COREDIR
>                                ^------------^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       umount "$KDUMP_COREDIR"
> 
> 
> In debian/kdump-config.in line 786:
>                               logger -t $NAME "Unable to cleanly unmount the 
> NFS file system"
>                                           ^---^ SC2086 (info): Double quote 
> to prevent globbing and word splitting.
> 
> Did you mean: 
>                               logger -t "$NAME" "Unable to cleanly unmount 
> the NFS file system"
> 
> 
> In debian/kdump-config.in line 790:
>                       logger -t $NAME "Dumping to NFS mountpoint 
> $NFS/$KDUMP_STAMP"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "Dumping to NFS mountpoint 
> $NFS/$KDUMP_STAMP"
> 
> 
> In debian/kdump-config.in line 804:
>                       logger -t $NAME "saved dmesg content in $KDUMP_STAMPDIR"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "saved dmesg content in 
> $KDUMP_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 808:
>                       logger -t $NAME "failed to save dmesg content in 
> $KDUMP_STAMPDIR"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "failed to save dmesg content in 
> $KDUMP_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 818:
>               logger -t $NAME "makedumpfile failed, falling back to 'cp'"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "makedumpfile failed, falling back to 'cp'"
> 
> 
> In debian/kdump-config.in line 829:
>               logger -t $NAME "saved vmcore in $KDUMP_STAMPDIR"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "saved vmcore in $KDUMP_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 833:
>               logger -t $NAME "failed to save vmcore in $KDUMP_STAMPDIR"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "failed to save vmcore in $KDUMP_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 837:
>       if [ -z "${NFS}" ] && [ $ERROR -eq 0 ] && [ $KDUMP_NUM_DUMPS -gt 0 ] ; 
> then
>                                                     ^--------------^ SC2086 
> (info): Double quote to prevent globbing and word splitting.
> 
> Did you mean: 
>       if [ -z "${NFS}" ] && [ $ERROR -eq 0 ] && [ "$KDUMP_NUM_DUMPS" -gt 0 ] 
> ; then
> 
> 
> In debian/kdump-config.in line 838:
>               num_dumps=$(find $KDUMP_COREDIR -mindepth 1 -maxdepth 1 -name 
> '2*' | wc -l)
>                                  ^------------^ SC2086 (info): Double quote 
> to prevent globbing and word splitting.
> 
> Did you mean: 
>               num_dumps=$(find "$KDUMP_COREDIR" -mindepth 1 -maxdepth 1 -name 
> '2*' | wc -l)
> 
> 
> In debian/kdump-config.in line 839:
>               if [ "$num_dumps" -gt $KDUMP_NUM_DUMPS ] ; then
>                                       ^--------------^ SC2086 (info): Double 
> quote to prevent globbing and word splitting.
> 
> Did you mean: 
>               if [ "$num_dumps" -gt "$KDUMP_NUM_DUMPS" ] ; then
> 
> 
> In debian/kdump-config.in line 841:
>                       purge_dir=$(find $KDUMP_COREDIR -mindepth 1 -maxdepth 1 
> -name '2*' -print0 | sort -Vz | head -z -n $purge_num | tr "\\0" " ")
>                                          ^------------^ SC2086 (info): Double 
> quote to prevent globbing and word splitting.
> 
> Did you mean: 
>                       purge_dir=$(find "$KDUMP_COREDIR" -mindepth 1 -maxdepth 
> 1 -name '2*' -print0 | sort -Vz | head -z -n $purge_num | tr "\\0" " ")
> 
> 
> In debian/kdump-config.in line 843:
>                       logger -t $NAME "Too many dumps, purging: $purge_dir"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "Too many dumps, purging: $purge_dir"
> 
> 
> In debian/kdump-config.in line 844:
>                       find $KDUMP_COREDIR -mindepth 1 -maxdepth 1 -name '2*' 
> -print0 | sort -Vz | head -z -n $purge_num | xargs -0 rm -rf
>                              ^------------^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       find "$KDUMP_COREDIR" -mindepth 1 -maxdepth 1 -name 
> '2*' -print0 | sort -Vz | head -z -n $purge_num | xargs -0 rm -rf
> 
> 
> In debian/kdump-config.in line 851:
>               umount $KDUMP_COREDIR
>                        ^------------^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               umount "$KDUMP_COREDIR"
> 
> 
> In debian/kdump-config.in line 855:
>                       logger -t $NAME "Unable to cleanly unmount the NFS file 
> system"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "Unable to cleanly unmount the NFS 
> file system"
> 
> 
> In debian/kdump-config.in line 903:
>                       logger -t $NAME "saved dmesg content via FTP in 
> $FTP_REMOTE_HOST:$FTP_DMESGFILE"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "saved dmesg content via FTP in 
> $FTP_REMOTE_HOST:$FTP_DMESGFILE"
> 
> 
> In debian/kdump-config.in line 906:
>                       logger -t $NAME "failed to save dmesg content via FTP 
> in $FTP_REMOTE_HOST:$FTP_DMESGFILE"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "failed to save dmesg content via FTP 
> in $FTP_REMOTE_HOST:$FTP_DMESGFILE"
> 
> 
> In debian/kdump-config.in line 918:
>               logger -t $NAME "failed to save vmcore via FTP in 
> $FTP_REMOTE_HOST:$FTP_COREFILE"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "failed to save vmcore via FTP in 
> $FTP_REMOTE_HOST:$FTP_COREFILE"
> 
> 
> In debian/kdump-config.in line 921:
>               logger -t $NAME "saved vmcore via FTP in 
> $FTP_REMOTE_HOST:$FTP_COREFILE"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "saved vmcore via FTP in 
> $FTP_REMOTE_HOST:$FTP_COREFILE"
> 
> 
> In debian/kdump-config.in line 941:
>       while [ $CNT -ne 0 ];do
>                 ^--^ SC2086 (info): Double quote to prevent globbing and word 
> splitting.
> 
> Did you mean: 
>       while [ "$CNT" -ne 0 ];do
> 
> 
> In debian/kdump-config.in line 942:
>               ssh -i $SSH_KEY "$SSH_REMOTE_HOST" mkdir -p "$SSH_STAMPDIR"
>                        ^------^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               ssh -i "$SSH_KEY" "$SSH_REMOTE_HOST" mkdir -p "$SSH_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 953:
>       if [ $ERROR -ne 0 ]; then
>              ^----^ SC2086 (info): Double quote to prevent globbing and word 
> splitting.
> 
> Did you mean: 
>       if [ "$ERROR" -ne 0 ]; then
> 
> 
> In debian/kdump-config.in line 955:
>               logger -t $NAME "Unable to reach remote server 
> $SSH_REMOTE_HOST; can't continue"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "Unable to reach remote server 
> $SSH_REMOTE_HOST; can't continue"
> 
> 
> In debian/kdump-config.in line 964:
>                       scp -i $SSH_KEY "$SSH_TMPDMESG" 
> "$SSH_REMOTE_HOST:$SSH_DMESGFILE"
>                                ^------^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       scp -i "$SSH_KEY" "$SSH_TMPDMESG" 
> "$SSH_REMOTE_HOST:$SSH_DMESGFILE"
> 
> 
> In debian/kdump-config.in line 971:
>                       logger -t $NAME "saved dmesg content in 
> $SSH_REMOTE_HOST:$SSH_STAMPDIR"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "saved dmesg content in 
> $SSH_REMOTE_HOST:$SSH_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 974:
>                       logger -t $NAME "failed to save dmesg content in 
> $SSH_REMOTE_HOST:$SSH_STAMPDIR"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "failed to save dmesg content in 
> $SSH_REMOTE_HOST:$SSH_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 984:
>               logger -t $NAME "makedumpfile failed, falling back to 'scp'"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "makedumpfile failed, falling back to 'scp'"
> 
> 
> In debian/kdump-config.in line 988:
>               if ! scp -i $SSH_KEY $vmcore_file 
> "$SSH_REMOTE_HOST:$SSH_CORETEMP"; then
>                             ^------^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               if ! scp -i "$SSH_KEY" $vmcore_file 
> "$SSH_REMOTE_HOST:$SSH_CORETEMP"; then
> 
> 
> In debian/kdump-config.in line 990:
>                       logger -t $NAME "makedumpfile scp failed. The vmcore 
> file will  not be available"
>                                   ^---^ SC2086 (info): Double quote to 
> prevent globbing and word splitting.
> 
> Did you mean: 
>                       logger -t "$NAME" "makedumpfile scp failed. The vmcore 
> file will  not be available"
> 
> 
> In debian/kdump-config.in line 1001:
>               logger -t $NAME "failed to save vmcore in 
> $SSH_REMOTE_HOST:$SSH_STAMPDIR"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "failed to save vmcore in 
> $SSH_REMOTE_HOST:$SSH_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 1003:
>               ssh -i $SSH_KEY "$SSH_REMOTE_HOST" mv "$SSH_CORETEMP" 
> "$SSH_COREFILE"
>                        ^------^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               ssh -i "$SSH_KEY" "$SSH_REMOTE_HOST" mv "$SSH_CORETEMP" 
> "$SSH_COREFILE"
> 
> 
> In debian/kdump-config.in line 1005:
>               logger -t $NAME "saved vmcore in $SSH_REMOTE_HOST:$SSH_STAMPDIR"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "saved vmcore in 
> $SSH_REMOTE_HOST:$SSH_STAMPDIR"
> 
> 
> In debian/kdump-config.in line 1020:
>               logger -t $NAME "Remote ssh dump is not configured. No reason 
> to propagate"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "Remote ssh dump is not configured. No reason 
> to propagate"
> 
> 
> In debian/kdump-config.in line 1029:
>               /usr/bin/ssh-keygen -t rsa -f $KDUMP_SSH_KEY -N "" >/dev/null 
> 2>&1
>                                               ^------------^ SC2086 (info): 
> Double quote to prevent globbing and word splitting.
> 
> Did you mean: 
>               /usr/bin/ssh-keygen -t rsa -f "$KDUMP_SSH_KEY" -N "" >/dev/null 
> 2>&1
> 
> 
> In debian/kdump-config.in line 1035:
>       ssh-copy-id -i $KDUMP_SSH_KEY "$KDUMP_SSH_USER@$KDUMP_SSH_TARGET" 
> >/dev/null 2>&1
>                        ^------------^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>       ssh-copy-id -i "$KDUMP_SSH_KEY" "$KDUMP_SSH_USER@$KDUMP_SSH_TARGET" 
> >/dev/null 2>&1
> 
> 
> In debian/kdump-config.in line 1040:
>               logger -t $NAME "$KDUMP_SSH_KEY failed to be sent to 
> $KDUMP_REMOTE_HOST"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "$KDUMP_SSH_KEY failed to be sent to 
> $KDUMP_REMOTE_HOST"
> 
> 
> In debian/kdump-config.in line 1043:
>               logger -t $NAME "propagated ssh key $KDUMP_SSH_KEY to server 
> $KDUMP_REMOTE_HOST"
>                           ^---^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>               logger -t "$NAME" "propagated ssh key $KDUMP_SSH_KEY to server 
> $KDUMP_REMOTE_HOST"
> 
> 
> In debian/kdump-config.in line 1138:
>       condreload 9>$lock_file
>                      ^--------^ SC2086 (info): Double quote to prevent 
> globbing and word splitting.
> 
> Did you mean: 
>       condreload 9>"$lock_file"
> 
> For more information:
>   https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing 
> ...
> make[1]: *** [debian/rules:64: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/01/01/kdump-tools_1.8_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230101;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230101&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: kdump-tools
Source-Version: 1:1.8.1
Done: dann frazier <da...@debian.org>

We believe that the bug you reported is fixed in the latest version of
kdump-tools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1027...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
dann frazier <da...@debian.org> (supplier of updated kdump-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 01 Jan 2023 10:53:45 -0700
Source: kdump-tools
Architecture: source
Version: 1:1.8.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Kdump <team+kd...@tracker.debian.org>
Changed-By: dann frazier <da...@debian.org>
Closes: 922705 1027573
Changes:
 kdump-tools (1:1.8.1) unstable; urgency=medium
 .
   * kdump-config: Add double quotes to address shellcheck SC2086,
     fixing FTBFS. (Closes: #1027573)
   * Pass "usbcore.nousb" to the crash kernel instead of "nousb".
     (Closes: #922705)
Checksums-Sha1:
 1cc2b1c6d8959d17925a0ca8cb4c4d791a5cd519 1883 kdump-tools_1.8.1.dsc
 12b2f3b85e583f0d6a03968c2d9f8157dbd3df0f 39148 kdump-tools_1.8.1.tar.xz
 5247e42c08bafd7508e4152b792e3f710ce3be03 7387 
kdump-tools_1.8.1_source.buildinfo
Checksums-Sha256:
 d5596c816db7c61e268148736318f6e32f8edb5b70fc21f993eb65d0706ff573 1883 
kdump-tools_1.8.1.dsc
 2f64d06ec0d8138e98f01c62f75def89e51632534338c34c1382220ee5ac1c4d 39148 
kdump-tools_1.8.1.tar.xz
 f4813218cb8aa7889e8dd3087a15c8838d8910bd7f15eb946cd90686a1022f51 7387 
kdump-tools_1.8.1_source.buildinfo
Files:
 cf20d7dc926e6efb6946622f25728074 1883 devel optional kdump-tools_1.8.1.dsc
 bf690b241ae1ef3ac9226ba40995575a 39148 devel optional kdump-tools_1.8.1.tar.xz
 68783a95a15119bef7f083a739c1142b 7387 devel optional 
kdump-tools_1.8.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEECfR9vy0y7twkQ+vuG/g8XlT8hkAFAmOxyPIRHGRhbm5mQGRl
Ymlhbi5vcmcACgkQG/g8XlT8hkC7zw/6AxkKbLxedIrxYIitBTesizWLKXwA9GxS
f95tcZQBGPapE6smsm2p0EqBu/QW0pyAwkCQt2k7SUV8/8/Wq2GaSixvF9mDCVH8
ulIizIPNDlfY22fuuw6DlqZUJ8aOB8IU8PC9B+mNasM2SqFTciiMi09AwL/tUIqu
gwG0KRHr+bY6KDRRXhj6QwEc2bSYQP72FmK0i6iz8ATHDgpqMGO7nVXef1dd+OgC
qnAEKf2FNz+dvcoE95NPd/Xe7lyA83PuqoSo3i9YLPyxE55Rkduwt3vR1TK/sVMU
5NAbFC1NG5NjSuIB542DfhckJ7S3wUt6kZUmBV++hMn7LApNkrKsjPYq64o+OqTH
uVdsB9AQBkVZ3wJDBYl0xS3jJNkRoJ+DV9psHdspmYpJ5atC47KVfOSMSLzna7hG
PGqe3tGoMlK2fEWz+ceYgoSfMKtYbWqpJpZI034BY6mY74ImAi9madmAMXOoKniu
eGUpQvv1TAACfm/YBkuqz205xFTsqAL3HZi4d46Zf4mftAgGHQBJq7JqFsm5lcNS
/2Uiau+oEYFSTyfvXiYhI0v4igWqgj1LCHR99Y5mFTy4bploo/Qd9AcxFlBERWmP
WLbOlwY8Ix1ugmcpZTtvNqQrum9o62JTa3he12crOgUcfakqUC2ST6o0zS5C0bcn
u+fPznFxX6A=
=yM9w
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to