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

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

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

Revision 1.16 by unnilennium, Wed Apr 13 16:07:33 2016 UTC Revision 1.18 by unnilennium, Sun May 29 18:26:00 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-base.spec,v 1.15 2016/04/13 15:06:37 unnilennium Exp $  # $Id: e-smith-base.spec,v 1.17 2016/05/12 17:10:46 vip-ire Exp $
2    
3  Summary: e-smith server and gateway - base module  Summary: e-smith server and gateway - base module
4  %define name e-smith-base  %define name e-smith-base
5  Name: %{name}  Name: %{name}
6  %define version 5.8.0  %define version 5.8.0
7  %define release 14  %define release 16
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 17  Patch3: e-smith-base-5.8.0-movese_servic Line 17  Patch3: e-smith-base-5.8.0-movese_servic
17  Patch4: e-smith-base-5.8.0-LOCALE.patch  Patch4: e-smith-base-5.8.0-LOCALE.patch
18  Patch5: e-smith-base-5.8.0-install_on_every_reboot.patch  Patch5: e-smith-base-5.8.0-install_on_every_reboot.patch
19  Patch6: e-smith-base-5.8.0-PasswordSet.patch  Patch6: e-smith-base-5.8.0-PasswordSet.patch
20    Patch7: e-smith-base-5.8.0-console_wrapper.patch
21    Patch8: e-smith-base-5.8.0-postinstall.patch
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch  
23  Requires: pwauth  Requires: pwauth
24  Requires: e-smith-lib >= 2.2.0-2  Requires: e-smith-lib >= 2.2.0-2
25  Requires: server-manager-images, server-manager  Requires: server-manager-images, server-manager
# Line 62  AutoReqProv: no Line 63  AutoReqProv: no
63  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
64    
65  %changelog  %changelog
66    * Sun May 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-16.sme
67    - Allow bootstrap to start services after post-install configuration [SME: 9530]
68    
69    * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-15.sme
70    - Use a C wrapper for the console to replace perl-suid [SME: 9393]
71    
72  * Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-14.sme  * Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-14.sme
73  - fix password not asked after signal-event post-install [SME: 9445]  - fix password not asked after signal-event post-install [SME: 9445]
74    
# Line 1837  e-smith server and gateway software - ba Line 1844  e-smith server and gateway software - ba
1844  %patch4 -p1  %patch4 -p1
1845  %patch5 -p1  %patch5 -p1
1846  %patch6 -p1  %patch6 -p1
1847    %patch7 -p1
1848    %patch8 -p1
1849    
1850    
1851  %pre  %pre
1852  /sbin/e-smith/create-system-user smelastsys 2999 \  /sbin/e-smith/create-system-user smelastsys 2999 \
# Line 1856  done Line 1866  done
1866    
1867  /sbin/e-smith/generate-lexicons  /sbin/e-smith/generate-lexicons
1868    
1869  xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console  xgettext -L perl -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console.pl
1870    
1871  perl createlinks  perl createlinks
1872  /sbin/e-smith/buildtests 10e-smith-base  /sbin/e-smith/buildtests 10e-smith-base
1873    
1874    gcc -o root/sbin/e-smith/console console_wrapper.c
1875    
1876  %install  %install
1877  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
1878  mkdir -p $RPM_BUILD_ROOT/etc/selinux  mkdir -p $RPM_BUILD_ROOT/etc/selinux


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