Add md5->filedigest aliases (rhbz#487597)
authorJindrich Novy <jnovy@redhat.com>
Fri, 27 Feb 2009 13:34:39 +0000 (14:34 +0100)
committerJindrich Novy <jnovy@redhat.com>
Fri, 27 Feb 2009 13:34:39 +0000 (14:34 +0100)
- add %verify(nofiledigest) as %verify(nomd5) file attribute alias
- reference digests as digests not checksums
- make old md5 related symbols obsolete and use newer reference
- update man page accordingly

tools/debugedit.c

index f42b34a2ae6b12a02bf3bb37e19d25e67d5fb933..dd307dd90a3e66941f62ad1cbc0e9d6d97139dac 100644 (file)
@@ -1396,7 +1396,7 @@ handle_build_id (DSO *dso, Elf_Data *build_id,
     if (elf64_xlatetom (&x, &x, dso->ehdr.e_ident[EI_DATA]) == NULL)
       {
       bad:
-       fprintf (stderr, "Failed to compute header checksum: %s\n",
+       fprintf (stderr, "Failed to compute header digest: %s\n",
                 elf_errmsg (elf_errno ()));
        exit (1);
       }
This page took 0.062156 seconds and 5 git commands to generate.