From eb1a73fb142953f91e059c8202a1128128ffd9e1b2b7d472608ff1966fdf2137 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Tue, 19 Dec 2017 16:23:36 +0000 Subject: [PATCH] Accepting request 558569 from home:dimstar:Factory - Fix calling of fillup_only: it knows no -i parameter. OBS-URL: https://build.opensuse.org/request/show/558569 OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=24 --- open-lldp.changes | 5 +++++ open-lldp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/open-lldp.changes b/open-lldp.changes index 78ee548..97c90df 100644 --- a/open-lldp.changes +++ b/open-lldp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 11 13:31:53 UTC 2017 - dimstar@opensuse.org + +- Fix calling of fillup_only: it knows no -i parameter. + ------------------------------------------------------------------- Tue Feb 28 11:08:53 UTC 2017 - dimstar@opensuse.org diff --git a/open-lldp.spec b/open-lldp.spec index 8382712..350c0ae 100644 --- a/open-lldp.spec +++ b/open-lldp.spec @@ -96,7 +96,7 @@ rm -rf %{buildroot}/%{_libdir}/*.la ln -s service %{buildroot}%{_sbindir}/rclldpad %post -%{fillup_only -n -i lldpad} +%{fillup_only -n lldpad} %service_add_post lldpad.service %pre