mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-12-22 08:38:31 +00:00
move macros
This commit is contained in:
parent
e603e7b6bf
commit
a70183e6c4
@ -236,8 +236,8 @@ cp %{buildroot}%{_sysconfdir}/issue{,.net}
|
||||
echo >> %{buildroot}%{_sysconfdir}/issue
|
||||
|
||||
# set up the dist tag macros
|
||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/rpm
|
||||
cat > %{buildroot}%{_sysconfdir}/rpm/macros.dist << EOF
|
||||
mkdir -p %{buildroot}%{_rpmmacrodir}
|
||||
cat > %{buildroot}%{_rpmmacrodir}/macros.dist << EOF
|
||||
# dist macros.
|
||||
|
||||
%%__bootstrap ~bootstrap
|
||||
@ -312,7 +312,7 @@ install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
%config %{_sysconfdir}/system-release-cpe
|
||||
%config(noreplace) %{_sysconfdir}/issue
|
||||
%config(noreplace) %{_sysconfdir}/issue.net
|
||||
%{_sysconfdir}/rpm/macros.dist
|
||||
%{_rpmmacrodir}/macros.dist
|
||||
%{_datadir}/redhat-release
|
||||
%{_datadir}/rocky-release
|
||||
%{_prefix}/lib/os-release
|
||||
@ -331,6 +331,9 @@ install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||
%{_sysconfdir}/pki/rpm-gpg/
|
||||
|
||||
%changelog
|
||||
* Wed Jan 01 2023 Louis Abel <label@rockylinux.org> - 8.8-1.3
|
||||
- Move macros to a proper location
|
||||
|
||||
* Thu Dec 22 2022 Louis Abel <label@rockylinux.org> - 8.8-1.2
|
||||
- Add SUPPORT_END to absolute EOL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user