Commit b1046d9b authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 751c2c42
/etc/eepm.conf конфиг /etc/eepm.conf конфиг
implement distr_info as inside tool and do access via epm command
[18:21:12] <danil> Вот так можно: [18:21:12] <danil> Вот так можно:
RED='\033[0;31m' ; NC='\033[0m' b="b" ; echo -e "aba" | sed -e "s|${b}|\\${RED}${b}\\${NC}|g" | xargs -0 printf RED='\033[0;31m' ; NC='\033[0m' b="b" ; echo -e "aba" | sed -e "s|${b}|\\${RED}${b}\\${NC}|g" | xargs -0 printf
[18:23:40] <danil> > Ты знаешь способы? [18:23:40] <danil> > Ты знаешь способы?
......
...@@ -65,7 +65,7 @@ print_version() ...@@ -65,7 +65,7 @@ print_version()
{ {
echo "EPM package manager version @VERSION@" echo "EPM package manager version @VERSION@"
echo "Running on $($DISTRVENDOR) ('$PMTYPE' package manager uses '$PKGFORMAT' package format)" echo "Running on $($DISTRVENDOR) ('$PMTYPE' package manager uses '$PKGFORMAT' package format)"
echo "Copyright (c) Etersoft 2012-2016" echo "Copyright (c) Etersoft 2012-2017"
echo "This program may be freely redistributed under the terms of the GNU AGPLv3." echo "This program may be freely redistributed under the terms of the GNU AGPLv3."
} }
......
...@@ -67,7 +67,7 @@ chmod a+x %buildroot%_datadir/%name/tools_* ...@@ -67,7 +67,7 @@ chmod a+x %buildroot%_datadir/%name/tools_*
%changelog %changelog
* Wed Dec 07 2016 Vitaly Lipatov <lav@altlinux.ru> 1.9.9-alt1 * Wed Dec 07 2016 Vitaly Lipatov <lav@altlinux.ru> 1.9.9-alt1
- add realpath realization if missed - add own realpath implementation if missed
- add openSUSE Tumbleweed support - add openSUSE Tumbleweed support
- autoremove: do separate removing cycles for python/perl and libs - autoremove: do separate removing cycles for python/perl and libs
- epm-site: fix json parsing - epm-site: fix json parsing
......
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