Skip to content

Commit 1f40cc6

Browse files
committed
rpmlint fixes, silence error W: setup-not-quiet
1 parent 9539312 commit 1f40cc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lmod-illumina.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ rm -r pkgs tools/json.lua
8181
#sed -i -e 's, pkgs , ,' Makefile.in
8282
# Remove unneeded shebangs
8383
sed -i -e '/^#!/d' init/*.in
84-
%setup -c -D -T -a 1
84+
%setup -q -c -D -T -a 1
8585

8686
%patch0 -p1
8787

@@ -162,4 +162,4 @@ rm -rf $RPM_BUILD_ROOT
162162
%config(noreplace) %attr(644, root, root) %{_sysconfdir}/profile.d/z01-default_modules.csh
163163
%{_datadir}/lmod
164164
%{_datadir}/modulefiles
165-
# %{macrosdir}/macros.%{name}
165+
# %%{macrosdir}/macros.%%{name}

0 commit comments

Comments
 (0)