← Back to team overview

cloud-init-dev team mailing list archive

[Merge] lp:~harlowja/cloud-init/cloud-init-fix-rpm-build into lp:cloud-init

 

Joshua Harlow has proposed merging lp:~harlowja/cloud-init/cloud-init-fix-rpm-build into lp:cloud-init.

Requested reviews:
  cloud init development team (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~harlowja/cloud-init/cloud-init-fix-rpm-build/+merge/298849



Fixes missing/unpacked rpm files

These new files were not getting picked up during
packaging (and they need to, otherwise rpm building
fails).

- 66-azure-ephemeral.rules
- cloud-init-generator

-- 
Your team cloud init development team is requested to review the proposed merge of lp:~harlowja/cloud-init/cloud-init-fix-rpm-build into lp:cloud-init.
=== modified file 'packages/redhat/cloud-init.spec.in'
--- packages/redhat/cloud-init.spec.in	2014-11-25 19:46:10 +0000
+++ packages/redhat/cloud-init.spec.in	2016-06-30 23:01:18 +0000
@@ -160,6 +160,8 @@
 
 %files
 
+/lib/udev/rules.d/66-azure-ephemeral.rules
+
 #if $sysvinit
 %attr(0755, root, root) %{_initddir}/cloud-config
 %attr(0755, root, root) %{_initddir}/cloud-final
@@ -168,6 +170,8 @@
 #end if
 
 #if $systemd
+/usr/lib/systemd/system-generators/cloud-init-generator
+%{_unitdir}/cloud-*
 %{_unitdir}/cloud-*
 #end if
 


References