Commit 4b1280c4 authored by Konstantin Artyushkin's avatar Konstantin Artyushkin

Added ROSA/2014 support

parent 30d9b747
......@@ -61,7 +61,7 @@
Name: etercifs
Version: 5.4.16
Release: alt1
Release: alt2
Summary: Advanced Common Internet File System for Linux with Etersoft extension
......@@ -464,6 +464,9 @@ ln -s ../../../../%etercifs_src/%src_package_name-3.3-%src_3_3_version.tar.bz2 \
%_sbindir/%name-build
%changelog
* Wed Sep 14 2016 Konstantin Artyushkin <akv@altlinux.org> 5.4.16-alt2
- add ROSA/2014 support
* Fri Aug 19 2016 Konstantin Artyushkin <akv@altlinux.org> 5.4.16-alt1
- Added GosLinux 6.4 support
......
......@@ -60,7 +60,7 @@ check_for_openvz()
check_for_centos()
{
if which lsb_release > /dev/null; then
lsb_release -d | egrep -q 'GosLinux|CentOS|Red Hat|Scientific Linux|NauLinux|LinuxWizard Server|RERemix|ROSA' || return
lsb_release -d | egrep -q 'GosLinux|CentOS|Red Hat|Scientific Linux|NauLinux|LinuxWizard Server|RERemix' || return
fi
echo
......
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