Changeset 1329 for trunk/server/fedora


Ignore:
Timestamp:
Oct 1, 2009, 7:44:32 AM (15 years ago)
Author:
mitchb
Message:
Scriptsify activesupport and actionpack ruby gems, patch for CVE-2009-3009
Location:
trunk/server/fedora
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r1294 r1329  
    1919# See /COPYRIGHT in this repository for more information.
    2020
    21 upstream_yum    = krb5 httpd openssh php
     21upstream_yum    = krb5 httpd openssh php rubygem-activesupport-2.3.2-1.fc11 rubygem-actionpack-2.3.2-1.fc11
    2222upstream        = openafs $(upstream_yum)
    2323oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr athrun php_scripts scripts-base
     
    133133        rpmbuild $(rpmbuild_args) -bb ${tmp_specs}/$**.spec
    134134
    135 $(upstream) openafs-kernel: rpmbuild_args += --define 'scriptsversion $(shell svnversion ${patches} | tr ':' '_')'
     135$(upstream) rubygem-activesupport rubygem-actionpack openafs-kernel: rpmbuild_args += --define 'scriptsversion $(shell svnversion ${patches} | tr ':' '_')'
    136136
    137 $(upstream): setup patch-specs
     137$(upstream) rubygem-activesupport rubygem-actionpack: setup patch-specs
    138138        rpmbuild $(rpmbuild_args) -ba ${tmp_specs}/$@.spec
    139139
Note: See TracChangeset for help on using the changeset viewer.