|
@@ -1,5 +1,19 @@
|
|
%define ver 3.0.13
|
|
%define ver 3.0.13
|
|
-%define rel 1
|
|
+%define rel 2
|
|
|
|
+
|
|
|
|
+%define only_agent 0
|
|
|
|
+
|
|
|
|
+%if %{only_agent}
|
|
|
|
+%bcond_with server
|
|
|
|
+%bcond_with proxy
|
|
|
|
+%bcond_with frontend
|
|
|
|
+%else
|
|
|
|
+%bcond_without server
|
|
|
|
+%bcond_without proxy
|
|
|
|
+%bcond_without frontend
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%bcond_without agent
|
|
|
|
|
|
Summary: The Enterprise-class Monitoring Solution for Everyone
|
|
Summary: The Enterprise-class Monitoring Solution for Everyone
|
|
Name: zabbix
|
|
Name: zabbix
|
|
@@ -19,8 +33,10 @@ Patch0: zabbix-2.0.4-vine_path.patch
|
|
Patch1: zabbix-2.0.4-font.patch
|
|
Patch1: zabbix-2.0.4-font.patch
|
|
Patch2: zabbix-2.0.4-config.patch
|
|
Patch2: zabbix-2.0.4-config.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
+%if %{with server}%{with proxy}
|
|
BuildRequires: libpq-devel
|
|
BuildRequires: libpq-devel
|
|
BuildRequires: libmysqlclient-devel
|
|
BuildRequires: libmysqlclient-devel
|
|
|
|
+%endif
|
|
BuildRequires: curl-devel
|
|
BuildRequires: curl-devel
|
|
BuildRequires: net-snmp-devel
|
|
BuildRequires: net-snmp-devel
|
|
BuildRequires: OpenIPMI-devel
|
|
BuildRequires: OpenIPMI-devel
|
|
@@ -36,6 +52,7 @@ Packager: iwaim
|
|
%description
|
|
%description
|
|
The Enterprise-class Monitoring Solution for Everyone.
|
|
The Enterprise-class Monitoring Solution for Everyone.
|
|
|
|
|
|
|
|
+%if %{with server}
|
|
%package server-common
|
|
%package server-common
|
|
Summary: common files for Zabbix Server
|
|
Summary: common files for Zabbix Server
|
|
Requires: %{name} == %{version}-%{release}
|
|
Requires: %{name} == %{version}-%{release}
|
|
@@ -61,6 +78,9 @@ Requires: %{name}-server-common == %{version}-%{release}
|
|
%description server-postgresql
|
|
%description server-postgresql
|
|
Zabbix Server for PostgreSQL
|
|
Zabbix Server for PostgreSQL
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with agent}
|
|
%package agent
|
|
%package agent
|
|
Summary: Zabbix Agent
|
|
Summary: Zabbix Agent
|
|
Requires: %{name} == %{version}-%{release}
|
|
Requires: %{name} == %{version}-%{release}
|
|
@@ -70,6 +90,9 @@ Requires(preun,postun): initscripts
|
|
%description agent
|
|
%description agent
|
|
Zabbix Agent
|
|
Zabbix Agent
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with proxy}
|
|
%package proxy-common
|
|
%package proxy-common
|
|
Summary: common files for Zabbix Proxy
|
|
Summary: common files for Zabbix Proxy
|
|
Requires: %{name} == %{version}-%{release}
|
|
Requires: %{name} == %{version}-%{release}
|
|
@@ -95,6 +118,9 @@ Requires: %{name}-proxy-common == %{version}-%{release}
|
|
%description proxy-postgresql
|
|
%description proxy-postgresql
|
|
Zabbix Proxy for PostgreSQL
|
|
Zabbix Proxy for PostgreSQL
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with frontend}
|
|
%package frontend-php
|
|
%package frontend-php
|
|
Summary: Zabbix web frontend with PHP
|
|
Summary: Zabbix web frontend with PHP
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
@@ -122,6 +148,8 @@ Requires: php5-pgsql
|
|
%description frontend-php-postgresql
|
|
%description frontend-php-postgresql
|
|
Zabbix web frontend with PHP and PostgreSQL.
|
|
Zabbix web frontend with PHP and PostgreSQL.
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q -T -a 0 -c -n zabbix-%{version}
|
|
%setup -q -T -a 0 -c -n zabbix-%{version}
|
|
mv zabbix-%{version} zabbix_mysql
|
|
mv zabbix-%{version} zabbix_mysql
|
|
@@ -131,6 +159,7 @@ pushd zabbix_mysql
|
|
%patch2 -p 1
|
|
%patch2 -p 1
|
|
popd
|
|
popd
|
|
|
|
|
|
|
|
+%if %{with server}%{with proxy}
|
|
%setup -q -D -T -a 0 -n zabbix-%{version}
|
|
%setup -q -D -T -a 0 -n zabbix-%{version}
|
|
mv zabbix-%{version} zabbix_pgsql
|
|
mv zabbix-%{version} zabbix_pgsql
|
|
pushd zabbix_pgsql
|
|
pushd zabbix_pgsql
|
|
@@ -138,14 +167,16 @@ pushd zabbix_pgsql
|
|
%patch1 -p 1
|
|
%patch1 -p 1
|
|
%patch2 -p 1
|
|
%patch2 -p 1
|
|
popd
|
|
popd
|
|
|
|
+%endif
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
Build()
|
|
Build()
|
|
{
|
|
{
|
|
%configure \
|
|
%configure \
|
|
- --enable-server \
|
|
+ %{?with_server:--enable-server} \
|
|
- --enable-proxy \
|
|
+ %{?with_proxy:--enable-proxy} \
|
|
|
|
+ %{?with_agent:--enable-agent} \
|
|
--enable-ipv6 \
|
|
--enable-ipv6 \
|
|
--sysconfdir=%{_sysconfdir}/zabbix \
|
|
--sysconfdir=%{_sysconfdir}/zabbix \
|
|
--with-libcurl \
|
|
--with-libcurl \
|
|
@@ -158,44 +189,67 @@ Build()
|
|
%__make
|
|
%__make
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+%if %{with server}%{with proxy}
|
|
pushd zabbix_mysql
|
|
pushd zabbix_mysql
|
|
-Build --with-mysql \
|
|
+Build --with-mysql
|
|
- --enable-agent
|
|
|
|
popd
|
|
popd
|
|
|
|
|
|
pushd zabbix_pgsql
|
|
pushd zabbix_pgsql
|
|
Build --with-postgresql
|
|
Build --with-postgresql
|
|
popd
|
|
popd
|
|
-
|
|
+%else
|
|
|
|
+pushd zabbix_mysql
|
|
|
|
+Build
|
|
|
|
+popd
|
|
|
|
+%endif
|
|
|
|
|
|
%install
|
|
%install
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
pushd zabbix_mysql
|
|
pushd zabbix_mysql
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
+%if %{with server}
|
|
mv -f %{buildroot}%{_sbindir}/zabbix_server %{buildroot}%{_sbindir}/zabbix_server.mysql
|
|
mv -f %{buildroot}%{_sbindir}/zabbix_server %{buildroot}%{_sbindir}/zabbix_server.mysql
|
|
|
|
+%endif
|
|
|
|
+%if %{with proxy}
|
|
mv -f %{buildroot}%{_sbindir}/zabbix_proxy %{buildroot}%{_sbindir}/zabbix_proxy.mysql
|
|
mv -f %{buildroot}%{_sbindir}/zabbix_proxy %{buildroot}%{_sbindir}/zabbix_proxy.mysql
|
|
|
|
+%endif
|
|
|
|
|
|
# make directories
|
|
# make directories
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_localstatedir}/{log,run}/%{name}
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_localstatedir}/{log,run}/%{name}
|
|
|
|
|
|
# DB
|
|
# DB
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_datadir}/zabbix
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_datadir}/zabbix
|
|
|
|
+%if %{with server}%{with proxy}
|
|
%__cp -a database/postgresql $RPM_BUILD_ROOT%{_datadir}/zabbix/
|
|
%__cp -a database/postgresql $RPM_BUILD_ROOT%{_datadir}/zabbix/
|
|
%__cp -a database/mysql $RPM_BUILD_ROOT%{_datadir}/zabbix/
|
|
%__cp -a database/mysql $RPM_BUILD_ROOT%{_datadir}/zabbix/
|
|
|
|
+%endif
|
|
|
|
|
|
# init.d
|
|
# init.d
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_initddir}
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_initddir}
|
|
|
|
+%if %{with server}
|
|
%__cp %{SOURCE1} $RPM_BUILD_ROOT%{_initddir}/zabbix_server
|
|
%__cp %{SOURCE1} $RPM_BUILD_ROOT%{_initddir}/zabbix_server
|
|
|
|
+%endif
|
|
|
|
+%if %{with proxy}
|
|
%__cp %{SOURCE2} $RPM_BUILD_ROOT%{_initddir}/zabbix_proxy
|
|
%__cp %{SOURCE2} $RPM_BUILD_ROOT%{_initddir}/zabbix_proxy
|
|
|
|
+%endif
|
|
|
|
+%if %{with agent}
|
|
%__cp %{SOURCE3} $RPM_BUILD_ROOT%{_initddir}/zabbix_agentd
|
|
%__cp %{SOURCE3} $RPM_BUILD_ROOT%{_initddir}/zabbix_agentd
|
|
|
|
+%endif
|
|
|
|
|
|
# logrotate
|
|
# logrotate
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
|
|
|
|
+%if %{with server}
|
|
%__cp %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix_server
|
|
%__cp %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix_server
|
|
|
|
+%endif
|
|
|
|
+%if %{with proxy}
|
|
%__cp %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix_proxy
|
|
%__cp %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix_proxy
|
|
|
|
+%endif
|
|
|
|
+%if %{with agent}
|
|
%__cp %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix_agentd
|
|
%__cp %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/zabbix_agentd
|
|
|
|
+%endif
|
|
|
|
|
|
|
|
+%if %{with frontend}
|
|
# frontend-php
|
|
# frontend-php
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_datadir}/zabbix-frontend
|
|
%__mkdir_p $RPM_BUILD_ROOT%{_datadir}/zabbix-frontend
|
|
%__cp -a frontends/php $RPM_BUILD_ROOT%{_datadir}/zabbix-frontend/
|
|
%__cp -a frontends/php $RPM_BUILD_ROOT%{_datadir}/zabbix-frontend/
|
|
@@ -203,18 +257,23 @@ mv -f %{buildroot}%{_sbindir}/zabbix_proxy %{buildroot}%{_sbindir}/zabbix_proxy.
|
|
|
|
|
|
ln -s /usr/share/fonts/TrueType-vlgothic/VL-Gothic-Regular.ttf \
|
|
ln -s /usr/share/fonts/TrueType-vlgothic/VL-Gothic-Regular.ttf \
|
|
$RPM_BUILD_ROOT%{_datadir}/zabbix-frontend/php/fonts/
|
|
$RPM_BUILD_ROOT%{_datadir}/zabbix-frontend/php/fonts/
|
|
|
|
+%endif
|
|
|
|
|
|
|
|
+%if %{with proxy}
|
|
# proxy
|
|
# proxy
|
|
mkdir -p %{buildroot}%{_datadir}/zabbix-proxy
|
|
mkdir -p %{buildroot}%{_datadir}/zabbix-proxy
|
|
ln -sf ../zabbix/mysql %{buildroot}%{_datadir}/zabbix-proxy/
|
|
ln -sf ../zabbix/mysql %{buildroot}%{_datadir}/zabbix-proxy/
|
|
ln -sf ../zabbix/postgresql %{buildroot}%{_datadir}/zabbix-proxy/
|
|
ln -sf ../zabbix/postgresql %{buildroot}%{_datadir}/zabbix-proxy/
|
|
|
|
+%endif
|
|
|
|
|
|
popd
|
|
popd
|
|
|
|
|
|
|
|
+%if %{with server}%{with proxy}
|
|
pushd zabbix_pgsql
|
|
pushd zabbix_pgsql
|
|
install -m755 src/zabbix_server/zabbix_server %{buildroot}%{_sbindir}/zabbix_server.pgsql
|
|
install -m755 src/zabbix_server/zabbix_server %{buildroot}%{_sbindir}/zabbix_server.pgsql
|
|
install -m755 src/zabbix_proxy/zabbix_proxy %{buildroot}%{_sbindir}/zabbix_proxy.pgsql
|
|
install -m755 src/zabbix_proxy/zabbix_proxy %{buildroot}%{_sbindir}/zabbix_proxy.pgsql
|
|
popd
|
|
popd
|
|
|
|
+%endif
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
@@ -226,6 +285,7 @@ useradd -r -g zabbix -d %{_sysconfdir}/zabbix -s /sbin/nologin \
|
|
-c "Zabbix Monitoring Solution" zabbix
|
|
-c "Zabbix Monitoring Solution" zabbix
|
|
exit 0
|
|
exit 0
|
|
|
|
|
|
|
|
+%if %{with server}
|
|
%post server-mysql
|
|
%post server-mysql
|
|
/sbin/update-alternatives --install /usr/sbin/zabbix_server \
|
|
/sbin/update-alternatives --install /usr/sbin/zabbix_server \
|
|
zabbix_server /usr/sbin/zabbix_server.mysql 10
|
|
zabbix_server /usr/sbin/zabbix_server.mysql 10
|
|
@@ -238,6 +298,9 @@ exit 0
|
|
|
|
|
|
/sbin/chkconfig --add zabbix_server
|
|
/sbin/chkconfig --add zabbix_server
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with proxy}
|
|
%post proxy-mysql
|
|
%post proxy-mysql
|
|
/sbin/update-alternatives --install /usr/sbin/zabbix_proxy \
|
|
/sbin/update-alternatives --install /usr/sbin/zabbix_proxy \
|
|
zabbix_proxy /usr/sbin/zabbix_proxy.mysql 10
|
|
zabbix_proxy /usr/sbin/zabbix_proxy.mysql 10
|
|
@@ -250,9 +313,15 @@ exit 0
|
|
|
|
|
|
/sbin/chkconfig --add zabbix_proxy
|
|
/sbin/chkconfig --add zabbix_proxy
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with agent}
|
|
%post agent
|
|
%post agent
|
|
/sbin/chkconfig --add zabbix_agentd
|
|
/sbin/chkconfig --add zabbix_agentd
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with server}
|
|
%preun server-mysql
|
|
%preun server-mysql
|
|
if [ "$1" -eq 0 ]; then
|
|
if [ "$1" -eq 0 ]; then
|
|
/sbin/service zabbix_server stop >/dev/null 2>&1
|
|
/sbin/service zabbix_server stop >/dev/null 2>&1
|
|
@@ -269,6 +338,9 @@ if [ "$1" -eq 0 ]; then
|
|
/usr/sbin/zabbix_server.pgsql
|
|
/usr/sbin/zabbix_server.pgsql
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with proxy}
|
|
%preun proxy-mysql
|
|
%preun proxy-mysql
|
|
if [ "$1" -eq 0 ]; then
|
|
if [ "$1" -eq 0 ]; then
|
|
/sbin/service zabbix_proxy stop >/dev/null 2>&1
|
|
/sbin/service zabbix_proxy stop >/dev/null 2>&1
|
|
@@ -285,12 +357,18 @@ if [ "$1" -eq 0 ]; then
|
|
/usr/sbin/zabbix_proxy.pgsql
|
|
/usr/sbin/zabbix_proxy.pgsql
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with agent}
|
|
%preun agent
|
|
%preun agent
|
|
if [ "$1" -eq 0 ]; then
|
|
if [ "$1" -eq 0 ]; then
|
|
/sbin/service zabbix_agentd stop >/dev/null 2>&1
|
|
/sbin/service zabbix_agentd stop >/dev/null 2>&1
|
|
/sbin/chkconfig --del zabbix_agentd
|
|
/sbin/chkconfig --del zabbix_agentd
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with server}
|
|
%postun server-mysql
|
|
%postun server-mysql
|
|
if [ "$1" -ge "1" ]; then
|
|
if [ "$1" -ge "1" ]; then
|
|
/sbin/service zabbix_server condrestart >/dev/null 2>&1 || :
|
|
/sbin/service zabbix_server condrestart >/dev/null 2>&1 || :
|
|
@@ -301,6 +379,9 @@ if [ "$1" -ge "1" ]; then
|
|
/sbin/service zabbix_server condrestart >/dev/null 2>&1 || :
|
|
/sbin/service zabbix_server condrestart >/dev/null 2>&1 || :
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with proxy}
|
|
%postun proxy-mysql
|
|
%postun proxy-mysql
|
|
if [ "$1" -ge "1" ]; then
|
|
if [ "$1" -ge "1" ]; then
|
|
/sbin/service zabbix_proxy condrestart >/dev/null 2>&1 || :
|
|
/sbin/service zabbix_proxy condrestart >/dev/null 2>&1 || :
|
|
@@ -316,15 +397,20 @@ if [ "$1" -ge "1" ]; then
|
|
/sbin/service zabbix_agentd condrestart >/dev/null 2>&1 || :
|
|
/sbin/service zabbix_agentd condrestart >/dev/null 2>&1 || :
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc zabbix_mysql/AUTHORS zabbix_mysql/COPYING zabbix_mysql/ChangeLog zabbix_mysql/NEWS zabbix_mysql/README
|
|
%doc zabbix_mysql/AUTHORS zabbix_mysql/COPYING zabbix_mysql/ChangeLog zabbix_mysql/NEWS zabbix_mysql/README
|
|
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/log/%{name}
|
|
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/log/%{name}
|
|
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/run/%{name}
|
|
%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/run/%{name}
|
|
%dir %{_datadir}/zabbix
|
|
%dir %{_datadir}/zabbix
|
|
|
|
+%if %{with server}%{with proxy}
|
|
%{_datadir}/zabbix/mysql
|
|
%{_datadir}/zabbix/mysql
|
|
%{_datadir}/zabbix/postgresql
|
|
%{_datadir}/zabbix/postgresql
|
|
|
|
+%endif
|
|
|
|
|
|
|
|
+%if %{with server}
|
|
%files server-common
|
|
%files server-common
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%dir %{_sysconfdir}/zabbix
|
|
%dir %{_sysconfdir}/zabbix
|
|
@@ -341,6 +427,9 @@ fi
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_sbindir}/zabbix_server.pgsql
|
|
%{_sbindir}/zabbix_server.pgsql
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with agent}
|
|
%files agent
|
|
%files agent
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%dir %{_sysconfdir}/zabbix
|
|
%dir %{_sysconfdir}/zabbix
|
|
@@ -354,6 +443,9 @@ fi
|
|
%{_mandir}/man1/zabbix_sender.1*
|
|
%{_mandir}/man1/zabbix_sender.1*
|
|
%{_mandir}/man8/zabbix_agentd.8*
|
|
%{_mandir}/man8/zabbix_agentd.8*
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with proxy}
|
|
%files proxy-common
|
|
%files proxy-common
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%dir %{_sysconfdir}/zabbix
|
|
%dir %{_sysconfdir}/zabbix
|
|
@@ -371,6 +463,9 @@ fi
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_sbindir}/zabbix_proxy.pgsql
|
|
%{_sbindir}/zabbix_proxy.pgsql
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
|
|
+%if %{with frontend}
|
|
%files frontend-php
|
|
%files frontend-php
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc zabbix_mysql/AUTHORS zabbix_mysql/COPYING zabbix_mysql/ChangeLog zabbix_mysql/NEWS zabbix_mysql/README
|
|
%doc zabbix_mysql/AUTHORS zabbix_mysql/COPYING zabbix_mysql/ChangeLog zabbix_mysql/NEWS zabbix_mysql/README
|
|
@@ -381,7 +476,12 @@ fi
|
|
|
|
|
|
%files frontend-php-postgresql
|
|
%files frontend-php-postgresql
|
|
|
|
|
|
|
|
+%endif
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jun 12 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 3.0.13-2
|
|
|
|
+- accept building only agent
|
|
|
|
+
|
|
* Thu Dec 21 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.13-1
|
|
* Thu Dec 21 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.13-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|