Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Allow packager to make service installation optional This changes the default, where on platforms that support it (Solaris, others?) the user would be prompted whether to install each service. Services are now installed automatically without asking unless the packager specifies optional=yes in the spec file. Inspired by part of QAS r892.
Add link to Debian dependency syntax
Add %depend processing for deb Allows specifying explicit package dependencies.
Add --vas-platforms option to pp that emits the compatible VAS platform IDs Also, add $enable to the service model defaulting to yes, that makes a service active at boot. (only honoured by rpm & deb for now)
Describe the to-be-implemented %require, %provide and Interface Names sections.
Add virtual service groups and a 'print-platform' helper function
Add --probe option that prints the local platform identifier
%post, %preun, %check scripts to exit 0 by default. Explanation: The normal behaviour of shell is to exit with the exit code of the last-run command. Sometimes this means the last 'if' condition, or a '&&' conjunction can unintentionally abort an install. This change effectively adds an 'exit 0' to the end of most scripts. To raise a failure, scripts must now explicitly call 'exit 1'. This will terminate the installation process on most platforms.
some documentation corrections
Add -q option to the helper scripts
Document the helper script generated by --install-script
complete support for %check section
add an --install-script option to simplify testing
add section qualifiers
cope with duplicate files; rpm service fixes
improve dependency and symlink handling
Import current polypkg sources into SVN
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| Ted.Percival@quest.com | ViewVC Help |
| Powered by ViewVC 1.1.2 |