Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grubby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
grubby
Commits
a8b0e8e0
Commit
a8b0e8e0
authored
3 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import grubby-8.40-77.el10
parent
c8921394
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SOURCES/10-devicetree.install
+1
-1
1 addition, 1 deletion
SOURCES/10-devicetree.install
SPECS/grubby.spec
+34
-30
34 additions, 30 deletions
SPECS/grubby.spec
with
35 additions
and
31 deletions
SOURCES/10-devicetree.install
100755 → 100644
+
1
−
1
View file @
a8b0e8e0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# set -x
# set -x
if
[[
"$(uname -m)"
==
arm
*
||
"$(uname -m)"
==
aarch64
]]
if
[[
"$(uname -m)"
==
arm
*
||
"$(uname -m)"
==
aarch64
||
"$(uname -m)"
==
riscv64
]]
then
then
COMMAND
=
"$1"
COMMAND
=
"$1"
KERNEL_VERSION
=
"$2"
KERNEL_VERSION
=
"$2"
...
...
This diff is collapsed.
Click to expand it.
SPECS/grubby.spec
+
34
−
30
View file @
a8b0e8e0
# What? No.
# What? No.
%define __brp_mangle_shebangs %{nil}
%define __brp_mangle_shebangs %{nil}
Name: grubby
Name:
grubby
Version: 8.40
Version:
8.40
Release: 77%{?dist}
Release:
77%{?dist}
Summary: Command line tool for updating bootloader configs
Summary:
Command line tool for updating bootloader configs
License: GPL-2.0-or-later
License:
GPL-2.0-or-later
Source1: grubby-bls
Source1:
grubby-bls
# Source2: rpm-sort.c
# Source2: rpm-sort.c
Source3: COPYING
Source3: COPYING
Source5: 95-kernel-hooks.install
Source5: 95-kernel-hooks.install
Source6: 10-devicetree.install
Source6: 10-devicetree.install
Source7: grubby.8
Source7: grubby.8
BuildRequires: gcc
BuildRequires: glib2-devel
BuildRequires: gcc
BuildRequires: libblkid-devel
BuildRequires: glib2-devel
BuildRequires: make
BuildRequires: libblkid-devel
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: popt-devel
BuildRequires: pkgconfig
BuildRequires: rpm-devel
BuildRequires: popt-devel
BuildRequires: sed
BuildRequires: rpm-devel
%ifarch aarch64 x86_64 %{power64}
BuildRequires: sed
BuildRequires: grub2-tools-minimal
%ifarch aarch64 x86_64 %{power64} riscv64
Requires: grub2-tools-minimal
BuildRequires: grub2-tools-minimal
Requires: grub2-tools
Requires: grub2-tools-minimal
Requires: grub2-tools
%endif
%endif
%ifarch s390 s390x
%ifarch s390 s390x
Requires: s390utils-core
Requires:
s390utils-core
%endif
%endif
Requires: findutils
Requires:
findutils
Requires: util-linux
Requires:
util-linux
ExcludeArch: %{ix86}
ExcludeArch:
%{ix86}
Conflicts:
uboot-tools < 2021.01-0.1.rc2
Conflicts:
uboot-tools < 2021.01-0.1.rc2
Obsoletes:
%{name}-bls < %{version}-%{release}
Obsoletes:
%{name}-bls < %{version}-%{release}
Obsoletes:
%{name}-deprecated < %{version}-%{release}
Obsoletes:
%{name}-deprecated < %{version}-%{release}
%description
%description
This package provides a grubby compatibility script that manages
This package provides a grubby compatibility script that manages
...
@@ -74,6 +75,9 @@ fi
...
@@ -74,6 +75,9 @@ fi
%{_mandir}/man8/grubby.8*
%{_mandir}/man8/grubby.8*
%changelog
%changelog
* Thu Dec 12 2024 Release Engineering <releng@rockylinux.org> - 8.40-77
- Add riscv64 device tree support
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 8.40-77
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 8.40-77
- Bump release for October 2024 mass rebuild:
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
Resolves: RHEL-64018
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment