diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-01-09 22:26:01 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-01-09 22:26:01 +0000 |
commit | 4f78f67d5f19d657e1ebf13d0ff936a95c67c846 (patch) | |
tree | 1a225597bde5f1f366ab8feda16424228c30ed7e | |
parent | 8bc7d6bebd4fcf8c95cb6d58da14404a5e46de91 (diff) | |
download | samba-4f78f67d5f19d657e1ebf13d0ff936a95c67c846.tar.gz samba-4f78f67d5f19d657e1ebf13d0ff936a95c67c846.tar.bz2 samba-4f78f67d5f19d657e1ebf13d0ff936a95c67c846.zip |
JHT ==> Added for those who like to roll their own!
(This used to be commit e63a9d60722a3f9d8d021c4786d1f550e26939d5)
-rw-r--r-- | examples/redhat/Instructions | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/redhat/Instructions b/examples/redhat/Instructions new file mode 100644 index 0000000000..25711c61e9 --- /dev/null +++ b/examples/redhat/Instructions @@ -0,0 +1,24 @@ +January 8, 1997 + +John H Terpstra + +Subject: +======== +Preparation of RedHat RPM packages. + +Process: +======== +1. Copy the official Samba-1.9.xxxx.tar.gz archive to /usr/src/redhat/SOURCES +2. Un-gnuzip the file to the plain tar archive format +3. Untar the archive to access the samba/examples/redhat files +4. Copy the samba-make.patch file to /usr/src/redhat/SOURCES +5. Copy samba-1.9.xxxx.spec file to /usr/src/redhat/SPECS +6. Delete the extracted archive (see item 3) +7. Go to the /usr/src/redhat/SPECS directory +8. Execute: rpm -ba -v samba-1.9.xxxx.spec +9. Copy the SRPM file from the /usr/src/redhat/SRPMS directory + and copy the RPMS file from the /usr/src/redhat/RPMS directory + to the distribution point from which the finished packages will + be uploaded to the samba ftp archive. + +Finito!! |