We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File apply-patches of Package iproute2

#!/bin/bash

echo "Applying patches:"

while read p; do
    if patch -p1 -s --no-backup-if-mismatch --fuzz=0 <patches/"$p"; then
        echo -e "\t$p"
    else
        echo "*** Patch $p failed" >&2
        exit 1
    fi
done
openSUSE Build Service is sponsored by