[os-apply-config/f20] Switch to rdopkg

slagle slagle at fedoraproject.org
Thu Sep 11 15:16:51 UTC 2014


commit 087eb2af38b179d17c95d9286263d0c03e143de5
Author: James Slagle <jslagle at redhat.com>
Date:   Thu Sep 11 11:15:17 2014 -0400

    Switch to rdopkg

 os-apply-config.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/os-apply-config.spec b/os-apply-config.spec
index c48bacb..d91cb5d 100644
--- a/os-apply-config.spec
+++ b/os-apply-config.spec
@@ -7,8 +7,6 @@ License:	ASL 2.0
 URL:		http://pypi.python.org/pypi/%{name}
 Source0:	http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz
 
-Patch0001: 0001-Remove-pbr-runtime-dependency-and-replace-with-build.patch
-
 BuildArch:	noarch
 BuildRequires:	python2-devel
 BuildRequires:	python-setuptools
@@ -22,11 +20,14 @@ Requires:	pystache
 %description
 Tool to apply openstack heat metadata to files on the system.
 
+#
+# patches_base: 0.1.16
+#
+
 %prep
 
 %setup -q -n %{name}-%{version}
 
-%patch0001 -p1
 
 sed -i '/setuptools_git/d' setup.py
 sed -i s/REDHATOSAPPLYCONFIGVERSION/%{version}/ os_apply_config/version.py


More information about the scm-commits mailing list