Commit 9c2175d3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

some comments

parent 068e3845
......@@ -63,6 +63,7 @@ build_rpms_name()
build_buildroot
}
# Query variables from rpm package
querypackage()
{
local FORMAT="%{$2}"
......@@ -125,7 +126,7 @@ drop_pkg_extensions()
done
}
# distr_vendor [interactive]
# args: distr_vendor [interactive]
get_install_package_command()
{
local DISTRVENDOR=$1
......
......@@ -5,3 +5,5 @@ jackit-devel|
xorg-x11-devel|
xorg-sdk|xorg-x11-server-sdk
libsmbclient-devel|samba-common
perl-unicore|
......@@ -25,6 +25,7 @@ for i in `ls -1 $RPMDIR/SRPMS` ; do
echo "spec: $SPECNAME"
pack_srpm_package $SPECNAME
echo Compare $PKGNAME $LISTBUILT
# what the package with rpmdiff?
rpmdiff $PKGNAME $RPMTOPDIR/SRPMS/$LISTBUILT
exit 1
done
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