mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-11-21 21:51:24 +00:00
emphasis on testing
This commit is contained in:
parent
64b5741dde
commit
10ec463a7f
21
SOURCES/Rocky-issue
Normal file
21
SOURCES/Rocky-issue
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[0;32m`.-/+++++++++/-.`
|
||||||
|
`-+++++++++++++++++-`
|
||||||
|
.+++++++++++++++++++++.
|
||||||
|
-+++++++++++++++++++++++.
|
||||||
|
+++++++++++++++/-/+++++++
|
||||||
|
+++++++++++++/. ./+++++
|
||||||
|
+++++++++++:. ./+++
|
||||||
|
+++++++++:` `:/:` .:/
|
||||||
|
-++++++:` .:+++++:`
|
||||||
|
.+++-` ./+++++++++:`
|
||||||
|
`-` ./+++++++++++-
|
||||||
|
-+++++++++:-.`
|
||||||
|
[0m
|
||||||
|
[1;31mWARNING: THIS RELEASE IS NOT FOR PRODUCTION. YOU SHOULD NOT UPDATE FROM THIS
|
||||||
|
INSTALLATION. THIS INSTALLATION IS NOT SUPPORTED.[0m
|
||||||
|
|
||||||
|
[1;32mPLEASE REPORT ALL PRE-PRODUCTION BUGS OR ISSUES TO OUR BUG TRACKER AT:[0m
|
||||||
|
https://bugs.rockylinux.org
|
||||||
|
|
||||||
|
\S -- TEST RELEASE -- EVALUATION ONLY
|
||||||
|
Kernel \r on an \m
|
@ -9,7 +9,7 @@
|
|||||||
%define distro Rocky Linux
|
%define distro Rocky Linux
|
||||||
%define major 8
|
%define major 8
|
||||||
%define minor 3
|
%define minor 3
|
||||||
%define rocky_rel 7
|
%define rocky_rel 8
|
||||||
%define upstream_rel %{major}.%{minor}
|
%define upstream_rel %{major}.%{minor}
|
||||||
|
|
||||||
%define base_release_version %{major}
|
%define base_release_version %{major}
|
||||||
@ -79,6 +79,9 @@ Source1223: Rocky-Devel.repo
|
|||||||
#Source1225: Rocky-FastTrack.repo
|
#Source1225: Rocky-FastTrack.repo
|
||||||
#Source1226: Rocky-Plus.repo
|
#Source1226: Rocky-Plus.repo
|
||||||
|
|
||||||
|
# Remove once testing is done
|
||||||
|
Source4000: Rocky-issue
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{distro} release files.
|
%{distro} release files.
|
||||||
|
|
||||||
@ -144,30 +147,13 @@ echo "cpe:/o:rocky:rocky:%{major}" > %{buildroot}%{_sysconfdir}/system-release-c
|
|||||||
# create /etc/issue and /etc/issue.net
|
# create /etc/issue and /etc/issue.net
|
||||||
#echo '\S' > %{buildroot}%{_sysconfdir}/issue
|
#echo '\S' > %{buildroot}%{_sysconfdir}/issue
|
||||||
#echo 'Kernel \r on an \m' >> %{buildroot}%{_sysconfdir}/issue
|
#echo 'Kernel \r on an \m' >> %{buildroot}%{_sysconfdir}/issue
|
||||||
cat > %{buildroot}%{_sysconfdir}/issue << "EOF"
|
#cp %{buildroot}%{_sysconfdir}/issue{,.net}
|
||||||
`.-/+++++++++/-.`
|
|
||||||
`-+++++++++++++++++-`
|
|
||||||
.+++++++++++++++++++++.
|
|
||||||
-+++++++++++++++++++++++.
|
|
||||||
+++++++++++++++/-/+++++++
|
|
||||||
+++++++++++++/. ./+++++
|
|
||||||
+++++++++++:. ./+++
|
|
||||||
+++++++++:` `:/:` .:/
|
|
||||||
-++++++:` .:+++++:`
|
|
||||||
.+++-` ./+++++++++:`
|
|
||||||
`-` ./+++++++++++-
|
|
||||||
-+++++++++:-.`
|
|
||||||
|
|
||||||
WARNING: THIS RELEASE IS NOT FOR PRODUCTION. YOU CANNOT AND SHOULD NOT UPDATE
|
# Remove these once we are no longer testing
|
||||||
FROM THIS INSTALLATION. THIS INSTALLATION IS NOT SUPPORTED.
|
install -m 0644 %{SOURCE4000} %{buildroot}%{_sysconfdir}/issue
|
||||||
|
install -m 0644 %{SOURCE4000} %{buildroot}%{_sysconfdir}/issue.net
|
||||||
|
# End
|
||||||
|
|
||||||
PLEASE REPORT ALL PRE-PRODUCTION BUGS OR ISSUES TO OUR BUG TRACKER AT:
|
|
||||||
https://bugs.rockylinux.org
|
|
||||||
|
|
||||||
\S -- TEST RELEASE -- EVALUATION ONLY
|
|
||||||
Kernel \r on an \m
|
|
||||||
EOF
|
|
||||||
cp %{buildroot}%{_sysconfdir}/issue{,.net}
|
|
||||||
echo >> %{buildroot}%{_sysconfdir}/issue
|
echo >> %{buildroot}%{_sysconfdir}/issue
|
||||||
|
|
||||||
# set up the dist tag macros
|
# set up the dist tag macros
|
||||||
@ -201,11 +187,20 @@ echo "rocky" > %{buildroot}%{_sysconfdir}/dnf/vars/contentdir
|
|||||||
|
|
||||||
# Copy out GPG keys
|
# Copy out GPG keys
|
||||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
install -d -m 0755 %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
||||||
install -p -m 0644 %{_sourcedir}/RPM-GPG-KEY-* %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
|
install -p -m 0644 %{SOURCE101} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
|
||||||
|
install -p -m 0644 %{SOURCE102} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/
|
||||||
|
|
||||||
# Copy our yum repos
|
# Copy our yum repos
|
||||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/yum.repos.d
|
install -d -m 0755 %{buildroot}%{_sysconfdir}/yum.repos.d
|
||||||
install -p -m 0644 %{_sourcedir}/*.repo %{buildroot}%{_sysconfdir}/yum.repos.d/
|
install -p -m 0644 %{SOURCE1200} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
install -p -m 0644 %{SOURCE1201} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
install -p -m 0644 %{SOURCE1202} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
install -p -m 0644 %{SOURCE1203} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
install -p -m 0644 %{SOURCE1210} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
install -p -m 0644 %{SOURCE1211} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
install -p -m 0644 %{SOURCE1220} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
install -p -m 0644 %{SOURCE1222} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
install -p -m 0644 %{SOURCE1223} %{buildroot}%{_sysconfdir}/yum.repos.d/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -234,6 +229,10 @@ install -p -m 0644 %{_sourcedir}/*.repo %{buildroot}%{_sysconfdir}/yum.repos.d/
|
|||||||
%{_sysconfdir}/pki/rpm-gpg/
|
%{_sysconfdir}/pki/rpm-gpg/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 18 2021 Louis Abel <label@rockylinux.org> - 8.3-8
|
||||||
|
- Emphasize that this is not a production ready release
|
||||||
|
- rpmlint
|
||||||
|
|
||||||
* Wed Apr 14 2021 Louis Abel <label@rockylinux.org> - 8.3-7
|
* Wed Apr 14 2021 Louis Abel <label@rockylinux.org> - 8.3-7
|
||||||
- Fix mantis links
|
- Fix mantis links
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user