[-z"$force"]&& __check_stoplist $(echo$alpkg | sed-e"s|_.*||")&& fatal "Please use official package instead of $alpkg repacking (It is not recommended to use --force to skip this checking."
PKGNAME=''
VERSION=''
SUBGENERIC=''
if rhas "$alpkg""\.(rpm|deb)$";then
# skip packing for supported: rpm and deb
# skip packing for supported directly: rpm and deb
return
fi
# convert tarballs to tar (for alien)
# they will fill $returntarname
if rhas "$alpkg""\.AppImage$";then
__epm_pack_run_handler generic-appimage "$pkg"
SUBGENERIC='appimage'
...
...
@@ -8777,7 +8821,11 @@ __prepare_source_package()
__epm_pack_run_handler generic-tar "$pkg"
fi
# it is possible there are a few files, we don't support it
[-s"$returntarname"]|| fatal "Can't read result from pack: '$returntarname' is not a readable file."
echo" -a - print hardware architecture (--distro-arch for distro depended name)"
echo" -a - print hardware architecture (use --distro-arch for distro depended arch name)"
echo" -b - print size of arch bit (32/64)"
echo" -c - print number of CPU cores"
echo" -i - print virtualization type"
...
...
@@ -13550,8 +13607,8 @@ print_help()
echo" -d|--base-distro-name - print distro id (short distro name)"
echo" -e - print full name of distro with version"
echo" -o | --os-name - print base OS name"
echo" -p | --package-type - print type of the packaging system"
echo" -g - print name of the packaging system"
echo" -p | --package-type - print type of the packaging system (f.i., apt-dpkg)"
echo" -g - print name of the packaging system (f.i., deb)"
echo" -s|-n|--vendor-name - print name of the distro family (vendor name) (ubuntu for all Ubuntu family, alt for all ALT family) (see _vendor macros in rpm)"
echo" -a - print hardware architecture (--distro-arch for distro depended name)"
echo" -a - print hardware architecture (use --distro-arch for distro depended arch name)"
echo" -b - print size of arch bit (32/64)"
echo" -c - print number of CPU cores"
echo" -i - print virtualization type"
...
...
@@ -2513,8 +2529,8 @@ print_help()
echo" -d|--base-distro-name - print distro id (short distro name)"
echo" -e - print full name of distro with version"
echo" -o | --os-name - print base OS name"
echo" -p | --package-type - print type of the packaging system"
echo" -g - print name of the packaging system"
echo" -p | --package-type - print type of the packaging system (f.i., apt-dpkg)"
echo" -g - print name of the packaging system (f.i., deb)"
echo" -s|-n|--vendor-name - print name of the distro family (vendor name) (ubuntu for all Ubuntu family, alt for all ALT family) (see _vendor macros in rpm)"