From b4486370fd3f7eb41ca6b31e798bdd4c0d2b2420 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Sep 11 2014 15:33:53 +0000 Subject: Switch to rdopkg --- diff --git a/diskimage-builder.spec b/diskimage-builder.spec index 0394834..81318f1 100644 --- a/diskimage-builder.spec +++ b/diskimage-builder.spec @@ -1,15 +1,12 @@ Name: diskimage-builder Summary: Image building tools for OpenStack Version: 0.1.15 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 Group: System Environment/Base URL: https://launchpad.net/diskimage-builder Source0: http://tarballs.openstack.org/diskimage-builder/%{name}-%{version}.tar.gz -# https://review.openstack.org/#/c/103451/ -Patch0001: Remove-fixfiles-from-rpm-distro-finalize.patch - BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools @@ -28,7 +25,9 @@ Requires: dib-utils %prep %setup -q -n %{name}-%{version} -%patch0001 -p1 +# +# patches_base: 0.1.15 +# %build %{__python} setup.py build @@ -61,6 +60,9 @@ Components of TripleO that are responsible for building disk images. %{_datadir}/%{name}/elements %changelog +* Thu Sep 11 2014 James Slagle - 0.1.15-4 +- Switch to rdopkg + * Wed Jul 02 2014 James Slagle - 0.1.15-3 - Add patch Remove-fixfiles-from-rpm-distro-finalize.patch