Changeset 830 in ProjectBuilder for projects/fossology
- Timestamp:
- Jul 14, 2009, 2:03:50 AM (16 years ago)
- Location:
- projects/fossology/pbconf/tags/1.1.0-rc5
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
projects/fossology/pbconf/tags/1.1.0-rc5/fossology.pb
r813 r830 93 93 # Global version/tag for the project 94 94 # 95 projver fossology = 1.1.0-rc 495 projver fossology = 1.1.0-rc5 96 96 projtag fossology = 1 97 97 -
projects/fossology/pbconf/tags/1.1.0-rc5/fossology/rpm/fossology.spec
r796 r830 12 12 #PBPATCHSRC 13 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 14 Requires: postgresql php php-pear php-pgsql libxml2 binutils bzip2 cpio mkisofs poppler-utils rpm tar unzip gzip httpd which PBDEP15 BuildRequires: postgresql-devel libxml2 gcc make perl PBBUILDDEP14 Requires: postgresql >= 8.1.11 php php-pear php-pgsql libxml2 binutils bzip2 cpio mkisofs poppler-utils rpm tar unzip gzip httpd which PBDEP 15 BuildRequires: postgresql-devel >= 8.1.11 libxml2 gcc make perl PBBUILDDEP 16 16 Summary: FOSSology is a licenses exploration tool 17 17 Summary(fr): FOSSology est un outil d'exploration de licenses … … 112 112 fi 113 113 114 grep -qw allow_call_time_pass_reference /etc/php.ini 115 if [ $? -eq 0 ]; then 116 perl -pi -e "s/^[#\s]*allow_call_time_pass_reference.*=.*/allow_call_time_pass_reference = On/" /etc/php.ini 117 else 118 echo "allow_call_time_pass_reference = On" >> /etc/php.ini 119 fi 120 114 121 # Now restart again postgresql 115 122 # We have do it here in order to let postgresql configure itself correctly … … 121 128 /usr/lib/PBPROJ/fo-postinstall 122 129 123 # Adds user httpd to fossy group 130 # Adds user httpd to fossy group (is done upstream now it seems) 124 131 #useradd -G fossy httpd 125 perl -pi -e 's/^fossy:x:([0-9]+):(.+)/fossy:x:$1:httpd,$2/' /etc/group126 perl -pi -e 's/^fossy:x:([0-9]+):$/fossy:x:$1:httpd/' /etc/group132 #perl -pi -e 's/^fossy:x:([0-9]+):(.+)/fossy:x:$1:httpd,$2/' /etc/group 133 #perl -pi -e 's/^fossy:x:([0-9]+):$/fossy:x:$1:httpd/' /etc/group 127 134 128 135 # httpd is also assumed to run locally
Note:
See TracChangeset
for help on using the changeset viewer.