Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
rpms
rocky-release
Commits
a2ef385b
Commit
a2ef385b
authored
May 03, 2021
by
Rocky Automation
📺
Browse files
import rocky-release-8.3-13
parent
4bcc9513
Changes
1
Hide whitespace changes
Inline
Side-by-side
SPECS/rocky-release.spec
View file @
a2ef385b
...
...
@@ -9,7 +9,7 @@
%define distro Rocky Linux
%define major 8
%define minor 3
%define rocky_rel 1
2
%define rocky_rel 1
3
%define upstream_rel %{major}.%{minor}
%define base_release_version %{major}
...
...
@@ -125,12 +125,12 @@ ln -s rocky-release %{buildroot}%{_sysconfdir}/redhat-release
install -d -m 0755 %{buildroot}%{_prefix}/lib
cat > %{buildroot}%{_prefix}/lib/os-release << EOF
NAME="%{distro}"
VERSION="%{major}"
VERSION="%{major}
.%{minor}
"
ID="rocky"
ID_LIKE="rhel fedora"
VERSION_ID="%{major}"
VERSION_ID="%{major}
.%{minor}
"
PLATFORM_ID="platform:el%{major}"
PRETTY_NAME="%{distro} %{major}"
PRETTY_NAME="%{distro} %{major}
.%{minor}
"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:rocky:rocky:%{major}"
HOME_URL="https://rockylinux.org/"
...
...
@@ -229,6 +229,10 @@ install -p -m 0644 %{SOURCE1223} %{buildroot}%{_sysconfdir}/yum.repos.d/
%{_sysconfdir}/pki/rpm-gpg/
%changelog
* Mon May 03 2021 Louis Abel <label@rockylinux.org> - 8.3-13
- Add minor version to /etc/os-release to resolve issues
with products that provide the "full version"
* Sat May 01 2021 Louis Abel <label@rockylinux.org> - 8.3-12
- Add resilient storage varient
- Fix vars
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment