Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
accel-config
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
accel-config
Commits
920e1a11
Commit
920e1a11
authored
1 year ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import accel-config-3.5.0-1.el9
parent
68037bee
Branches
r9-beta
Tags
imports/r9-beta/accel-config-4.1.6-2.el9
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.accel-config.metadata
+1
-1
1 addition, 1 deletion
.accel-config.metadata
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
SPECS/accel-config.spec
+10
-6
10 additions, 6 deletions
SPECS/accel-config.spec
with
12 additions
and
8 deletions
.accel-config.metadata
+
1
−
1
View file @
920e1a11
21e70c79f2e53c5cdbc941390f14b020f286a36d
SOURCES/accel-config-v3.
4.6.3
.tar.gz
c2571f89e855e1054a078a4dfee1d7d6feefb7e5
SOURCES/accel-config-v3.
5.0
.tar.gz
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
1
View file @
920e1a11
SOURCES/accel-config-v3.
4.6.3
.tar.gz
SOURCES/accel-config-v3.
5.0
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/accel-config.spec
+
10
−
6
View file @
920e1a11
...
...
@@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: accel-config
Version: 3.
4.6.3
Version: 3.
5.0
Release: 1%{?dist}
Summary: Configure accelerator subsystem devices
# The entire source code is under GPLv2 except for accel-config
...
...
@@ -24,8 +24,9 @@ BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(zlib)
BuildRequires: systemd
BuildRequires:
make
BuildRequires:
make
# accel-config is for configuring Intel DSA (Data-Streaming
# Accelerator) subsystem in the Linux kernel. It supports x86_64 only.
...
...
@@ -68,7 +69,7 @@ Tests for accel-config command.
%build
echo %{version} > version
./autogen.sh
%configure --disable-static --disable-silent-rules --enable-test
=yes
%configure --disable-static --disable-silent-rules --enable-test
%make_build
%install
...
...
@@ -83,8 +84,7 @@ make check
%license licenses/accel-config-licenses LICENSE_GPL_2_0
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%{_sysconfdir}/%{name}/%{name}.conf.sample
%{_datadir}/%{name}/contrib/*
%{_sysconfdir}/%{name}/contrib/configs/*
%files libs
%doc README.md
...
...
@@ -101,9 +101,13 @@ make check
%files test
%license Documentation/COPYING LICENSE_GPL_2_0
%doc test/README.md
%{_
datadir}/%{name}
/test/*
%{_
prefix}/lib/accel-config
/test/*
%changelog
* Tue Oct 04 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.8-1
- Rebase to 3.5.0 release.
Resolves: rhbz#2101609
* Sun Apr 03 2022 Jerry Snitselaar <jsnitsel@redhat.com> - 3.4.6.3-1
- Rebase to 3.4.6.3 release.
Resolves: rhbz#2040077
...
...
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