/[smeserver]/rpms/e-smith-openssh/sme10/e-smith-openssh.spec
ViewVC logotype

Diff of /rpms/e-smith-openssh/sme10/e-smith-openssh.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.7 by jpp, Fri Feb 19 04:11:15 2021 UTC Revision 1.8 by jpp, Fri Feb 19 04:17:23 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-openssh.spec,v 1.6 2020/12/11 20:42:24 jpp Exp $  # $Id: e-smith-openssh.spec,v 1.7 2021/02/19 04:11:15 jpp Exp $
2    
3  Summary: e-smith module to configure and enable ssh  Summary: e-smith module to configure and enable ssh
4  %define name e-smith-openssh  %define name e-smith-openssh
# Line 15  Patch1: e-smith-openssh-2.6.0-bz9893-aut Line 15  Patch1: e-smith-openssh-2.6.0-bz9893-aut
15  Patch2: e-smith-openssh-2.6.0-bz10939-denyhosts.patch  Patch2: e-smith-openssh-2.6.0-bz10939-denyhosts.patch
16  Patch3: e-smith-openssh-2.6.0-bz11147-bz11109-systemd-update.patch  Patch3: e-smith-openssh-2.6.0-bz11147-bz11109-systemd-update.patch
17  Patch4: e-smith-openssh-2.6.0-bz11359.patch  Patch4: e-smith-openssh-2.6.0-bz11359.patch
18    Patch5: e-smith-openssh-2.6.0-bz11256-logging.patch
19    
20  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
# Line 30  AutoReqProv: no Line 31  AutoReqProv: no
31  %changelog  %changelog
32  * Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme  * Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
33  - increase default host key size [SME: 11359]  - increase default host key size [SME: 11359]
34    - redirect logging to /var/log/sshd/sshd.log and logrotate [SME: 11256]
35    
36  * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme  * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
37  - add support for denyhost [SME: 10939]  - add support for denyhost [SME: 10939]
# Line 639  e-smith server enhancement to configure Line 641  e-smith server enhancement to configure
641  %patch3 -p1  %patch3 -p1
642  rm -rf  root/var/service root/service  rm -rf  root/var/service root/service
643  %patch4 -p1  %patch4 -p1
644    %patch5 -p1
645    
646  %build  %build
647  perl createlinks  perl createlinks
# Line 652  rm -f %{name}-%{version}-%{release}-file Line 655  rm -f %{name}-%{version}-%{release}-file
655    
656  /sbin/e-smith/genfilelist \  /sbin/e-smith/genfilelist \
657      --file '/sbin/e-smith/systemd/sshd-prepare' 'attr(0554,root,root)' \      --file '/sbin/e-smith/systemd/sshd-prepare' 'attr(0554,root,root)' \
658      --dir '/var/log/sshd' 'attr(2750,root,nofiles)' \      --dir '/var/log/sshd' 'attr(2750,root,root)' \
659      --dir '/var/empty/sshd' 'attr(0711,root,root)' \      --dir '/var/empty/sshd' 'attr(0711,root,root)' \
660      $RPM_BUILD_ROOT \      $RPM_BUILD_ROOT \
661      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed