Skip to content

Commit 75cd3ae

Browse files
committed
make-srpm.sh: fix typos and inaccuracies
1 parent e66ac1e commit 75cd3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make-srpm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ URL: https://github.com/csutils/%{name}
9090
Source0: https://github.com/csutils/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
9191
9292
# cswrap-1.3.0+ emits internal warnings per timed out scans (used by csdiff to
93-
# eliminate false positivies that such a scan would otherwise cause) ==> force
93+
# eliminate false positives that such a scan would otherwise cause) ==> force
9494
# new enough versions of the higher-level tools that will suppress them.
9595
Conflicts: csbuild < 1.7.0
9696
Conflicts: csdiff < 1.2.0
@@ -121,7 +121,7 @@ BuildRequires: glibc-static
121121
%description
122122
Generic compiler wrapper used by csmock to capture diagnostic messages.
123123
124-
# csexec is available on aarch64 and x86_64 only for now
124+
# csexec is available on architectures defined in %%{csexec_archs} only
125125
%ifarch %{csexec_archs}
126126
%package -n csexec
127127
Summary: Dynamic linker wrapper

0 commit comments

Comments
 (0)