And add the source rpm repo and disable by default. Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org> (cherry picked from commit 3793701ad7e458e063a830aa2bd1bcb178ea07ff)
39 lines
1.0 KiB
RPMSpec
39 lines
1.0 KiB
RPMSpec
Name: lustre-release
|
|
Version: 22.03
|
|
Release: 2
|
|
Summary: Lustre packages DNF/YUM repo configuration
|
|
|
|
License: GPL-2.0-only
|
|
|
|
# This is an openEuler maintained package which is specific to
|
|
# our distribution. Thus the source is only available from
|
|
# within this srpm.
|
|
URL: https://gitee.com/src-openeuler/lustre-release
|
|
Source1: GPL
|
|
Source2: lustre.repo
|
|
|
|
BuildArch: noarch
|
|
Requires: openEuler-release >= %{version}
|
|
|
|
|
|
%description
|
|
This package contains the Lustre packages DNF/YUM repo configuration.
|
|
|
|
|
|
%install
|
|
install -dm 755 %{buildroot}%{_sysconfdir}/yum.repos.d
|
|
install -pm 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/yum.repos.d
|
|
|
|
|
|
%files
|
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/lustre.repo
|
|
|
|
|
|
%changelog
|
|
* Tue May 21 2024 Xinliang Liu <xinliang.liu@linaro.org> - 22.03-2
|
|
- Update repo to openEuler-22.03-LTS-SP4.
|
|
- Add the source rpm repo and disable by default.
|
|
|
|
* Mon Nov 20 2023 Xinliang Liu <xinliang.liu@linaro.org> - 22.03-1
|
|
- Initial RPM release
|