Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xdp-tools
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
src-rhel
rpms
xdp-tools
Commits
08ae5549
Commit
08ae5549
authored
2 years ago
by
CentOS Sources
Browse files
Options
Downloads
Patches
Plain Diff
import xdp-tools-1.2.6-1.el8
parent
0b1228d8
No related branches found
Branches containing commit
Tags
imports/c8/xdp-tools-1.2.6-1.el8
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
.xdp-tools.metadata
+1
-1
1 addition, 1 deletion
.xdp-tools.metadata
SPECS/xdp-tools.spec
+8
-2
8 additions, 2 deletions
SPECS/xdp-tools.spec
with
10 additions
and
4 deletions
.gitignore
+
1
−
1
View file @
08ae5549
SOURCES/xdp-tools-1.2.
1
.tar.gz
SOURCES/xdp-tools-1.2.
6
.tar.gz
This diff is collapsed.
Click to expand it.
.xdp-tools.metadata
+
1
−
1
View file @
08ae5549
c7e4424c96f55733f31c6de79f406d7fd68be06
1 SOURCES/xdp-tools-1.2.
1
.tar.gz
5d71cebf2dd5da7934d5d672349c7ee711682de
1 SOURCES/xdp-tools-1.2.
6
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/xdp-tools.spec
+
8
−
2
View file @
08ae5549
Name: xdp-tools
Version: 1.2.
1
Version: 1.2.
6
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
%global _soversion 1.2.0
...
...
@@ -69,6 +69,7 @@ The libxdp-static package contains the static library version of libxdp.
export CFLAGS='%{build_cflags}'
export LDFLAGS='%{build_ldflags}'
export LIBDIR='%{_libdir}'
export RUNDIR='%{_rundir}'
export CLANG=%{_bindir}/clang
export LLC=%{_bindir}/llc
export PRODUCTION=1
...
...
@@ -82,6 +83,7 @@ make %{?_smp_mflags} V=1
export DESTDIR='%{buildroot}'
export SBINDIR='%{_sbindir}'
export LIBDIR='%{_libdir}'
export RUNDIR='%{_rundir}'
export MANDIR='%{_mandir}'
export DATADIR='%{_datadir}'
export HDRDIR='%{_includedir}/xdp'
...
...
@@ -96,7 +98,6 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
%{_mandir}/man8/*
%{_libdir}/bpf/xdpfilt_*.o
%{_libdir}/bpf/xdpdump_*.o
%{_libdir}/bpf/xsk_def_xdp_prog*.o
%{_datadir}/xdp-tools/
%license LICENSES/*
...
...
@@ -106,7 +107,9 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
%{_libdir}/libxdp.so.1.0.0
%{_libdir}/libxdp.so.1.1.0
%{_libdir}/bpf/xdp-dispatcher.o
%{_libdir}/bpf/xsk_def_xdp_prog*.o
%{_mandir}/man3/*
%license LICENSES/*
%files -n libxdp-static
%{_libdir}/libxdp.a
...
...
@@ -117,6 +120,9 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
%{_libdir}/pkgconfig/libxdp.pc
%changelog
* Tue Aug 16 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.6-1
- Upstream version bump
* Thu Jan 13 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.1-1
- Upstream version bump
...
...
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