From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52d.google.com (mail-pg1-x52d.google.com [IPv6:2607:f8b0:4864:20::52d]) by sourceware.org (Postfix) with ESMTPS id 4A8A3384D177 for ; Thu, 20 Oct 2022 18:26:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4A8A3384D177 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-x52d.google.com with SMTP id h185so277624pgc.10 for ; Thu, 20 Oct 2022 11:26:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=cE7nS5rdXxjP7mT+w3bW+W506NudyDr+QamFyq5EGNw=; b=LdzbnwzpmsE551slQuoPs0BX/LiXVulCNAe7bFX3Q0kuVAEfgE170214/Vrg1ACNaX vnw3aYYyxMd1LAcharNOZZwYjj4orDtbWRJcNj3smMBAxnRNq3JRbL8grmGAtLaT9AVE C+bpqHTpGUa0pLeXg0pq3Ml4s+IN43m8QfOUtgJW4QaR7JZUoSATZHYkPXUsvZ03RPgY /lIxrEXjULfTp69mdgCQPxkIdPdn+WQRnQu3Gtzu9XtKWtDBpY2GTmK6FKpbt7lYbgPO 9ov8pEzuNrZIq99ZtxuP0ncpmqV9PDJNoa1mDnS4VH2lpruQBW6dLdKepehxAevjp+lk JUeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cE7nS5rdXxjP7mT+w3bW+W506NudyDr+QamFyq5EGNw=; b=CYdp2ntEyCy9n1hgNSJXhrjEwUYSh5IA+SA77e4a1Lr014m44CWfFCHKqo9N8/i3kZ DhGrZek+lM4sO3n+O/VSkht0imLbBTiF9i1BBuH2r0coiv6iOdMTFKIwUp3sRgQgabY5 EPx9G9VTwEEvrqKC4bjBixoXkMT8jAVD3KZH+e8JYdsmlbe36HMmZy7wW4PMOtnzPPgh VWa679GQlueJSgStccQfROsN9PvJIM4W6L3aJa2JpfSCAUQoWCzfPDuxO+5zfaf6xKQp Mktb/Spo8ewPujhxtkud5LKHo2uNkQH2Qsz29MP+FUDN4J5Mz0d0U15berhn2J0n0Vi/ o5mg== X-Gm-Message-State: ACrzQf3CYExb8uUQRi53HD/craYEnNT545Ew2WY5pmYsXgHYkUWDY0MA h4bMHUjKDXrOR2MclamjLQ23QV+FhrFehw== X-Google-Smtp-Source: AMsMyM40dAMW9Zdx4n6lER9GcGLMkIQuKhDESFqeUe0wHE/BnKLHkDKwO/Rw9J1SLbQ8ge6xhdjPPw== X-Received: by 2002:a62:164d:0:b0:562:bc4e:253 with SMTP id 74-20020a62164d000000b00562bc4e0253mr14809186pfw.26.1666290381697; Thu, 20 Oct 2022 11:26:21 -0700 (PDT) Received: from localhost.localdomain ([103.94.185.75]) by smtp.googlemail.com with ESMTPSA id w15-20020a17090a460f00b00202fbd9c21dsm115067pjg.48.2022.10.20.11.26.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Oct 2022 11:26:20 -0700 (PDT) From: Yonggang Luo To: elfutils-devel@sourceware.org Cc: Yonggang Luo Subject: [PATCH 01/25] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec' Date: Fri, 21 Oct 2022 02:25:40 +0800 Message-Id: <20221020182603.815-2-luoyonggang@gmail.com> X-Mailer: git-send-email 2.36.1.windows.1 In-Reply-To: <20221020182603.815-1-luoyonggang@gmail.com> References: <20221020182603.815-1-luoyonggang@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: These filenames are invalid on win32 Signed-off-by: Yonggang Luo --- tests/Makefile.am | 2 +- tests/debuginfod-rpms/{hello2.spec. => hello2.spec} | 0 tests/debuginfod-rpms/{hello3.spec. => hello3.spec} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tests/debuginfod-rpms/{hello2.spec. => hello2.spec} (100%) rename tests/debuginfod-rpms/{hello3.spec. => hello3.spec} (100%) diff --git a/tests/Makefile.am b/tests/Makefile.am index f680d3e1..4add00d8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -566,7 +566,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ debuginfod-rpms/fedora31/hello3-debugsource-1.0-2.x86_64.rpm \ debuginfod-rpms/fedora31/hello3-two-1.0-2.x86_64.rpm \ debuginfod-rpms/fedora31/hello3-two-debuginfo-1.0-2.x86_64.rpm \ - debuginfod-rpms/hello2.spec. \ + debuginfod-rpms/hello2.spec \ debuginfod-rpms/rhel6/hello2-1.0-2.i686.rpm \ debuginfod-rpms/rhel6/hello2-1.0-2.src.rpm \ debuginfod-rpms/rhel6/hello2-debuginfo-1.0-2.i686.rpm \ diff --git a/tests/debuginfod-rpms/hello2.spec. b/tests/debuginfod-rpms/hello2.spec similarity index 100% rename from tests/debuginfod-rpms/hello2.spec. rename to tests/debuginfod-rpms/hello2.spec diff --git a/tests/debuginfod-rpms/hello3.spec. b/tests/debuginfod-rpms/hello3.spec similarity index 100% rename from tests/debuginfod-rpms/hello3.spec. rename to tests/debuginfod-rpms/hello3.spec -- 2.36.1.windows.1