rpms/mantis/F-7 .cvsignore, 1.8, 1.9 mantis-README.Fedora, 1.3, 1.4 mantis.spec, 1.17, 1.18 sources, 1.13, 1.14

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Mon Jan 21 08:18:20 UTC 2008


Author: giallu

Update of /cvs/extras/rpms/mantis/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27733

Modified Files:
	.cvsignore mantis-README.Fedora mantis.spec sources 
Log Message:
* Sat Jan 19 2008 Gianluca Sforna <giallu gmail com> - 1.1.1-1
- new upstream release
- Add more info in README.Fedora about configuration, upgrades
  and SELinux



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mantis/F-7/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	5 Jan 2008 10:47:48 -0000	1.8
+++ .cvsignore	21 Jan 2008 08:17:35 -0000	1.9
@@ -1 +1 @@
-mantis-1.1.0.tar.gz
+mantis-1.1.1.tar.gz


Index: mantis-README.Fedora
===================================================================
RCS file: /cvs/extras/rpms/mantis/F-7/mantis-README.Fedora,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mantis-README.Fedora	5 Jan 2008 10:47:48 -0000	1.3
+++ mantis-README.Fedora	21 Jan 2008 08:17:35 -0000	1.4
@@ -16,29 +16,40 @@
          and/or a separate account for mantis usage.
 
 
-== First time operations==
+== Configuration files ==
+
+The mantis configuration file is /etc/mantis/config_inc.php.
+
+Be sure to check the file /usr/share/mantis/config_defaults_inc.php for the 
+full list of available configuration options.
+
+
+== First time operations ==
 
 1. allow yourelf to access the admin directory
     Please note that the provided configuration file for Apache 
     (/etc/httpd/conf.d/mantis.conf) by default prevents access to the mantis
     administration area. 
-    Change:
-    <Directory /usr/share/mantis/admin>
-        Order allow,deny
+    Find the section:
+        <Directory /usr/share/mantis/admin>
+
+    and change the "None" in:
+        Allow from None
     
-    to:
-    <Directory /usr/share/mantis/admin>
-        Order deny,allow
+    to the machine IP you will be connecting from. For instance:
+        Allow from 127.0.0.1
+
+    allows localhost access to the admin area
     
-    and restart apache with:
+    then restart apache with:
       service httpd restart
 
 2. point your browser to:
-    https://localhost/mantis/admin/install.php
+      https://localhost/mantis/admin/install.php
    to create an empty DB.
 
 BIG FAT WARNING: when you are done with the installation, be sure to revert the 
-         modifications you've done in step 3.
+         modifications you've done in step 1.
          Otherwise you will leave the administration area unprotected with
          critical system information and database update capabilities open to 
          any unauthorized person.
@@ -51,3 +62,21 @@
          the account to prevent the cookie_string from being used to trick the
          package. REMEMBER: After setting up the package, REMOVE the
          default administrator account.
+
+== Upgrades ==
+
+After a version upgrade that involves changes to the DB schema, you will need
+to run again the installer steps as outlined above. The installer is able to
+recognize which modifications are needed and apply them to the DB.
+
+Albeit the upgrade routine is usually well tested and safe, please 
+consider doing a complete backup of the database before attempting the
+procedure.
+
+
+== SELinux ==
+
+The default SELinux configuration prevents the httpd process (hence mantis)
+from sending emails. This is easily fixed with:
+
+    setsebool -P httpd_can_sendmail=1


Index: mantis.spec
===================================================================
RCS file: /cvs/extras/rpms/mantis/F-7/mantis.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mantis.spec	5 Jan 2008 10:47:48 -0000	1.17
+++ mantis.spec	21 Jan 2008 08:17:35 -0000	1.18
@@ -5,7 +5,7 @@
 
 Summary:    Web-based bugtracking system
 Name:       mantis
-Version:    1.1.0
+Version:    1.1.1
 Release:    1%{?dist}
 License:    GPLv2+
 Group:      Applications/Internet
@@ -142,6 +142,11 @@
 
 
 %changelog
+* Sat Jan 19 2008 Gianluca Sforna <giallu gmail com> - 1.1.1-1
+- new upstream release
+- Add more info in README.Fedora about configuration, upgrades
+  and SELinux
+
 * Sat Jan  5 2008 Gianluca Sforna <giallu gmail com> - 1.1.0-1
 - new upstream release
 - rediffed patches


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mantis/F-7/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	5 Jan 2008 10:47:48 -0000	1.13
+++ sources	21 Jan 2008 08:17:35 -0000	1.14
@@ -1 +1 @@
-0b5e99ae4f33dfb7b99ee989a4b70b78  mantis-1.1.0.tar.gz
+7e646be79def5bb32b74b1a246caf766  mantis-1.1.1.tar.gz




More information about the fedora-extras-commits mailing list