Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • original/rpms/rocky-release
1 result
Show changes
Commits on Source (8)
# -*- coding: utf-8 -*-
We want to thank you for installing Rocky Linux.
We want to thank you for installing Rocky Linux 9.
The Rocky Linux OS Distribution would not be possible without the hard work and
dedication of the community. Building a distribution is far from easy, but with
unified visions and goals, anything is possible, and Rocky is one of many
examples of this.
Rocky Linux would not be possible without the hard work and dedication of the
community volunteers. Building a distribution and maintaining it is not an easy
task. It is you, the user, that keeps our entire project motivated to continue
working on this distribution.
The outpouring support from the community and the amount of people who to
together to support us, we want to thank you for believing in us and giving us
a chance. And as always, we hope you enjoy this release.
Thank you.
Thank you for all of your continued support and thank you to all of those who
came together to help test and support this release. We really hope you enjoy
this release of Rocky Linux.
# Special Recognition #
Mustafa Gezen
......@@ -36,7 +34,7 @@ Thank you.
# Rocky Linux Teams and Operations #
Leadership:
Project Management:
Gregory Kurtzer
Brian Clemens
......
No preview for this file type
......@@ -20,14 +20,15 @@
%define distro %{distro_name}
%define distro_code Blue Onyx
%define major 9
%define minor 4
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.5}
%define minor 5
%define rocky_rel 1%{?rllh:.%{rllh}}%{!?rllh:.2}
%define rpm_license BSD-3-Clause
%define dist .el%{major}
%define home_url https://rockylinux.org/
%define bug_url https://bugs.rockylinux.org/
%define debug_url https://debuginfod.rockylinux.org/
%define dist_vendor RESF
%define vendor_url https://resf.org/
%define contentdir pub/rocky
%define sigcontent pub/sig
......@@ -41,7 +42,7 @@
#
# Reset defines for LookAhead variant. Default is stable if 0 or undefined.
%if %{with rllookahead}
%define minor 4
%define minor 6
%define contentdir pub/rocky-lh
%define rltype -lookahead
%define rlstatement LookAhead
......@@ -261,6 +262,8 @@ ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:%{major}::baseos"
HOME_URL="%{home_url}"
VENDOR_NAME="%{dist_vendor}"
VENDOR_URL="%{vendor_url}"
BUG_REPORT_URL="%{bug_url}"
SUPPORT_END="%{support_end}"
ROCKY_SUPPORT_PRODUCT="%{os_bug_name}"
......@@ -293,7 +296,8 @@ cat > %{buildroot}%{_rpmmacrodir}/macros.dist << EOF
%%centos_ver %{major}
%%centos %{major}
%%rhel %{major}
%%dist %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}.el%{major}%%{?distsuffix}%%{?with_bootstrap:%{__bootstrap}}
%%distcore .el%{major}
%%dist %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}%%{distcore}%%{?distsuffix}%%{?with_bootstrap:%{__bootstrap}}
%%el%{major} 1
%%dist_vendor %{dist_vendor}
......@@ -501,6 +505,13 @@ install -m 0644 %{SOURCE404} %{buildroot}/%{_prefix}/lib/sysctl.d/50-redhat.conf
%{_datadir}/pki/sb-certs/*
%changelog
* Mon May 27 2024 Louis Abel <label@rockylinux.org> - 9.5-1.2
- Backport distcore from 10
- Add vendor data for os-release
* Tue Apr 30 2024 Louis Abel <label@rockylinux.org> - 9.5-1.1
- Bump to 9.5
* Tue Apr 30 2024 Louis Abel <label@rockylinux.org> - 9.4-1.5
- Add nvidia SB certificates
......