what makes a package get i386 on x86_64?

Matthew Miller mattdm at mattdm.org
Fri Mar 16 03:16:25 UTC 2007


On Thu, Mar 15, 2007 at 11:05:20PM -0400, Jesse Keating wrote:
> > Otherwise, what's the solution?
> I'm not sure :/

  %ifarch i386
  %post
  cat << EOF > /etc/cron.daily/ditch386.sh
  #!/bin/bash
  if [ "$( rpm -q festival.i386 --qf 'true')" == "true" ]; then
  if [ "$( rpm -q festival.x86_64 --qf 'true')" == "true" ]; then
     rpm -e festival.i386
     if [ "$( rpm -q festival.i386 --qf 'true')" != "true" ]; then  
       rm /etc/cron.daily/ditch386.sh
  fi; fi; fi  
  EOF
  chmod +x /etc/cron.daily/ditch386.sh

  %endif


Okay, I should go to sleep.

:)


-- 
Matthew Miller           mattdm at mattdm.org          <http://mattdm.org/>
Boston University Linux      ------>              <http://linux.bu.edu/>




More information about the fedora-devel-list mailing list