Skip to content

Commit

Permalink
Release 24.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMEEE committed May 6, 2024
1 parent 5b325ad commit b999fb1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Inventory can be configured in ansible/inventory and is documented within the fi

---

Update: 06-05-2024

* AWX-RPM 24.3.1
* UI_NEXT and Localization is fixed

Released directly from Red Hat Summit 2024

---

Update: 25-04-2024

* AWX-RPM 24.3.0
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[all:vars]
# Choose AWX-RPM to Install
awx_rpm_version=24.2.0
awx_rpm_version=24.3.1
# Admin user to be created during the installation
awx_rpm_user=admin
# Password for the admin user
Expand Down
8 changes: 8 additions & 0 deletions templates/awx-rpm-temp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ git checkout -f %{version}
%build

%install
mkdir translations/
mv awx/locale/en-us/LC_MESSAGES/django.po translations/
mv awx/ui/src/locales/en/messages.po translations/

echo 'node-options="--openssl-legacy-provider"' >> awx/ui/.npmrc
GIT_BRANCH=%{version} VERSION=%{version} python%{python3_pkgversion} -m build -s
make ui-next/src
Expand All @@ -70,6 +74,10 @@ make ui-release

mkdir -p /var/log/tower
AWX_SETTINGS_FILE=awx/settings/production.py SKIP_SECRET_KEY_CHECK=yes SKIP_PG_VERSION_CHECK=yes python%{python3_pkgversion} manage.py collectstatic --noinput --clear

chmod +x tools/scripts/l18n/post_translation.sh
./tools/scripts/l18n/post_translation.sh

mkdir -p %{buildroot}%{_prefix}
for i in `find -type f |grep mappings.wasm`; do
echo "Removing $i"
Expand Down
4 changes: 3 additions & 1 deletion templates/receptor-temp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}.buildroot
Vendor: Ansible
Prefix: %{_prefix}

BuildRequires: golang make python%{python3_pkgversion} python%{python3_pkgversion}-wheel git
BuildRequires: golang = 1.20.12
BuildRequires: make python%{python3_pkgversion} python%{python3_pkgversion}-wheel git

%description
%{summary}
Expand All @@ -24,6 +25,7 @@ BuildRequires: golang make python%{python3_pkgversion} python%{python3_pkgversio
%setup

%build
go mod tidy
make build-all

%install
Expand Down
2 changes: 1 addition & 1 deletion working-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.3.0
24.3.1

0 comments on commit b999fb1

Please sign in to comment.