Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openvswitch
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
SIG
nfv
rpms
openvswitch
Commits
ace6950c
Verified
Commit
ace6950c
authored
3 years ago
by
Louis Abel
Browse files
Options
Downloads
Patches
Plain Diff
update 2.13
parent
d2c0283b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SOURCES/openvswitch-2.13.0.patch
+3
-2
3 additions, 2 deletions
SOURCES/openvswitch-2.13.0.patch
SPECS/openvswitch2.13.spec
+15
-2
15 additions, 2 deletions
SPECS/openvswitch2.13.spec
with
18 additions
and
4 deletions
SOURCES/openvswitch-2.13.0.patch
+
3
−
2
View file @
ace6950c
...
...
@@ -344,7 +344,7 @@ index 0000000000..b6447aba1b
+set -ev
+pip3 install --user --upgrade docutils
diff --git a/.cirrus.yml b/.cirrus.yml
index 1b32f55d65..
358f2ba256
100644
index 1b32f55d65..
480fea2421
100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,21 +2,23 @@ freebsd_build_task:
...
...
@@ -356,7 +356,8 @@ index 1b32f55d65..358f2ba256 100644
+ image_family: freebsd-12-2-snap
+ image_family: freebsd-11-4-snap
cpu: 4
memory: 8G
- memory: 8G
+ memory: 4G
env:
- DEPENDENCIES: automake libtool gmake gcc wget openssl
This diff is collapsed.
Click to expand it.
SPECS/openvswitch2.13.spec
+
15
−
2
View file @
ace6950c
...
...
@@ -59,7 +59,7 @@ Summary: Open vSwitch
Group: System Environment/Daemons daemon/database/utilities
URL: http://www.openvswitch.org/
Version: 2.13.0
Release: 12
5
%{?commit0:.%{date}git%{shortcommit0}}%{?commit1:dpdk%{shortcommit1}}%{?dist}
Release: 12
7
%{?commit0:.%{date}git%{shortcommit0}}%{?commit1:dpdk%{shortcommit1}}%{?dist}
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL
...
...
@@ -688,9 +688,11 @@ exit 0
%doc LICENSE NOTICE README.rst NEWS rhel/README.RHEL.rst
%ifarch %{dpdkarches}
%doc %{dpdkdir}/README.DPDK-PMDS
%attr(750,openvswitch,hugetlbfs) %verify(not owner group) /var/log/openvswitch
%else
%attr(750,openvswitch,openvswitch) %verify(not owner group) /var/log/openvswitch
%endif
/var/lib/openvswitch
%attr(750,openvswitch,openvswitch) %verify(not owner group) /var/log/openvswitch
%ghost %attr(755,root,root) %verify(not owner group) %{_rundir}/openvswitch
%{_datadir}/openvswitch/bugtool-plugins/
%{_datadir}/openvswitch/scripts/ovs-bugtool-*
...
...
@@ -710,6 +712,17 @@ exit 0
%endif
%changelog
* Mon Sep 27 2021 Open vSwitch CI <ovs-ci@redhat.com> - 2.13.0-127
- Merging upstream branch-2.13 [RH git: a117849d24]
Commit list:
e33aaf8bda cirrus: Reduce memory requirements for FreeBSD VMs.
* Thu Sep 23 2021 Timothy Redaelli <tredaelli@redhat.com> - 2.13.0-126
- redhat: use hugetlbfs group for /var/log/openvswitch when dpdk is enabled [RH git: a32eb508f7] (#2007292)
Resolves: #2007292
* Thu Sep 16 2021 Open vSwitch CI <ovs-ci@redhat.com> - 2.13.0-125
- Merging upstream branch-2.13 [RH git: 215f08bbd8]
Commit list:
...
...
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