Skip to content
Snippets Groups Projects
Unverified Commit 663cccc2 authored by Louis Abel's avatar Louis Abel :tv:
Browse files

bash and noarch

parent a1417f7e
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,6 @@ Source1223: Rocky-Devel.repo
%package -n rocky-repos
Summary: %{distro} Package Repositories
License: GPLv2
BuildArch: noarch
Provides: rocky-repos(%{major}) = %{upstream_rel}
Requires: system-release = %{upstream_rel}
Requires: rocky-gpg-keys
......@@ -97,7 +96,6 @@ Conflicts: %{name} < 8.0
%package -n rocky-gpg-keys
Summary: Rocky RPM GPG Keys
Conflicts: %{name} < 8.0
BuildArch: noarch
%description -n rocky-gpg-keys
This package provides the RPM signature keys for Rocky.
......@@ -146,7 +144,7 @@ echo "cpe:/o:rocky:rocky:%{major}" > %{buildroot}%{_sysconfdir}/system-release-c
# create /etc/issue and /etc/issue.net
#echo '\S' > %{buildroot}%{_sysconfdir}/issue
#echo 'Kernel \r on an \m' >> %{buildroot}%{_sysconfdir}/issue
cat << EOF > %{buildroot}%{_sysconfdir}/issue
cat > %{buildroot}%{_sysconfdir}/issue << "EOF"
`.-/+++++++++/-.`
`-+++++++++++++++++-`
.+++++++++++++++++++++.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment