Changeset 1121 in MondoRescue for branches/stable/tools


Ignore:
Timestamp:
Feb 9, 2007, 6:49:33 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • 1722 Floppies are NOT supported anymore (allows for mindi to become noarch)
  • mindi is now a noarch type of package
  • RPM Packaging improvements for Fedora
Location:
branches/stable/tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r1063 r1121  
    6464
    6565    if [  _"$dtype" = _"rpm" ]; then
    66         if [ _"$p" = _"mondo-doc" ]; then
     66        if [ _"$p" = _"mondo-doc" ] || [ _"$p" = _"mindi" ]; then
    6767            ar="noarch"
    6868        else
  • branches/stable/tools/pkg2fc

    r1042 r1121  
    1818. $TOOLHOME/distro-env
    1919. $TOOLHOME/fc-env
     20
     21export LANGUAGE="C"
    2022
    2123# We need to get $VER and $TAG
  • branches/stable/tools/pkg2ftp

    r1042 r1121  
    5555    tag=`cat $MONDOTMP/$pv/TAG`
    5656    if [  _"$dtype" = _"rpm" ]; then
    57         if [ _"$p" = _"mondo-doc" ]; then
     57        if [ _"$p" = _"mondo-doc" ] || [ _"$p" = _"mindi" ]; then
    5858            ar="noarch"
    5959        else
  • branches/stable/tools/svn2build

    r1063 r1121  
    8787            fi
    8888            m4 $MONDOTMP/mondorescue.mc $inc $dest/distributions/rpm/$p.spec $MONDOTMP/$p.spec > $dest/distributions/${ddir}-$dver/$p.spec
     89            if [ _"`/bin/arch`" = _"x86_64" ] && [ $ddir = "rhel" ]; then
     90                # Bug on x86_64 on _sysconfdir on rhel4 at least
     91                perl -pi -e 's~^export CONFDIR=.*~export CONFDIR=/etc~' $dest/distributions/${ddir}-$dver/$p.spec
     92            fi
    8993
    9094            rm -f $MONDOTMP/$p.spec
Note: See TracChangeset for help on using the changeset viewer.