diff --git a/src/colab-spb-plugin/VERSION b/src/colab-spb-plugin/VERSION index c834cf4..2938783 100644 --- a/src/colab-spb-plugin/VERSION +++ b/src/colab-spb-plugin/VERSION @@ -1 +1 @@ -5.0a0 +5.0a1 diff --git a/src/colab-spb-theme-plugin/VERSION b/src/colab-spb-theme-plugin/VERSION index c834cf4..2938783 100644 --- a/src/colab-spb-theme-plugin/VERSION +++ b/src/colab-spb-theme-plugin/VERSION @@ -1 +1 @@ -5.0a0 +5.0a1 diff --git a/src/noosfero-spb/VERSION b/src/noosfero-spb/VERSION index c834cf4..2938783 100644 --- a/src/noosfero-spb/VERSION +++ b/src/noosfero-spb/VERSION @@ -1 +1 @@ -5.0a0 +5.0a1 diff --git a/src/pkg-rpm/Makefile b/src/pkg-rpm/Makefile index d07cd23..a077258 100644 --- a/src/pkg-rpm/Makefile +++ b/src/pkg-rpm/Makefile @@ -77,7 +77,7 @@ $(build_src_packages): %-build-src : % cd $* && $(BUILD_PREFIX) rpmbuild --define "_topdir $(LOCAL_BUILD_DIR)" -bs $*.spec --nodeps $(upload_packages): %-upload : %-build-src % copr-cli - .virtualenv/bin/copr-cli build $(COPR_PROJECT) $(LOCAL_BUILD_DIR)/SRPMS/$*-*.src.rpm --nowait + 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 copr-cli: .virtualenv/bin/copr-cli diff --git a/src/pkg-rpm/colab-spb-plugin/colab-spb-plugin.spec b/src/pkg-rpm/colab-spb-plugin/colab-spb-plugin.spec index 7b6a1ce..b6f0c0e 100644 --- a/src/pkg-rpm/colab-spb-plugin/colab-spb-plugin.spec +++ b/src/pkg-rpm/colab-spb-plugin/colab-spb-plugin.spec @@ -1,5 +1,5 @@ Name: colab-spb-plugin -Version: 5.0a0 +Version: 5.0a1 Release: 1 Summary: SPB-specific Colab plugin License: GPL-3.0 diff --git a/src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec b/src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec index 357b453..ab0fd7f 100644 --- a/src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec +++ b/src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec @@ -1,5 +1,5 @@ Name: colab-spb-theme -Version: 5.0a0 +Version: 5.0a1 Release: 1 Summary: SPB-specific Colab theme License: GPL-3.0 diff --git a/src/pkg-rpm/noosfero-spb/noosfero-spb.spec b/src/pkg-rpm/noosfero-spb/noosfero-spb.spec index a83a164..30077a3 100644 --- a/src/pkg-rpm/noosfero-spb/noosfero-spb.spec +++ b/src/pkg-rpm/noosfero-spb/noosfero-spb.spec @@ -1,5 +1,5 @@ Name: noosfero-spb -Version: 5.0a0 +Version: 5.0a1 Release: 1 Summary: SPB-specific Noosfero plugins and themes Group: Applications/Publishing -- libgit2 0.21.2