Commit b2109790 authored by Vitaly Lipatov's avatar Vitaly Lipatov

backported to M50P as 1.0.0-alt0.M50P.1 (with rpmbph script)

parent 50a90ee6
......@@ -49,7 +49,7 @@ case $PMTYPE in
local_content_search $pkg_filenames
return ;;
apt-dpkg)
docmd $SUDO apt-file update
docmd $SUDO apt-file update >/dev/null
docmd apt-file search $pkg_filenames
return ;;
yum-rpm)
......
# This spec is backported to ALTLinux p5 automatically by rpmbph script. Do not edit it.
#
Name: eepm
Version: 1.0.0
Release: alt1
Release: alt0.M50P.1
Summary: Etersoft EPM package manager
......@@ -35,6 +37,8 @@ with various distros.
%setup
%build
%undefine __libtoolize
%__subst "s|@VERSION@|%version-%release|g" bin/epm
%install
......@@ -49,6 +53,9 @@ with various distros.
%_bindir/distr_info
%changelog
* Sat Sep 01 2012 Vitaly Lipatov <lav@altlinux.ru> 1.0.0-alt0.M50P.1
- backport to ALTLinux p5 (by rpmbph script)
* Fri Aug 17 2012 Vitaly Lipatov <lav@altlinux.ru> 1.0.0-alt1
- release 1.0
- upgrade: add support for additional options
......
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