From 9b190bc2cc416342c378eefb8517949bc7c01b8c Mon Sep 17 00:00:00 2001 From: Alan Krueger Date: Tue, 28 Jun 2011 10:13:18 -0500 Subject: [PATCH] update readme and history --- History.md | 4 ++++ README.md | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/History.md b/History.md index a92fa61..5653acf 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +v0.7 - 2011-06-28 +================= + * add support for a utilities script that automatically gets included in any pre/post/preun/postun scripts + v0.6 - 2011-06-27 ================= * add specification of required dependencies diff --git a/README.md b/README.md index d87097d..8bd035e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ derived from RedHat. It leverages [Redline](http://redline-rpm.org/) Java libra arch = I386 os = LINUX + installUtils = file('scripts/rpm/utils.sh') + preInstall = file('scripts/rpm/preInstall.sh') + postInstall = file('scripts/rpm/postInstall.sh') + preUninstall = file('scripts/rpm/preUninstall.sh') + postUninstall = file('scripts/rpm/postUninstall.sh') + requires('bar', '2.2', GREATER | EQUAL) requires('baz', '1.0.1', LESS)