Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
snmptt
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 10
[-]
[+]
Changed
snmptt.spec
@@ -12,6 +12,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch Requires: perl, perl(SNMP), perl(Time::HiRes), perl(Config::IniFiles) +Requires: logrotate %description SNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl @@ -26,6 +27,7 @@ %{__install} -d -m0755 %{buildroot}%{_sbindir} %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/init.d %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/snmp +%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/logrotate.d %{__install} -d -m0755 %{buildroot}%{_var}/spool/snmptt %{__install} -d -m0755 %{buildroot}%{_var}/log/snmptt @@ -33,6 +35,8 @@ %{__install} -m0755 snmpttconvert %{buildroot}%{_sbindir}/ %{__install} -m0755 snmpttconvertmib %{buildroot}%{_sbindir}/ %{__install} -m0755 snmptthandler %{buildroot}%{_sbindir}/ +%{__install} -m0755 snmptthandler-embedded %{buildroot}%{_sbindir}/ +%{__install} -m0644 snmptt.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/snmptt %{__install} -m0640 snmptt.ini %{buildroot}%{_sysconfdir}/snmp %{__install} -m 744 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/snmptt @@ -64,12 +68,14 @@ %{_sbindir}/rcsnmptrapd %dir %{_sysconfdir}/snmp %config(noreplace) %{_sysconfdir}/snmp/snmptt.ini +%config %{_sysconfdir}/logrotate.d/snmptt %{_sysconfdir}/init.d/snmptt %{_sysconfdir}/init.d/snmptrapd %{_sbindir}/snmptt %{_sbindir}/snmpttconvert %{_sbindir}/snmpttconvertmib %{_sbindir}/snmptthandler +%{_sbindir}/snmptthandler-embedded %changelog