Hello community,

here is the log from the commit of package openstack-heat-templates for 
openSUSE:Factory checked in at 2013-07-08 21:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-heat-templates (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-heat-templates.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-heat-templates"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-heat-templates.new/openstack-heat-templates.changes
   2013-07-08 21:45:11.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon May 13 08:00:20 UTC 2013 - [email protected]
+
+- Initial package 
+

New:
----
  _service
  heat-templates-0.0.0+git.1368010820.b822d44.tar.gz
  openstack-heat-templates.changes
  openstack-heat-templates.spec
  rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openstack-heat-templates.spec ++++++
#
# spec file for package openstack-heat-templates
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define component heat-templates
%define groupname openstack-%{component}
%define username openstack-%{component}

Name:           openstack-%{component}
Version:        0.0.0+git.1368010820.b822d44
Release:        0
Summary:        Openstack Orchestration (Heat)
License:        Apache-2.0
Group:          System/Management
Url:            https://launchpad.net/heat
Source:         %{component}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  openstack-suse-macros
BuildRequires:  python-distribute >= 0.6.24
Requires:       logrotate
Requires:       python >= 2.6.8
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
This package provides:

* Example templates which demonstrate core Heat functionality
* Related image-building templates
* Template-related scripts and conversion tools

%prep
%setup -q -n %{component}-%{version}

%build

%install
mkdir -p %{buildroot}/usr/share/%{component}
cp -r cfn %{buildroot}/usr/share/%{component}

%files
%defattr(-,root,root)
%doc LICENSE README.rst
%dir /usr/share/%{component}
/usr/share/%{component}/cfn

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/openstack/heat-templates.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">0.0.0+git.%ct.%h</param>
    <param name="revision">master</param>
  </service>

  <service name="recompress" mode="disabled">
    <param name="file">heat-templates-*git*.tar</param>
    <param name="compression">gz</param>
  </service>

  <service name="set_version" mode="disabled">
    <param name="basename">heat-templates</param>
  </service>

</services>
++++++ rpmlintrc ++++++
# This symling is for the -test package and can be ignored:
addFilter("dangling-symlink /var/lib/openstack-heat-test/heat")
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to