Update to 3.0.1

Resolves: #2073644
f38
Timothy Redaelli 2 years ago
parent bd0d24431f
commit ea672e2311

1
.gitignore vendored

@ -42,3 +42,4 @@
/openvswitch-2.15.0.tar.gz /openvswitch-2.15.0.tar.gz
/openvswitch-2.16.0.tar.gz /openvswitch-2.16.0.tar.gz
/openvswitch-2.17.0.tar.gz /openvswitch-2.17.0.tar.gz
/openvswitch-3.0.1.tar.gz

@ -44,8 +44,8 @@ Epoch: 1
Name: openvswitch Name: openvswitch
Summary: Open vSwitch daemon/database/utilities Summary: Open vSwitch daemon/database/utilities
URL: https://www.openvswitch.org/ URL: https://www.openvswitch.org/
Version: 2.17.0 Version: 3.0.1
Release: 6%{?dist} Release: 1%{?dist}
# Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the
# lib/sflow*.[ch] files are SISSL # lib/sflow*.[ch] files are SISSL
@ -485,9 +485,8 @@ fi
%{_includedir}/openvswitch/* %{_includedir}/openvswitch/*
%{_includedir}/openflow/* %{_includedir}/openflow/*
%exclude %{_libdir}/*.a %exclude %{_libdir}/*.a
%exclude %{_libdir}/*.la
%if 0%{?rhel} > 7 || 0%{?fedora} > 28 %if 0%{?rhel} == 8 || 0%{?fedora} > 28
%files -n network-scripts-%{name} %files -n network-scripts-%{name}
%{_sysconfdir}/sysconfig/network-scripts/ifup-ovs %{_sysconfdir}/sysconfig/network-scripts/ifup-ovs
%{_sysconfdir}/sysconfig/network-scripts/ifdown-ovs %{_sysconfdir}/sysconfig/network-scripts/ifdown-ovs
@ -528,6 +527,7 @@ fi
%{_datadir}/openvswitch/scripts/ovs-ctl %{_datadir}/openvswitch/scripts/ovs-ctl
%{_datadir}/openvswitch/scripts/ovs-kmod-ctl %{_datadir}/openvswitch/scripts/ovs-kmod-ctl
%{_datadir}/openvswitch/scripts/ovs-systemd-reload %{_datadir}/openvswitch/scripts/ovs-systemd-reload
%config %{_datadir}/openvswitch/local-config.ovsschema
%config %{_datadir}/openvswitch/vswitch.ovsschema %config %{_datadir}/openvswitch/vswitch.ovsschema
%config %{_datadir}/openvswitch/vtep.ovsschema %config %{_datadir}/openvswitch/vtep.ovsschema
%{_bindir}/ovs-appctl %{_bindir}/ovs-appctl
@ -546,6 +546,7 @@ fi
%{_mandir}/man1/ovsdb-server.1* %{_mandir}/man1/ovsdb-server.1*
%{_mandir}/man1/ovsdb-tool.1* %{_mandir}/man1/ovsdb-tool.1*
%{_mandir}/man5/ovsdb.5* %{_mandir}/man5/ovsdb.5*
%{_mandir}/man5/ovsdb.local-config.5*
%{_mandir}/man5/ovsdb-server.5.* %{_mandir}/man5/ovsdb-server.5.*
%{_mandir}/man5/ovs-vswitchd.conf.db.5* %{_mandir}/man5/ovs-vswitchd.conf.db.5*
%{_mandir}/man5/vtep.5* %{_mandir}/man5/vtep.5*
@ -575,6 +576,9 @@ fi
%{_sysusersdir}/openvswitch.conf %{_sysusersdir}/openvswitch.conf
%changelog %changelog
* Mon Nov 14 2022 Timothy Redaelli <tredaelli@redhat.com> - 3.0.1-1
- Update to 3.0.1 (#2073644)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.0-6 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.17.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

@ -1 +1 @@
SHA512 (openvswitch-2.17.0.tar.gz) = 97a2134001434a9f798e4bec1496cb6e6f8c8eed7f1f354b378df9e9d4b045ae3302788de0cb56a3d4a5dd57ea81183855919ad0f64fc5b01de1543bfae1224e SHA512 (openvswitch-3.0.1.tar.gz) = afd42ca1690021d05bc4d1faffd38cae0a6fc9351907e29cdc9a315e34adcd357cac46493f605dd03da0f389160d6af4f6854f3b04a6de8bd5e9d9aa0aaac9e5

Loading…
Cancel
Save