File python310-base-symlink.spec of Package python310-base-symlink
%define python_version 3.10
%define python_version_nd 310
Name: python310-base-symlink
Version: 0.1
Release: 0
Summary: Symlink to python %{python_version}
License: None
Requires: python%{python_version_nd}-base
BuildArch: noarch
%description
Create python3 symlink to python%{python_version}
%prep
%build
%install
# Create symlink
install -d -m 755 %{buildroot}%{_bindir}
ln -sf python%{python_version} %{buildroot}%{_bindir}/python3
%files
%{_bindir}/python3
%changelog