Commit 600e33c5b7789269639e1fe93b0e3df7846ea184

Authored by Athos
Committed by Lucas Kanashiro
1 parent 0e6dd599
Exists in stable-4.1

SPB release 5.0a1

(cherry picked from commit fb831803945b81fe1190c252864cd4de1e4a7fd6)
src/colab-spb-plugin/VERSION
1   -5.0a0
  1 +5.0a1
... ...
src/colab-spb-theme-plugin/VERSION
1   -5.0a0
  1 +5.0a1
... ...
src/noosfero-spb/VERSION
1   -5.0a0
  1 +5.0a1
... ...
src/pkg-rpm/Makefile
... ... @@ -77,7 +77,7 @@ $(build_src_packages): %-build-src : %
77 77 cd $* && $(BUILD_PREFIX) rpmbuild --define "_topdir $(LOCAL_BUILD_DIR)" -bs $*.spec --nodeps
78 78  
79 79 $(upload_packages): %-upload : %-build-src % copr-cli
80   - .virtualenv/bin/copr-cli build $(COPR_PROJECT) $(LOCAL_BUILD_DIR)/SRPMS/$*-*.src.rpm --nowait
  80 + if [ -f /bin/copr-cli ]; then copr-cli build $(COPR_PROJECT) $(LOCAL_BUILD_DIR)/SRPMS/$*-*.src.rpm --nowait; else .virtualenv/bin/copr-cli build $(COPR_PROJECT) $(LOCAL_BUILD_DIR)/SRPMS/$*-*.src.rpm --nowait; fi
81 81  
82 82 copr-cli: .virtualenv/bin/copr-cli
83 83  
... ...
src/pkg-rpm/colab-spb-plugin/colab-spb-plugin.spec
1 1 Name: colab-spb-plugin
2   -Version: 5.0a0
  2 +Version: 5.0a1
3 3 Release: 1
4 4 Summary: SPB-specific Colab plugin
5 5 License: GPL-3.0
... ...
src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec
1 1 Name: colab-spb-theme
2   -Version: 5.0a0
  2 +Version: 5.0a1
3 3 Release: 1
4 4 Summary: SPB-specific Colab theme
5 5 License: GPL-3.0
... ...
src/pkg-rpm/noosfero-spb/noosfero-spb.spec
1 1 Name: noosfero-spb
2   -Version: 5.0a0
  2 +Version: 5.0a1
3 3 Release: 1
4 4 Summary: SPB-specific Noosfero plugins and themes
5 5 Group: Applications/Publishing
... ...