Skip to content

Commit

Permalink
Merge pull request #99 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 2.11.2
  • Loading branch information
andyone authored Nov 15, 2021
2 parents 172ef5d + d5cefc5 commit 8a6c594
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SOURCES/libexec/build-remote.shx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ parallelBuild() {
tmux attach-session -t "$TMUX_SESSION_NAME" >/dev/null 2>&1
fi

waitTillWorkersComplete ${wids[*]}
waitTillWorkersComplete "${wids[@]}"
removeParalellLock

show "Parallel build complete" $GREEN
Expand Down
2 changes: 1 addition & 1 deletion SOURCES/rpmbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
APP="RPMBuilder"

# Utility version (String)
VER="2.11.1"
VER="2.11.2"

################################################################################

Expand Down
5 changes: 4 additions & 1 deletion rpmbuilder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: RPM package build helper
Name: rpmbuilder
Version: 2.11.1
Version: 2.11.2
Release: 0%{?dist}
License: Apache License, Version 2.0
Group: Development/Tools
Expand Down Expand Up @@ -55,6 +55,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Mon Nov 15 2021 Anton Novojilov <[email protected]> - 2.11.2-0
- Fixed problems reported by shellcheck

* Sat Nov 06 2021 Anton Novojilov <[email protected]> - 2.11.1-0
- Code refactoring
- Added fallback accessibility check using nc
Expand Down

0 comments on commit 8a6c594

Please sign in to comment.