diff --git a/0001-allow-send_interface-dbus.patch b/0001-allow-send_interface-dbus.patch new file mode 100644 index 0000000..6b0107d --- /dev/null +++ b/0001-allow-send_interface-dbus.patch @@ -0,0 +1,31 @@ +From f0ebd1613f748f5ba4f873935d3e171cdeb8620c Mon Sep 17 00:00:00 2001 +From: Nirmoy Das +Date: Wed, 22 Nov 2017 16:49:53 +0100 +Subject: [PATCH] allow send_interface dbus + +--- + teamd/teamd.conf.in | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/teamd/teamd.conf.in b/teamd/teamd.conf.in +index 6ca3282..8fca859 100644 +--- a/teamd/teamd.conf.in ++++ b/teamd/teamd.conf.in +@@ -4,11 +4,14 @@ + + + ++ + + + ++ + + + ++ + + +-- +2.15.0 + diff --git a/libteam.changes b/libteam.changes index fa6a0a0..804386b 100644 --- a/libteam.changes +++ b/libteam.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Nov 22 16:52:51 CET 2017 - ndas@suse.de + +- allow send_interface in dbus conf file for wicked. + [+ 0001-allow-send_interface-dbus.patch] +------------------------------------------------------------------- Wed Nov 22 11:17:03 UTC 2017 - jengelh@inai.de - Update to new upstream release 1.27 diff --git a/libteam.spec b/libteam.spec index 609f206..0e12549 100644 --- a/libteam.spec +++ b/libteam.spec @@ -46,6 +46,7 @@ BuildRequires: systemd-rpm-macros Patch0: check_if_psr_ops_were_initialized.patch Patch1: start_teamd_from_usr_sbin.patch Patch2: ignore_ebusy_for_team_hwaddr_set.patch +Patch3: 0001-allow-send_interface-dbus.patch %define teamd_user teamd %define teamd_group daemon %define teamd_daemon_directory /run/teamd @@ -121,6 +122,7 @@ programs that will manipulate team network devices. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %configure --includedir="%_includedir/pkg/%name" --bindir="%_sbindir" \