summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2021-02-12 16:36:04 +0100
committerMark Wielaard <mark@klomp.org>2021-02-12 16:36:04 +0100
commit5e5a05bfb0faa36a4286fc564248214bce0fc879 (patch)
treee5d3a4bd634fb592a2e8011a1776abbabfc90907
parentd358f6329945c96b25f777377055ee44133810fa (diff)
downloadelfutils-5e5a05bfb0faa36a4286fc564248214bce0fc879.tar.gz
elfutils.spec.in: Escape %%check in comment.
Signed-off-by: Mark Wielaard <mark@klomp.org>
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index d84d38c3..e877bdda 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-12 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in: Escape %%check in comment.
+
2021-02-05 Mark Wielaard <mark@klomp.org>
* elfutils.spec.in: Update for 0.183.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 46b404f9..9df92b38 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -35,7 +35,7 @@ BuildRequires: pkgconfig(libarchive) >= 3.1.2
# For tests need to bunzip2 test files.
BuildRequires: bzip2
BuildRequires: zstd
-# For the run-debuginfod-find.sh test case in %check for /usr/sbin/ss
+# For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss
BuildRequires: iproute
BuildRequires: bsdtar
BuildRequires: curl