[diskimage-builder/f20] Switch to rdopkg

slagle slagle at fedoraproject.org
Thu Sep 11 15:34:07 UTC 2014


commit b4486370fd3f7eb41ca6b31e798bdd4c0d2b2420
Author: James Slagle <jslagle at redhat.com>
Date:   Thu Sep 11 11:33:53 2014 -0400

    Switch to rdopkg

 diskimage-builder.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
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 <jslagle at redhat.com> - 0.1.15-4
+- Switch to rdopkg
+
 * Wed Jul 02 2014 James Slagle <jslagle at redhat.com> - 0.1.15-3
 - Add patch Remove-fixfiles-from-rpm-distro-finalize.patch
 


More information about the scm-commits mailing list