Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-13 | Fix the rpm building (currently broken) | Joshua Harlow | |
2014-02-10 | remove the 'tools/sudo' file and references in cloud-init.spec.in | Scott Moser | |
I'm not really sure what the function of tools/sudo was, and it was definitely not required for fixing the rpm build. | |||
2014-01-31 | Fix sudo cfg. file mode. Require sudo >= 1.7.2p2-3 with sudoers.d support. | Vlastimil Holer | |
2014-01-31 | Added config for sudo. Apply sudo config in RPM for Red Hat. | Vlastimil Holer | |
2014-01-31 | Fix Requires->requirements.txt rename in RPM build. | Vlastimil Holer | |
2014-01-15 | Require sudo package. | Vlastimil Holer | |
2012-10-08 | Make the subrelease a new k/v entry that is handled | Joshua Harlow | |
differently in the rpm spec file template instead of being joined with the release. | |||
2012-09-26 | Add a nice '-p1' | Joshua Harlow | |
2012-09-26 | Ensure the patches get activated. | Joshua Harlow | |
2012-09-25 | Add a top_dir define. | Joshua Harlow | |
2012-09-25 | Fix cheetah syntax error. | Joshua Harlow | |
2012-09-25 | Add the ability to pass patches to the | Joshua Harlow | |
rpm builder utility. | |||
2012-07-09 | fix bddeb and brpm: by renaming packaging files that are templates | Scott Moser | |
In cherry picking the cheetah commit, I missed the rename of these files. packages/debian/changelog => packages/debian/changelog.in packages/debian/control => packages/debian/control.in packages/redhat/cloud-init.spec => packages/redhat/cloud-init.spec.in |