summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-04 20:09:35 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-11-04 20:09:35 (GMT)
commitf81af6f52618e1220a20c63b7841114493f2fbe3 (patch)
tree218bbe8c900ddff8b0f0d0bcc92a9c50f74d4836 /Help/release
parent66158b6753fe55a42da4a58d8cac90210604fccd (diff)
parent6e927fafffebccd5e7675154db805f104059996c (diff)
downloadCMake-f81af6f52618e1220a20c63b7841114493f2fbe3.zip
CMake-f81af6f52618e1220a20c63b7841114493f2fbe3.tar.gz
CMake-f81af6f52618e1220a20c63b7841114493f2fbe3.tar.bz2
Merge topic 'cpack-rpm-pre-post-install'
6e927faf Help: Add notes for topic 'cpack-rpm-pre-post-install'
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/cpack-rpm-pre-post-install.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-rpm-pre-post-install.rst b/Help/release/dev/cpack-rpm-pre-post-install.rst
new file mode 100644
index 0000000..0909d94
--- /dev/null
+++ b/Help/release/dev/cpack-rpm-pre-post-install.rst
@@ -0,0 +1,12 @@
+cpack-rpm-pre-post-install
+--------------------------
+
+* The :module:`CPackRPM` module learned options to specify
+ requirements for pre- and post-install scripts. See the
+ :variable:`CPACK_RPM_PACKAGE_REQUIRES_PRE` and
+ :variable:`CPACK_RPM_PACKAGE_REQUIRES_POST` variables.
+
+* The :module:`CPackRPM` module learned options to specify
+ requirements for pre- and post-uninstall scripts. See the
+ :variable:`CPACK_RPM_PACKAGE_REQUIRES_PREUN` and
+ :variable:`CPACK_RPM_PACKAGE_REQUIRES_POSTUN` variables.