Changeset 420 in ProjectBuilder


Ignore:
Timestamp:
May 2, 2008, 4:47:41 PM (16 years ago)
Author:
Bruno Cornec
Message:

dploy-pxe packaging prepared

Location:
projects/dploy/pbconf/devel/dploy-pxe
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • projects/dploy/pbconf/devel/dploy-pxe/deb/control

    r388 r420  
    77
    88Package: PBPKG
    9 Architecture: amd64 i386 ia64
     9Architecture: all
    1010Section: PBGRP
    1111Priority: optional
  • projects/dploy/pbconf/devel/dploy-pxe/deb/copyright

    r388 r420  
    55ftp://ftp.dploy.org/src/.
    66
    7 Upstream Authors: Put their name here
     7Upstream Authors: Bruno Cornec, Gallig Renaud
    88
    99Copyright:
  • projects/dploy/pbconf/devel/dploy-pxe/pbfilter/deb.pbf

    r390 r420  
    66
    77# PBDEP is replaced by the list of dependencies
    8 filter PBDEP = Net-Netmask-perl
     8filter PBDEP = ProjectBuilder-perl
    99
    1010# PBOBS is replaced by the Obsolete line
  • projects/dploy/pbconf/devel/dploy-pxe/pbfilter/rpm.pbf

    r390 r420  
    66
    77# PBDEP is replaced by the list of dependencies
    8 filter PBDEP = perl-Net-Netmask
     8filter PBDEP = perl-ProjectBuilder
    99
    1010# PBOBS is replaced by the Obsolete line
  • projects/dploy/pbconf/devel/dploy-pxe/rpm/dploy-dhcp.spec

    r388 r420  
    33#
    44
    5 Summary:        dploy.org DHCP interface tools
    6 Summary(fr):    Outils d'interface DHCP pour dploy.org
     5Summary:        dploy.org PXD interface tools
     6Summary(fr):    Outils d'interface PXD pour dploy.org
    77
    88Name:           PBPKG
     
    1414Source:         PBSRC
    1515BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    16 Requires:       dploy-common, dhcp-server, sudo, perl, PBDEP
     16Requires:       dploy-common, tftp-server, sudo, perl, PBDEP
    1717
    1818%description
     
    2020
    2121%description -l fr
    22 Outils d'interface DHCP pour dploy.org
     22Outils d'interface PXE pour dploy.org
    2323
    2424%prep
     
    4242
    4343%post
    44 # Include our configuration file in std dhcp.conf file
    45 grep -qE '^include "%{_sysconfdir}/PBPROJ/dhcpd.conf";' /etc/dhcpd.conf
    46 if [ $? -ne 0 ]; then
    47     echo 'include "%{_sysconfdir}/PBPROJ/dhcpd.conf";' >> /etc/dhcpd.conf
    48 fi
    49 
    50 # Include dploy in sudoers
    51 grep -qE '^dploy ' /etc/sudoers
    52 if [ $? -ne 0 ]; then
    53     echo 'dploy ALL=NOPASSWD: /etc/init.d/dhcpd ?*' >> /etc/sudoers
    54 fi
    5544
    5645%changelog
Note: See TracChangeset for help on using the changeset viewer.