Changeset 664 in ProjectBuilder for projects/schroot


Ignore:
Timestamp:
Feb 5, 2009, 3:44:15 PM (15 years ago)
Author:
Bruno Cornec
Message:

boostlib-patch useless and fixes for correct patches for schroot

Location:
projects/schroot/pbconf/devel/schroot
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • projects/schroot/pbconf/devel/schroot/pbpatch/03-schroot-setup-patch.rpm

    r662 r664  
    1818        --pid=$PID || true
    1919 
    20     if [ "$AUTH_VERBOSITY" = "verbose" ]; then
    21 -       lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true
    22 +       /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true
    23     else
    24 -       lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true
    25 +       /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true
    26     fi
     20        if [ "$AUTH_VERBOSITY" = "verbose" ]; then
     21-       lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true
     22+           /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" || true
     23        else
     24-       lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true
     25+           /usr/sbin/lvremove $VERBOSE -f "$CHROOT_LVM_SNAPSHOT_DEVICE" > /dev/null || true
     26        fi
    2727 
    2828     fi
  • projects/schroot/pbconf/devel/schroot/rpm/schroot.spec

    r662 r664  
    1717PBPATCHSRC
    1818BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    19 Requires:       PBDEP
     19Requires:       PBDEP e2fsprogs pam
    2020BuildRequires:  PBBUILDDEP e2fsprogs-devel e2fsprogs pam-devel gcc-c++
    2121
Note: See TracChangeset for help on using the changeset viewer.