Skip to content

Commit

Permalink
Adding enable-network flag in makefile and updating version in .spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezborder committed Oct 1, 2024
1 parent e23a314 commit c93bfd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packaging/rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ srpm: build_prepare
rpm: srpm
/usr/bin/mock \
-r $(MOCK_CONFIG) \
--enable-network \
--define "__version $(VERSION)"\
--define "__release $(BUILD_NUMBER)"\
--resultdir=$(RESULT_DIR) \
Expand Down
4 changes: 2 additions & 2 deletions packaging/rpm/synthetic-producer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ exit 0
/etc/%{name}/config/rb_event.yml

%changelog
* Mon Jul 15 2024 Luis Blanco <ljblanco@redborder.com> - 1.0.1-1
* Mon Jul 15 2024 Luis Blanco <ljblanco@redborder.com> - 1.5.0-1
- add all yamls in directory to include rb_event
* Wed Oct 4 2023 David Vanhoucke <dvanhoucke@redborder.com> - 1.0.0-1
* Wed Oct 4 2023 David Vanhoucke <dvanhoucke@redborder.com> - 1.5.0-1
- sped update
* Wed Jan 26 2022 Eduardo Reyes <eareyes@redborder.com> - 0.0.1
- first spec version

0 comments on commit c93bfd1

Please sign in to comment.