From 095988f98067ce24519f573ffa334986287522b4 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Fri, 30 May 2014 11:22:32 -0400 Subject: [PATCH] add missing python-jsonpatch dependency --- cloud-init.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cloud-init.spec b/cloud-init.spec index 24a8b21..233e8b2 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -2,7 +2,7 @@ Name: cloud-init Version: 0.7.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cloud instance init scripts Group: System Environment/Base @@ -39,6 +39,7 @@ Requires: python-configobj Requires: python-prettytable Requires: python-requests Requires: PyYAML +Requires: python-jsonpatch Requires: rsyslog Requires: shadow-utils Requires: /usr/bin/run-parts @@ -136,6 +137,9 @@ fi %changelog +* Fri May 30 2014 Matthew Miller - 0.7.5-2 +- add missing python-jsonpatch dependency + * Tue Apr 29 2014 Sam Kottler - 0.7.5-1 - Update to 0.7.5 and remove patches which landed in the release