aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7829ec5a4..863cc4d5b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -77,12 +77,22 @@ You can create them with:
Installation
============
gpg is not installed as suid:root; if you want to do it, do it manually.
+We will use capabilities in the future.
The ~/.gnupg directory will be created if it does not exist. Your first
action should be to create a key pair: "gpg --gen-key".
+Creating a RPM package
+======================
+The file scripts/gnupg-x.x.x.spec is used to build a RPM package:
+ 1. As root, copy the spec file into /usr/src/redhat/SPECS
+ 2. copy the tar file into /usr/src/redhat/SOURCES
+ 3. type: rpm -ba SPECS/gnupg-x.x.x.spec
+
+
+
Basic Installation
==================