|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
%define version 0.1 |
|
|
|
|
%define release 2 |
|
|
|
|
%define version 0.2.0 |
|
|
|
|
%define release 1 |
|
|
|
|
%define name smeserver-fusioninventory-agent |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -11,8 +11,6 @@ License: GPL |
|
|
|
|
Group: Networking/Daemons |
|
|
|
|
Source: %{name}-%{version}.tar.gz |
|
|
|
|
|
|
|
|
|
Patch0: smeserver-fusioninventory-agent-0.1-disable_deploy.patch |
|
|
|
|
|
|
|
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
|
|
|
|
BuildArchitectures: noarch |
|
|
|
|
BuildRequires: e-smith-devtools |
|
|
|
@ -24,15 +22,18 @@ Requires: fusioninventory-agent |
|
|
|
|
Configure FusdionInventory daemon on SME Server |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Mon Dec 19 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.2.sme |
|
|
|
|
* Fri Jun 22 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.2.0-1sme |
|
|
|
|
- Import in GIT |
|
|
|
|
- Use debug loglevel |
|
|
|
|
|
|
|
|
|
* Mon Dec 19 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.1-2.sme |
|
|
|
|
- disable deploy and ocsdeply in the default config |
|
|
|
|
|
|
|
|
|
* Tue Nov 29 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.1.sme |
|
|
|
|
* Tue Nov 29 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.1-1.sme |
|
|
|
|
- initial release |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n %{name}-%{version} |
|
|
|
|
%patch0 -p1 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
%{__mkdir_p} root/var/log/inventory |
|
|
|
|