Skip to content

Commit

Permalink
Merge branch 'jvolivie/goog1' into jvolivie/goog2
Browse files Browse the repository at this point in the history
Change-Id: I3c2b0edef4ac9bf522bf584055c8ce69f5378610
  • Loading branch information
jolivier23 committed Apr 18, 2024
2 parents 73d2d02 + 6b81e61 commit 0099a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def update_rpm_version(version, tag):
pkg_st = subprocess.Popen(cmd, stdout=subprocess.PIPE) # nosec
packager = pkg_st.communicate()[0].strip().decode('UTF-8')
except OSError:
print("You need to have the rpmdev-packager tool (from the "
print(" You need to have the rpmdev-packager tool (from the "
"rpmdevtools RPM on EL7) in order to make releases.\n\n"
"Additionally, you should define %packager in "
"~/.rpmmacros as such:\n"
Expand Down

0 comments on commit 0099a9b

Please sign in to comment.