- fix typo
Related: RHEL-16895
This commit is contained in:
parent
45c5658483
commit
20c4f3e892
@ -45,7 +45,7 @@
|
|||||||
Name: %{package_name}
|
Name: %{package_name}
|
||||||
Summary: System Roles to configure RHEL for running SAP NetWeaver- or SAP HANA-based products
|
Summary: System Roles to configure RHEL for running SAP NetWeaver- or SAP HANA-based products
|
||||||
Version: 3.6.0
|
Version: 3.6.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Url: https://github.com/redhat-sap/community.sap_install
|
Url: https://github.com/redhat-sap/community.sap_install
|
||||||
Source0: https://github.com/linux-system-roles/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
Source0: https://github.com/linux-system-roles/auto-maintenance/archive/%{mainid}/auto-maintenance-%{mainid}.tar.gz
|
||||||
@ -161,7 +161,7 @@ find . -type f -size 0 -delete
|
|||||||
find . -type l -delete
|
find . -type l -delete
|
||||||
|
|
||||||
# fix python and bash shebangs
|
# fix python and bash shebangs
|
||||||
find -type f \( -iname "*.py" \) -exec sed -i '1s=^#! */usr/bin/\(python\|env python\)[23]\?=#!/usr/bin/env python3=' {} +
|
find -type f \( -iname "*.py" \) -exec sed -i '1s=^#! */usr/bin/\(python\|env python\)[23]\?=#!/usr/bin/python3=' {} +
|
||||||
find -type f \( -iname "*.sh" \) -exec sed -i '1s=^#! */bin/bash=#!/usr/bin/bash=' {} +
|
find -type f \( -iname "*.sh" \) -exec sed -i '1s=^#! */bin/bash=#!/usr/bin/bash=' {} +
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -262,6 +262,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2024 Than Ngo <than@redhat.com> - 3.6.0-3
|
||||||
|
- fix typo
|
||||||
|
Related: RHEL-16895
|
||||||
|
|
||||||
* Thu Jan 25 2024 Than Ngo <than@redhat.com> - 3.6.0-2
|
* Thu Jan 25 2024 Than Ngo <than@redhat.com> - 3.6.0-2
|
||||||
- add tests and tools
|
- add tests and tools
|
||||||
- fix bash and python shebangs
|
- fix bash and python shebangs
|
||||||
|
Loading…
Reference in New Issue
Block a user