Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nxssh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rx-etersoft
nxssh
Commits
6d821446
Commit
6d821446
authored
Jul 06, 2018
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7.5-alt9
- fix bug with kerberos build missing, switch to --with-kerberos allowing - drop gcc-c++ buildrequire
parent
90ee5a5a
Pipeline
#1800
failed with stages
in 8 minutes 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
nxssh.spec
.gear/nxssh.spec
+10
-7
No files found.
.gear/nxssh.spec
View file @
6d821446
...
...
@@ -2,9 +2,9 @@
Name: nxssh
Version: 7.5
Release: alt
8
Release: alt
9
Summary: Openssh portable (Etersoft edition) for using with NX
Summary: Openssh portable (Etersoft edition) for using with NX
in RX@Etersoft
License: GPL, MIT/X11 for X11 bits
Group: Networking/Remote access
...
...
@@ -19,16 +19,14 @@ Patch1: 0001-fix-openssl-1.1.patch-eterbug-12901.patch
Requires: nx-libs >= 3.5.0.31
# Automatically added by buildreq on Wed Nov 08 2017
# optimized out: gnu-config libcom_err-devel libkrb5-devel nx perl python-base python-modules python3 python3-base zlib-devel
BuildRequires: libjpeg-devel libpam-devel libpng-devel libssl-devel libstdc++-devel nx-libs-devel openssh-clients
BuildRequires: libpam-devel libssl-devel nx-libs-devel openssh-clients
%if_with kerberos5
BuildRequires: libkrb5-devel
%endif
%description
Openssh portable (Etersoft edition) for using with NX.
Openssh portable (Etersoft edition) for using with NX
in RX@Etersoft
.
%prep
%setup
...
...
@@ -47,7 +45,7 @@ confdir=""
%__subst "s|-DSSHDIR=\\\\\"\$(sysconfdir)\\\\\"|-DSSHDIR=\\\\\"\$(sysconfdir)${confdir}\\\\\"|g" Makefile.in
%autoreconf
%configure --without-zlib-version-check %{subst_with kerberos}
%configure --without-zlib-version-check %{subst_with kerberos
5
}
%make_build || %make
echo "checking ssh config path"
...
...
@@ -61,6 +59,11 @@ install -m755 nxssh %buildroot%_bindir/
%_bindir/nxssh
%changelog
* Fri Jul 06 2018 Vitaly Lipatov <lav@altlinux.ru> 7.5-alt9
- fix bug with kerberos build missing
- drop gcc-c++ and other image libs buildrequires
- use optflags from rpm (drop hardcoded CFLAGS)
* Thu Jun 28 2018 Etersoft Builder <builder@etersoft.ru> 7.5-alt8
- (CI): added test build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment