new upstream release
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
parent
f70cb59657
commit
b73718d6c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ resource-agents-3.0.14.tar.bz2
|
|||||||
/resource-agents-3.1.1.tar.xz
|
/resource-agents-3.1.1.tar.xz
|
||||||
/agents-1.0.4.tar.bz2
|
/agents-1.0.4.tar.bz2
|
||||||
/1.0.4.tar.bz2
|
/1.0.4.tar.bz2
|
||||||
|
/resource-agents-3.9.1.tar.bz2
|
||||||
|
@ -1,35 +1,81 @@
|
|||||||
###############################################################################
|
#
|
||||||
###############################################################################
|
# All modifications and additions to the file contributed by third parties
|
||||||
##
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
## Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved.
|
# upon. The license for this file, and modifications and additions to the
|
||||||
##
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
## This copyrighted material is made available to anyone wishing to use,
|
# license for the pristine package is not an Open Source License, in which
|
||||||
## modify, copy, or redistribute it subject to the terms and conditions
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
## of the GNU General Public License v.2.
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
##
|
# published by the Open Source Initiative.
|
||||||
###############################################################################
|
#
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
# keep around ready for later user
|
|
||||||
## global alphatag rc4
|
|
||||||
|
|
||||||
# When downloading directly from Mercurial, it will automatically add this prefix
|
|
||||||
# Invoking 'hg archive' wont but you can add one with:
|
|
||||||
# hg archive -t tgz -p "Cluster-Resource-Agents-" -r $altversion $altversion.tar.gz
|
|
||||||
%global altprefix Cluster-Resource-Agents-
|
|
||||||
%global altversion agents-1.0.4
|
|
||||||
|
|
||||||
Name: resource-agents
|
|
||||||
Summary: Open Source HA Resource Agents for Red Hat Cluster
|
|
||||||
Version: 3.1.1
|
|
||||||
Release: 1%{?alphatag:.%{alphatag}}%{?dist}
|
#
|
||||||
License: GPLv2+ and LGPLv2+
|
# Since this spec file supports multiple distributions, ensure we
|
||||||
Group: System Environment/Base
|
# use the correct group for each.
|
||||||
URL: http://sourceware.org/cluster/wiki/
|
#
|
||||||
Source0: https://fedorahosted.org/releases/r/e/resource-agents/%{name}-%{version}.tar.xz
|
|
||||||
Source1: http://hg.linux-ha.org/agents/archive/%{altversion}.tar.bz2
|
# SSLeay (required by ldirectord)
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
%global SSLeay perl-Net_SSLeay
|
||||||
|
%else
|
||||||
|
%global SSLeay perl-Net-SSLeay
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# determine the ras-set to process based on configure invokation
|
||||||
|
%bcond_without rgmanager
|
||||||
|
%bcond_without linuxha
|
||||||
|
|
||||||
|
Name: resource-agents
|
||||||
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
|
Version: 3.9.1
|
||||||
|
Release: 1%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
|
License: GPLv2+ and LGPLv2+
|
||||||
|
URL: http://to.be.defined.com/
|
||||||
|
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||||
|
Group: System Environment/Base
|
||||||
|
%else
|
||||||
|
Group: Productivity/Clustering/HA
|
||||||
|
%endif
|
||||||
|
Source0: %{name}-%{version}%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}.tar.bz2
|
||||||
|
Obsoletes: heartbeat-resources <= %{version}
|
||||||
|
Provides: heartbeat-resources = %{version}
|
||||||
|
|
||||||
|
## Setup/build bits
|
||||||
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
|
# Build dependencies
|
||||||
|
BuildRequires: automake autoconf pkgconfig
|
||||||
|
BuildRequires: perl python-devel
|
||||||
|
BuildRequires: libxslt glib2-devel
|
||||||
|
BuildRequires: which
|
||||||
|
|
||||||
|
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||||
|
BuildRequires: cluster-glue-libs-devel
|
||||||
|
BuildRequires: docbook-style-xsl docbook-dtds
|
||||||
|
%if 0%{?rhel} == 0
|
||||||
|
BuildRequires: libnet-devel
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
%if 0%{?suse_version} >= 1140
|
||||||
|
BuildRequires: libnet1
|
||||||
|
%else
|
||||||
|
BuildRequires: libnet
|
||||||
|
%endif
|
||||||
|
BuildRequires: libglue-devel
|
||||||
|
BuildRequires: libxslt docbook_4 docbook-xsl-stylesheets
|
||||||
|
%endif
|
||||||
|
|
||||||
## Runtime deps
|
## Runtime deps
|
||||||
|
## These apply to rgmanager agents only to guarantee agents
|
||||||
|
## are functional
|
||||||
|
%if %{with rgmanager}
|
||||||
# system tools shared by several agents
|
# system tools shared by several agents
|
||||||
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
|
Requires: /bin/bash /bin/grep /bin/sed /bin/gawk
|
||||||
Requires: /bin/ps /usr/bin/pkill /bin/hostname
|
Requires: /bin/ps /usr/bin/pkill /bin/hostname
|
||||||
@ -52,18 +98,6 @@ Requires: /sbin/lvm
|
|||||||
# netfs.sh
|
# netfs.sh
|
||||||
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /sbin/mount.cifs
|
Requires: /sbin/mount.nfs /sbin/mount.nfs4 /sbin/mount.cifs
|
||||||
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
|
Requires: /usr/sbin/rpc.nfsd /sbin/rpc.statd /usr/sbin/rpc.mountd
|
||||||
|
|
||||||
## Setup/build bits
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
||||||
|
|
||||||
# Build dependencies
|
|
||||||
BuildRequires: cluster-glue-libs-devel glib2-devel
|
|
||||||
BuildRequires: automake autoconf pkgconfig
|
|
||||||
BuildRequires: libxslt docbook-style-xsl
|
|
||||||
BuildRequires: python perl
|
|
||||||
|
|
||||||
%if 0%{?rhel} == 0
|
|
||||||
BuildRequires: libnet-devel
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -71,148 +105,197 @@ A set of scripts to interface with several services to operate in a
|
|||||||
High Availability environment for both Pacemaker and rgmanager
|
High Availability environment for both Pacemaker and rgmanager
|
||||||
service managers.
|
service managers.
|
||||||
|
|
||||||
%if 0%{?rhel} == 0
|
%if %{with linuxha}
|
||||||
%package -n ldirectord
|
%package -n ldirectord
|
||||||
Summary: Monitor daemon for maintaining high availability resources
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Summary: A Monitoring Daemon for Maintaining High Availability Resources
|
||||||
Requires: ipvsadm
|
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||||
Requires(post): /sbin/chkconfig
|
Group: System Environment/Daemons
|
||||||
Requires(preun): /sbin/chkconfig
|
%else
|
||||||
|
Group: Productivity/Clustering/HA
|
||||||
# We were originally ldirectord, then renamed with a heartbeat- prefix.
|
%endif
|
||||||
# Upstream maintainer wishes to use no prefix, which is consistent with
|
Obsoletes: heartbeat-ldirectord <= %{version}
|
||||||
# how it is packaged for other distributions
|
Provides: heartbeat-ldirectord = %{version}
|
||||||
Provides: ldirectord = 3.0.0-15
|
Requires: %{SSLeay} perl-libwww-perl perl-MailTools
|
||||||
Obsoletes: ldirectord < 3.0.0-15
|
Requires: ipvsadm logrotate
|
||||||
Provides: heartbeat-ldirectord = 3.0.0-15
|
%if 0%{?fedora_version}
|
||||||
Obsoletes: heartbeat-ldirectord < 3.0.0-15
|
Requires: perl-Net-IMAP-Simple-SSL
|
||||||
|
Requires(post): /sbin/chkconfig
|
||||||
# removed for now until it's in Fedora
|
Requires(preun):/sbin/chkconfig
|
||||||
#Requires: perl(Net::IMAP::Simple::SSL)
|
%endif
|
||||||
|
|
||||||
%description -n ldirectord
|
%description -n ldirectord
|
||||||
ldirectord is a stand-alone daemon to monitor services of real
|
The Linux Director Daemon (ldirectord) was written by Jacob Rief.
|
||||||
for virtual services provided by The Linux Virtual Server
|
<jacob.rief@tiscover.com>
|
||||||
(http://www.linuxvirtualserver.org/). It is simple to install
|
|
||||||
and works with the heartbeat code (http://www.linux-ha.org/).
|
ldirectord is a stand alone daemon for monitoring the services on real
|
||||||
|
servers. Currently, HTTP, HTTPS, and FTP services are supported.
|
||||||
|
lditrecord is simple to install and works with the heartbeat code
|
||||||
|
(http://www.linux-ha.org/).
|
||||||
|
|
||||||
|
See 'ldirectord -h' and linux-ha/doc/ldirectord for more information.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# we inherit configure from cluster project. Configure it for vars we need.
|
|
||||||
# building from source directly without those parameters will NOT work.
|
|
||||||
# See http://www.redhat.com/archives/cluster-devel/2009-February/msg00003.html
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version} -a 1
|
%if 0%{?suse_version} == 0 && 0%{?fedora} == 0 && 0%{?centos_version} == 0 && 0%{?rhel} == 0
|
||||||
|
%{error:Unable to determine the distribution/version. This is generally caused by missing /etc/rpm/macros.dist. Please install the correct build packages or define the required macros manually.}
|
||||||
# prepare rgmanager RAs
|
exit 1
|
||||||
%{_configure}
|
%endif
|
||||||
|
%setup -q -n %{name}-%{version}%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:-%{alphatag}}%{?dirty:-%{dirty}}
|
||||||
# prepare pacemaker RAs
|
|
||||||
cd %{altprefix}%{altversion}
|
|
||||||
./autogen.sh
|
|
||||||
%{configure} --enable-fatal-warnings=no --with-rsctmpdir=%{_var}/run/heartbeat/rsctmp
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$(echo '%{optflags}')" make %{_smp_mflags}
|
if [ ! -f configure ]; then
|
||||||
make -C %{altprefix}%{altversion} %{_smp_mflags}
|
./autogen.sh
|
||||||
|
fi
|
||||||
|
|
||||||
|
%if 0%{?fedora} >= 11 || 0%{?centos_version} > 5 || 0%{?rhel} > 5
|
||||||
|
CFLAGS="$(echo '%{optflags}')"
|
||||||
|
%global conf_opt_rsctmpdir "--with-rsctmpdir=%{_var}/run/heartbeat/rsctmp"
|
||||||
|
%global conf_opt_fatal "--enable-fatal-warnings=no"
|
||||||
|
%else
|
||||||
|
CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
|
||||||
|
%global conf_opt_fatal "--enable-fatal-warnings=yes"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{with rgmanager}
|
||||||
|
%global rasset rgmanager
|
||||||
|
%endif
|
||||||
|
%if %{with linuxha}
|
||||||
|
%global rasset linux-ha
|
||||||
|
%endif
|
||||||
|
%if %{with rgmanager} && %{with linuxha}
|
||||||
|
%global rasset all
|
||||||
|
%endif
|
||||||
|
|
||||||
|
export CFLAGS
|
||||||
|
|
||||||
|
%configure \
|
||||||
|
%{?conf_opt_rsctmpdir:%conf_opt_rsctmpdir} \
|
||||||
|
%{conf_opt_fatal} \
|
||||||
|
--with-pkg-name=%{name} \
|
||||||
|
--with-ras-set=%{rasset}
|
||||||
|
|
||||||
|
%if %{defined jobs}
|
||||||
|
JFLAGS="$(echo '-j%{jobs}')"
|
||||||
|
%else
|
||||||
|
JFLAGS="$(echo '%{_smp_mflags}')"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
make $JFLAGS
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
make -C %{altprefix}%{altversion} install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
# tree fixup
|
## tree fixup
|
||||||
#rm %{buildroot}/%{_libdir}/heartbeat/ocf-*
|
# remove docs (there is only one and they should come from doc sections in files)
|
||||||
find %{buildroot} -type f -name '.ocf-*' -exec chmod 644 {} \;
|
|
||||||
find %{buildroot} -type f -name 'ocf-*' -exec chmod 644 {} \;
|
|
||||||
find %{buildroot} -type f -name '*.dtd' -exec chmod 644 {} \;
|
|
||||||
chmod 755 %{buildroot}/%{_sbindir}/ocf-tester
|
|
||||||
chmod 755 %{buildroot}/%{_datadir}/cluster/ocf-shellfuncs
|
|
||||||
|
|
||||||
(
|
|
||||||
cd %{buildroot}/usr/lib/ocf/resource.d/heartbeat
|
|
||||||
for f in ocf-binaries ocf-directories ocf-returncodes ocf-shellfuncs
|
|
||||||
do
|
|
||||||
ln -s ../../lib/heartbeat/$f .$f
|
|
||||||
done
|
|
||||||
)
|
|
||||||
|
|
||||||
# Strange location, remove until we can confirm
|
|
||||||
rm -f %{buildroot}%{_libdir}/heartbeat/tickle_tcp
|
|
||||||
|
|
||||||
# Test harness, worth creating a devel package for?
|
|
||||||
rm -rf %{buildroot}%{_datadir}/resource-agents/ocft
|
|
||||||
rm -f %{buildroot}%{_sbindir}/ocft
|
|
||||||
|
|
||||||
%if 0%{?rhel} != 0
|
|
||||||
# ldirectord isn't included on RHEL
|
|
||||||
find %{buildroot} -name 'ldirectord.*' -exec rm -f {} \;
|
|
||||||
find %{buildroot} -name 'ldirectord' -exec rm -f {} \;
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# symlink to allow pacemaker to use rgmanager RAs
|
|
||||||
cd %{buildroot}/usr/lib/ocf/resource.d/ && \
|
|
||||||
ln -sf %{_datadir}/cluster/ redhat
|
|
||||||
|
|
||||||
# remove docs
|
|
||||||
rm -rf %{buildroot}/usr/share/doc/resource-agents
|
rm -rf %{buildroot}/usr/share/doc/resource-agents
|
||||||
|
|
||||||
|
%if %{with linuxha}
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
test -d %{buildroot}/sbin || mkdir %{buildroot}/sbin
|
||||||
|
(
|
||||||
|
cd %{buildroot}/sbin
|
||||||
|
ln -sf /%{_sysconfdir}/init.d/ldirectord rcldirectord
|
||||||
|
) || true
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%if 0%{?rhel} == 0
|
%files
|
||||||
%post -n ldirectord
|
%defattr(-,root,root)
|
||||||
/sbin/chkconfig --add ldirectord
|
%doc AUTHORS COPYING COPYING.GPLv3 ChangeLog
|
||||||
|
%if %{with linuxha}
|
||||||
%postun -n ldirectord -p /sbin/ldconfig
|
%doc doc/README.webapps
|
||||||
|
%doc %{_datadir}/%{name}/ra-api-1.dtd
|
||||||
%preun -n ldirectord
|
|
||||||
/sbin/chkconfig --del ldirectord
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%if %{with rgmanager}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc doc/COPYING.* doc/COPYRIGHT doc/README.licence
|
|
||||||
%doc %{altprefix}%{altversion}/AUTHORS
|
|
||||||
%{_datadir}/cluster
|
%{_datadir}/cluster
|
||||||
|
%{_sbindir}/rhev-check.sh
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{with linuxha}
|
||||||
%dir /usr/lib/ocf
|
%dir /usr/lib/ocf
|
||||||
%dir /usr/lib/ocf/resource.d
|
%dir /usr/lib/ocf/resource.d
|
||||||
%dir /usr/lib/ocf/lib
|
%dir /usr/lib/ocf/lib
|
||||||
%dir /usr/lib/ocf/lib/heartbeat
|
|
||||||
/usr/lib/ocf/lib/heartbeat/ocf-*
|
/usr/lib/ocf/lib/heartbeat
|
||||||
|
|
||||||
/usr/lib/ocf/resource.d/heartbeat
|
/usr/lib/ocf/resource.d/heartbeat
|
||||||
|
%if %{with rgmanager}
|
||||||
/usr/lib/ocf/resource.d/redhat
|
/usr/lib/ocf/resource.d/redhat
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%dir %{_datadir}/%{name}
|
||||||
|
%dir %{_datadir}/%{name}/ocft
|
||||||
|
%{_datadir}/%{name}/ocft/configs
|
||||||
|
%{_datadir}/%{name}/ocft/caselib
|
||||||
|
%{_datadir}/%{name}/ocft/README
|
||||||
|
%{_datadir}/%{name}/ocft/README.zh_CN
|
||||||
|
|
||||||
%{_sbindir}/ocf-tester
|
%{_sbindir}/ocf-tester
|
||||||
|
%{_sbindir}/ocft
|
||||||
%{_sbindir}/sfex_init
|
%{_sbindir}/sfex_init
|
||||||
%{_sbindir}/sfex_stat
|
%{_sbindir}/sfex_stat
|
||||||
|
|
||||||
%dir %{_datadir}/resource-agents
|
%{_includedir}/heartbeat
|
||||||
%doc %{_datadir}/resource-agents/ra-api-1.dtd
|
|
||||||
%{_mandir}/man7/*.7*
|
|
||||||
|
|
||||||
|
%if 0%{?fedora} >= 11 || 0%{?centos_version} > 5 || 0%{?rhel} > 5
|
||||||
|
%dir %{_var}/run/heartbeat/rsctmp
|
||||||
|
%else
|
||||||
|
%dir %attr (1755, root, root) %{_var}/run/resource-agents
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%{_mandir}/man7/*.7*
|
||||||
|
%{_mandir}/man8/ocf-tester.8*
|
||||||
|
|
||||||
|
# For compatability with pre-existing agents
|
||||||
%dir %{_sysconfdir}/ha.d
|
%dir %{_sysconfdir}/ha.d
|
||||||
%{_sysconfdir}/ha.d/shellfuncs
|
%{_sysconfdir}/ha.d/shellfuncs
|
||||||
|
|
||||||
%dir %{_libdir}/heartbeat
|
%{_libdir}/heartbeat
|
||||||
%{_libdir}/heartbeat/findif
|
|
||||||
%{_libdir}/heartbeat/send_arp
|
%if 0%{?suse_version}
|
||||||
%{_libdir}/heartbeat/sfex_daemon
|
%preun -n ldirectord
|
||||||
%{_includedir}/heartbeat/agent_config.h
|
%stop_on_removal ldirectord
|
||||||
|
%postun -n ldirectord
|
||||||
|
%insserv_cleanup
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?fedora}
|
||||||
|
%preun -n ldirectord
|
||||||
|
/sbin/chkconfig --del ldirectord
|
||||||
|
%postun -n ldirectord -p /sbin/ldconfig
|
||||||
|
%post -n ldirectord
|
||||||
|
/sbin/chkconfig --add ldirectord
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} == 0
|
|
||||||
%files -n ldirectord
|
%files -n ldirectord
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%doc %{altprefix}%{altversion}/COPYING
|
|
||||||
%doc %{altprefix}%{altversion}/ldirectord/ldirectord.cf
|
|
||||||
%{_sbindir}/ldirectord
|
%{_sbindir}/ldirectord
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/ldirectord
|
%doc ldirectord/ldirectord.cf COPYING
|
||||||
%{_sysconfdir}/init.d/ldirectord
|
|
||||||
%{_sysconfdir}/ha.d/resource.d/ldirectord
|
|
||||||
%{_mandir}/man8/ldirectord.8*
|
%{_mandir}/man8/ldirectord.8*
|
||||||
|
%config(noreplace) %{_sysconfdir}/logrotate.d/ldirectord
|
||||||
|
%dir %{_sysconfdir}/ha.d
|
||||||
|
%dir %{_sysconfdir}/ha.d/resource.d
|
||||||
|
%{_sysconfdir}/ha.d/resource.d/ldirectord
|
||||||
|
%{_sysconfdir}/init.d/ldirectord
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
/sbin/rcldirectord
|
||||||
|
%endif
|
||||||
|
%if 0%{?fedora}
|
||||||
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
/usr/lib/ocf/resource.d/heartbeat/ldirectord
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.9.1-1
|
||||||
|
- new upstream release
|
||||||
|
- import spec file from upstream
|
||||||
|
|
||||||
* Tue Mar 1 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.1-1
|
* Tue Mar 1 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 3.1.1-1
|
||||||
- new upstream release 3.1.1 and 1.0.4
|
- new upstream release 3.1.1 and 1.0.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user