Skip to content

Commit

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

---

Update: 24-05-2025

* AWX-RPM 24.4.0 Released
* Fixed issue with settings.py being overriden during update

---

Update: 06-05-2024

* AWX-RPM 24.3.1
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.3.1
awx_rpm_version=24.4.0
# Admin user to be created during the installation
awx_rpm_user=admin
# Password for the admin user
Expand Down
3 changes: 2 additions & 1 deletion templates/awx-rpm-temp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Source8: awx-rpm-nginx.conf-%{version}
Patch0: awx-patch.patch-%{version}
License: GPLv3
Group: AWX
URL: https://awx.wiki
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}.buildroot
Vendor: AWX
Prefix: %{_prefix}
Expand Down Expand Up @@ -169,7 +170,7 @@ fi
%dir %attr(0750, %{service_user}, %{service_group}) %{service_homedir}/venv
%{service_homedir}/.tower_version
%dir %attr(0770, %{service_user}, %{service_group}) %{service_logdir}
%config %{service_configdir}/settings.py
%config(noreplace) %{service_configdir}/settings.py
%config /etc/nginx/conf.d/awx-rpm.conf
/usr/lib/systemd/system/awx.target
/etc/receptor
Expand Down
2 changes: 1 addition & 1 deletion templates/receptor-temp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}.buildroot
Vendor: Ansible
Prefix: %{_prefix}

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

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

0 comments on commit 9e967dd

Please sign in to comment.