Changeset 1275 for trunk/server


Ignore:
Timestamp:
Jul 18, 2009, 4:43:35 AM (15 years ago)
Author:
mitchb
Message:
Temporarily scriptsify rubygem-rails to work around Fedora packaging error
Between the version of this package appearing in Fedora 9 and Fedora 11,
the spec file gained a stanza that removes all zero-length files from
the destination tree.  This actually removes four required zero-length
files (and nothing else), without which running 'rails' to create a
new application errors out.

See https://bugzilla.redhat.com/show_bug.cgi?id=496480
Location:
trunk/server/fedora
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r1274 r1275  
    1919# See /COPYRIGHT in this repository for more information.
    2020
    21 upstream_yum    = krb5 httpd openssh php
     21upstream_yum    = krb5 httpd openssh php rubygem-rails
    2222upstream        = openafs $(upstream_yum)
    2323oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr nss-ldapd nss-ldapd.i586 athrun php_scripts scripts-base
  • trunk/server/fedora/specs/scripts-base.spec

    r1259 r1275  
    99Source: %{name}.tar.gz
    1010BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
    11 Requires: accountadm, execsys, scripts-kmod-openafs, scripts-krb5-libs, scripts-httpd, scripts-mod_ssl, openafs, scripts-openafs-client, scripts-openafs-authlibs, scripts-openafs-devel, scripts-openafs-krb5, openafs-docs, scripts-openssh-server, sql-signup, tokensys, whoisd, logview, nss-ldapd, scripts-php, php_scripts
     11Requires: accountadm, execsys, scripts-kmod-openafs, scripts-krb5-libs, scripts-httpd, scripts-mod_ssl, openafs, scripts-openafs-client, scripts-openafs-authlibs, scripts-openafs-devel, scripts-openafs-krb5, openafs-docs, scripts-openssh-server, sql-signup, tokensys, whoisd, logview, nss-ldapd, scripts-php, php_scripts, scripts-rubygem-rails
    1212%define debug_package %{nil}
    1313
Note: See TracChangeset for help on using the changeset viewer.