File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
4949
5050 - name : Install package dependencies
51- run : sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
51+ run : sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
5252
5353 - name : Install python requirements
5454 run : python -m pip install -r tools/packaging_automation/requirements.txt
Original file line number Diff line number Diff line change 4242 run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
4343
4444 - name : Install package dependencies
45- run : sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
45+ run : sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
4646
4747 - name : Install python requirements
4848 run : python -m pip install -r tools/packaging_automation/requirements.txt
Original file line number Diff line number Diff line change 3636 with :
3737 token : ${{ secrets.GH_TOKEN }}
3838 - name : Install dependencies
39- run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
39+ run : sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
4040
4141 - name : Clone tools branch
4242 run : git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ Summary: PostgreSQL-based distributed RDBMS
88Name: %{sname }%{?pkginfix }_%{pgmajorversion }
99Provides: %{sname }_%{pgmajorversion }
1010Conflicts: %{sname }_%{pgmajorversion }
11- Version: 11.0.10 .citus
11+ Version: 12.1.3 .citus
1212Release: 1%{dist }
1313License: AGPLv3
1414Group: Applications/Databases
15- Source0: https://github.com/citusdata/citus/archive/v11.0.10 .tar.gz
15+ Source0: https://github.com/citusdata/citus/archive/v12.1.3 .tar.gz
1616URL: https://github.com/citusdata/citus
1717BuildRequires: postgresql%{pgmajorversion }-devel libcurl-devel
1818Requires: postgresql%{pgmajorversion }-server
112112%doc %{pginstdir }/doc/extension/NOTICE-%{sname }
113113
114114%changelog
115+ * Wed Apr 24 2024 - Gurkan Indibay <gindibay@microsoft.com> 12.1.3.citus-1
116+ - Official 12.1.3 release of Citus
117+
115118* Fri Feb 16 2024 - Gurkan Indibay <gindibay@microsoft.com> 11.0.10.citus-1
116119- Official 11.0.10 release of Citus
117120
Original file line number Diff line number Diff line change 1+ citus (12.1.3.citus-1) stable; urgency=low
2+
3+ * Official 12.1.3 release of Citus
4+
5+ -- Gurkan Indibay <gindibay@microsoft.com> Wed, 24 Apr 2024 11:17:35 +0000
6+
17citus (11.0.10.citus-1) stable; urgency=low
28
39 * Official 11.0.10 release of Citus
Original file line number Diff line number Diff line change 11pkgname=citus
22pkgdesc='Citus (Open-Source)'
3- pkglatest=11.0.10 .citus-1
3+ pkglatest=12.1.3 .citus-1
44nightlyref=main
55versioning=fancy
You can’t perform that action at this time.
0 commit comments