Skip to content

Commit

Permalink
make-srpm.sh: fix typos and inaccuracies
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Mar 23, 2022
1 parent e66ac1e commit 75cd3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-srpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ URL: https://github.com/csutils/%{name}
Source0: https://github.com/csutils/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz
# cswrap-1.3.0+ emits internal warnings per timed out scans (used by csdiff to
# eliminate false positivies that such a scan would otherwise cause) ==> force
# eliminate false positives that such a scan would otherwise cause) ==> force
# new enough versions of the higher-level tools that will suppress them.
Conflicts: csbuild < 1.7.0
Conflicts: csdiff < 1.2.0
Expand Down Expand Up @@ -121,7 +121,7 @@ BuildRequires: glibc-static
%description
Generic compiler wrapper used by csmock to capture diagnostic messages.
# csexec is available on aarch64 and x86_64 only for now
# csexec is available on architectures defined in %%{csexec_archs} only
%ifarch %{csexec_archs}
%package -n csexec
Summary: Dynamic linker wrapper
Expand Down

0 comments on commit 75cd3ae

Please sign in to comment.