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
7166c22e
Commit
7166c22e
authored
1 year ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import accel-config-4.1.6-1.el10
parent
ebd3ca6f
Branches
r9-beta
Tags
imports/r9-beta/accel-config-4.1.6-2.el9
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.accel-config.metadata
+1
-1
1 addition, 1 deletion
.accel-config.metadata
SPECS/accel-config.spec
+23
-4
23 additions, 4 deletions
SPECS/accel-config.spec
with
24 additions
and
5 deletions
.accel-config.metadata
+
1
−
1
View file @
7166c22e
99e67d30e1d63167c2c19174a1f234327bbce37adfa3ac7aae057aebbf44a475
SOURCES/accel-config-v4.1.
1
.tar.gz
6c66c7f05ac0a622fb98a55519340d83238e2c0155c1cb2aa5ea0ed278275c6e
SOURCES/accel-config-v4.1.
6
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/accel-config.spec
+
23
−
4
View file @
7166c22e
%global project_name idxd-config
Name: accel-config
Version: 4.1.
1
Release:
4
%{?dist}
Version: 4.1.
6
Release:
1
%{?dist}
Summary: Configure accelerator subsystem devices
License: GPL-2.0
License: GPL-2.0
-only
URL: https://github.com/intel/%{project_name}
Source0: %{URL}/archive/%{name}-v%{version}.tar.gz
...
...
@@ -15,11 +15,13 @@ BuildRequires: asciidoc
BuildRequires: xmlto
BuildRequires: automake
BuildRequires: libtool
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(zlib)
BuildRequires: systemd
BuildRequires: make
...
...
@@ -48,13 +50,21 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description libs
Libraries for %{name}.
%package test
Summary: Tests for accel-config
License: GPL-2.0-only
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description test
Tests for accel-config command.
%prep
%autosetup -n %{project_name}-%{name}-v%{version}
%build
echo %{version} > version
./autogen.sh
%configure --disable-static --disable-silent-rules
%configure --disable-static --disable-silent-rules
--enable-test
%make_build
%install
...
...
@@ -83,7 +93,16 @@ make check
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/lib%{name}.pc
%files test
%license Documentation/COPYING LICENSE_GPL_2_0
%doc test/README.md
%{_libexecdir}/accel-config/test/*
%changelog
* Sun Mar 24 2024 Jerry Snitselaar <jsnitsel@redhat.com> - 4.1.6-1
- Rebase to 4.1.6 release
Resolves: RHEL-29909
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
...
...
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