Skip to content

Commit

Permalink
update readme and history
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanKrueger committed Jun 28, 2011
1 parent cafe704 commit 9b190bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9b190bc

Please sign in to comment.