Commit 94052176 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update spec

parent e7a8c5f8
Name: etersoft-build-utils
Version: 1.6.3
Release: alt1
Release: alt2
Summary: A set of build rpm utilities
......@@ -61,6 +61,9 @@ RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl
%config(noreplace) %_sysconfdir/eterbuild/repos
%changelog
* Wed Jul 15 2009 Vitaly Lipatov <lav@altlinux.ru> 1.6.3-alt2
- fix set last link, fix rpmpub / target detecting
* Wed Jul 15 2009 Vitaly Lipatov <lav@altlinux.ru> 1.6.3-alt1
- rpmpub: replace version only in last or unstable component
- add gpull command as git pull --rebase
......
......@@ -43,7 +43,7 @@ get_etersoft_srpm_path()
ALPHA=unstable
BSOURCE=$(dirname $SOURCE)
BNSOURCE=$(basename $BSOURCE)
if [ "$BNSOURCE" = "last" ] ; then
if [ "$BNSOURCE" = "last" ] || echo "$BNSOURCE" | grep -q "^[0-9.]\+" ; then
SOURCE=$(dirname $BSOURCE)/$ALPHA/sources
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment