Blame SOURCES/cpio-2.11-crc-fips-nit.patch

5c2053
From: Pavel Raiskup <pavel@raiskup.cz>
5c2053
Date: Mon, 14 Sep 2015 09:51:12 +0200
5c2053
Subject: [PATCH 7/7] Note that cpio uses Sum32 checksum only
5c2053
5c2053
Related to Package Wrangler and FIPS check.
5c2053
5c2053
diff --git a/src/main.c b/src/main.c
5c2053
index a875a13..13cdfcf 100644
5c2053
--- a/src/main.c
5c2053
+++ b/src/main.c
5c2053
@@ -167,7 +167,7 @@ static struct argp_option options[] = {
5c2053
   {"pattern-file", 'E', N_("FILE"), 0,
5c2053
    N_("Read additional patterns specifying filenames to extract or list from FILE"), 210},
5c2053
   {"only-verify-crc", ONLY_VERIFY_CRC_OPTION, 0, 0,
5c2053
-   N_("When reading a CRC format archive, only verify the CRC's of each file in the archive, don't actually extract the files"), 210},
5c2053
+   N_("When reading a CRC format archive, only verify the checksum of each file in the archive, don't actually extract the files"), 210},
5c2053
   {"rename", 'r', 0, 0,
5c2053
    N_("Interactively rename files"), GRID+1 },
5c2053
   {"rename-batch-file", RENAME_BATCH_FILE_OPTION, N_("FILE"), OPTION_HIDDEN,