make-rhat-patches.sh: use fedora-selinux/selinux.git f23 branch

This commit is contained in:
Petr Lautrbach 2015-11-20 12:44:14 +01:00
parent 3b1d4f2767
commit c656a64759
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
LIBSELINUX_VERSION=2.4
BRANCH=master
BRANCH=f23
REBASEDIR=`mktemp -d rebase.XXXXXX`
pushd $REBASEDIR