Opensearch dashboard rpm install error

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch-dashboards-2.11.1-linux-x64

rpm version : 4.11.3
os : rhel-fedora-7.2

Describe the issue:
rpm -ivh opensearch-dashboards-2.11.1-linux-x64.rpm

error: opensearch-dashboards-2.11.1-linux-x64.rpm: headerRead failed: hdr data: BAD, no. of bytes(17436324) out of range
error: opensearch-dashboards-2.11.1-linux-x64.rpm cannot be installed

Configuration:

Relevant Logs or Screenshots:

@droughtyDew I’ve just tested and had no issues with OpenSearch Dashboards installation.

I’ve used a Fedora docker container for testing.

docker run -it fedora bash
[root@a76cf84fab78 /]# curl --output opensearch-dashboards-2.11.1-linux-x64.rpm https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.11.1/opensearch-dashboards-2.11.1-linux-x64.rpm
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  253M  100  253M    0     0  13.7M      0  0:00:18  0:00:18 --:--:-- 10.1M
[root@a76cf84fab78 /]#
[root@a76cf84fab78 /]#
[root@a76cf84fab78 /]# rpm -ivh opensearch-dashboards-2.11.1-linux-x64.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:opensearch-dashboards-2.11.1-1   ################################# [100%]
### NOT starting on installation, please execute the following statements to configure opensearch-dashboards service to start automatically using systemd
 sudo systemctl daemon-reload
 sudo systemctl enable opensearch-dashboards.service
### You can start opensearch-dashboards service by executing
 sudo systemctl start opensearch-dashboards.service
### Upcoming breaking change in packaging
 In a future release of OpenSearch Dashboards, we plan to change the permissions associated with access to installed files
 If you are configuring tools that require read access to the OpenSearch Dashboards configuration files, we recommend you add the user that runs these tools to the 'opensearch-dashboards' group
 For more information, see https://github.com/opensearch-project/opensearch-build/pull/4043

Then I think it’s my OS or RPM problem
Thank you.

Can you tell me your os version and rpm version?

@droughtyDew As I mentioned before I used Fedora docker container. The latest version of the image.

docker run -it fedora bash
[root@48b02f9b614d /]# rpm version
RPM version 4.19.0
Copyright (C) 1998-2002 - Red Hat, Inc.
This program may be freely redistributed under the terms of the GNU GPL

I tried with the same rpm file in different os version and rpm version and succeeded.

os version
image

rpm version
image

I think the low rpm version was the problem
https://git.centos.org/rpms/rpm/blob/c7/f/SOURCES/rpm-4.13.x-increase_header_size.patch