From 5cfda3230be8084bc4a3a41b8d00831287e687b0 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Apr 18 2019 11:43:17 +0000 Subject: Re-add tasks files in main perl package, to solve dependencies issues on package --- diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 023b690..f010cca 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -9,7 +9,7 @@ License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron Source10: %{name}.service @@ -242,7 +242,7 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %files -n perl-FusionInventory-Agent %doc Changes LICENSE THANKS #excluding sub-packages files -%exclude %{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/* +#%%exclude %%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/* %{_datadir}/fusioninventory %files task-esx @@ -284,6 +284,9 @@ install -m 644 -D %{SOURCE10} %{buildroot}%{_unitdir}/%{name}.service %changelog +* Thu Apr 18 2019 Johan Cwiklinski - 2.5-2 +- Re-add tasks files in main perl package, to solve dependencies issues on package + * Mon Apr 15 2019 Johan Cwiklinski - 2.5-1 - Last upstream release - Tasks files were provided also in main perl package