Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Cloud
:
oVirt
:
3.3.2
>
ovirt-log-collector
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
ovirt-log-collector-SLE_11_SP3.spec
@@ -0,0 +1,111 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +%global package_version 3.3.2 +%global package_name ovirt-log-collector + +Summary: Log Collector for oVirt Engine +Name: %{package_name} +Version: 3.3.2 +Release: 2%{?release_suffix}%{?dist} +License: ASL 2.0 +Group: System +URL: http://www.ovirt.org +Source: http://resources.ovirt.org/releases/3.3/src/%{package_name}-%{package_version}.tar.gz + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} +%if 0%{!?suse_version} +BuildArch: noarch +%endif +Requires: python +Requires: python-dateutil +Requires: python-lxml +Requires: ovirt-engine-sdk +Requires: ovirt-engine-lib +Requires: logrotate +Requires: sos +Requires: openssh-clients +BuildRequires: python-devel +BuildRequires: gettext + +%description +Log Collector tool for oVirt Engine + +%prep +%setup -q -n %{package_name}-%{package_version} + +%build +%configure \ + --docdir="%{_docdir}/%{package_name}-%{version}" \ + --disable-python-syntax-check +make %{?_smp_mflags} + +%install +rm -rf "%{buildroot}" +make %{?_smp_mflags} install DESTDIR="%{buildroot}" + +%files +%defattr(-,root,root) +%doc AUTHORS +%doc COPYING +%dir %{_localstatedir}/log/ovirt-engine/%{package_name} +%config(noreplace) %{_sysconfdir}/ovirt-engine/logcollector.conf +%config(noreplace) %{_sysconfdir}/logrotate.d/%{package_name} +%{_sysconfdir}/ovirt-engine/logcollector.conf.d/.keep +%{python_sitelib}/ovirt_log_collector/*.py* +%{python_sitelib}/ovirt_log_collector/helper/*.py* +%{python_sitelib}/sos/plugins/*.py* +%{_bindir}/engine-log-collector +%{_mandir}/man8/* +%dir %{_sysconfdir}/ovirt-engine +%dir %{_sysconfdir}/ovirt-engine/logcollector.conf.d +%dir %{python_sitelib}/ovirt_log_collector +%dir %{python_sitelib}/ovirt_log_collector/helper +%dir %{python_sitelib}/sos +%dir %{python_sitelib}/sos/plugins +%dir %{_localstatedir}/log/ovirt-engine + +%changelog +* Fri Dec 13 2013 Sandro Bonazzola <sbonazzo@redhat.com> - 3.3.2-2 +- 3.3.2-2 + +* Wed Nov 27 2013 Sandro Bonazzola <sbonazzo@redhat.com> - 3.3.2-1 +- 3.3.2-1 + +* Fri Sep 27 2013 Sandro Bonazzola <sbonazzo@redhat.com> - 3.3.1-1 +- 3.3.1-1 + +* Wed Sep 04 2013 Sandro Bonazzola <sbonazzo@redhat.com> - 3.3.0-1 +- 3.3.0-1 + +* Tue Aug 13 2013 Sandro Bonazzola <sbonazzo@redhat.com> - 3.3.0-0.3.rc +- 3.3.0-0.3.rc + +* Mon Jul 15 2013 Kiril Nesenko <knesenko@redhat.com> - 3.3.0-0.1.beta1 +- 3.3.0-0.1.beta1 + +* Thu Feb 14 2013 Kiril Nesenko <knesenko@redhat.com> - 3.2.0-1 +- 3.2.0-1 + +* Tue Feb 5 2013 Kiril Nesenko <knesenko@redhat.com> - 3.2.0-0.1.beta +- 3.2.0-0.1.beta + +* Tue Oct 2 2012 Alon Bar-Lev <alonbl@redhat.com> +- Rewrite build + +* Thu Mar 8 2012 Keith Robertson <kroberts@redhat.com> - 1.0.0-0 +- Initial build