Skip to content

Commit

Permalink
Merge pull request #45 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
malvads authored Aug 7, 2024
2 parents f44efa4 + d40186d commit 2de6165
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0
12 changes: 12 additions & 0 deletions packaging/rpm/redborder-cookbooks.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ Requires: cookbook-mem2incident

%install

%post
case "$1" in
1)
# This is an initial install.
:
;;
2)
# run the rb_upload_cookbooks script to avoid conflicts
su - -s /bin/bash -c 'touch /root/.upload-cookbooks'
;;
esac

%files
%defattr(0644,root,root)
%doc LICENSE
Expand Down

0 comments on commit 2de6165

Please sign in to comment.