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