Changeset 830 in ProjectBuilder for projects/fossology


Ignore:
Timestamp:
Jul 14, 2009, 2:03:50 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3268@localhost: bruno | 2009-07-14 01:54:43 +0200
Prepare fossology 1.1.0-rc5

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  
    9393# Global version/tag for the project
    9494#
    95 projver fossology = 1.1.0-rc4
     95projver fossology = 1.1.0-rc5
    9696projtag fossology = 1
    9797
  • projects/fossology/pbconf/tags/1.1.0-rc5/fossology/rpm/fossology.spec

    r796 r830  
    1212#PBPATCHSRC
    1313BuildRoot:      %{_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 PBDEP
    15 BuildRequires:  postgresql-devel libxml2 gcc make perl PBBUILDDEP
     14Requires:       postgresql >= 8.1.11 php php-pear php-pgsql libxml2 binutils bzip2 cpio mkisofs poppler-utils rpm tar unzip gzip httpd which PBDEP
     15BuildRequires:  postgresql-devel >= 8.1.11 libxml2 gcc make perl PBBUILDDEP
    1616Summary:        FOSSology is a licenses exploration tool
    1717Summary(fr):    FOSSology est un outil d'exploration de licenses
     
    112112fi
    113113
     114grep -qw allow_call_time_pass_reference /etc/php.ini
     115if [ $? -eq 0 ]; then
     116    perl -pi -e "s/^[#\s]*allow_call_time_pass_reference.*=.*/allow_call_time_pass_reference = On/" /etc/php.ini
     117else
     118    echo "allow_call_time_pass_reference = On" >> /etc/php.ini
     119fi
     120
    114121# Now restart again postgresql
    115122# We have do it here in order to let postgresql configure itself correctly
     
    121128/usr/lib/PBPROJ/fo-postinstall
    122129
    123 # Adds user httpd to fossy group
     130# Adds user httpd to fossy group (is done upstream now it seems)
    124131#useradd -G fossy httpd
    125 perl -pi -e 's/^fossy:x:([0-9]+):(.+)/fossy:x:$1:httpd,$2/' /etc/group
    126 perl -pi -e 's/^fossy:x:([0-9]+):$/fossy:x:$1:httpd/' /etc/group
     132#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
    127134
    128135# httpd is also assumed to run locally
Note: See TracChangeset for help on using the changeset viewer.