Changeset 903 in MondoRescue for trunk/mindi-busybox/distributions


Ignore:
Timestamp:
Oct 25, 2006, 1:49:52 AM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r862:888 $SVN_M/branches/stable

Location:
trunk/mindi-busybox/distributions
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi-busybox/distributions/mandriva/spec.m4

    r833 r903  
    55dnl GRP is replaced by the RPM group of apps
    66define(`GRP', `Archiving/Backup')dnl
    7 dnl OBS is replaced with what is being obsoleted
    8 define(`OBS', `')dnl
     7dnl REQ is replaced with what is being required
     8define(`REQ', `Buildrequires: glibc-static-devel')dnl
  • trunk/mindi-busybox/distributions/redhat/spec.m4

    r833 r903  
    55dnl GRP is replaced by the RPM group of apps
    66define(`GRP', `Applications/Archiving')dnl
    7 dnl OBS is replaced with what is being obsoleted
    8 define(`OBS', )dnl
     7dnl REQ is replaced with what is being required
     8define(`REQ', )dnl
  • trunk/mindi-busybox/distributions/rpm/mindi-busybox.spec

    r863 r903  
    1111Source:     SSS
    1212BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
     13REQ
    1314ExcludeArch:    ppc
    1415Conflicts:  busybox
  • trunk/mindi-busybox/distributions/suse/spec.m4

    r833 r903  
    55dnl GRP is replaced by the RPM group of apps
    66define(`GRP', `Productivity/Archiving/Backup')dnl
    7 dnl OBS is replaced with what is being obsoleted
    8 define(`OBS', `')dnl
     7dnl REQ is replaced with what is being required
     8define(`REQ', `')dnl
Note: See TracChangeset for help on using the changeset viewer.