/[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.11 by vip-ire, Mon Apr 11 19:41:29 2016 UTC Revision 1.19 by vip-ire, Thu Jun 2 15:07:45 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-base.spec,v 1.10 2016/04/11 19:04:48 vip-ire Exp $  # $Id: e-smith-base.spec,v 1.18 2016/05/29 18:26:00 unnilennium 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 9  %define release 17
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 13  Source: %{name}-%{version}.tar.xz Line 13  Source: %{name}-%{version}.tar.xz
13  Patch0: e-smith-base-5.8.0-cpuspeed.patch  Patch0: e-smith-base-5.8.0-cpuspeed.patch
14  Patch1: e-smith-base-5.8.0-remove_obsolete_services.patch  Patch1: e-smith-base-5.8.0-remove_obsolete_services.patch
15  Patch2: e-smith-base-5.8.0-remove_ctrlaltdel.patch  Patch2: e-smith-base-5.8.0-remove_ctrlaltdel.patch
16    Patch3: e-smith-base-5.8.0-movese_services_to_systemd.patch
17    Patch4: e-smith-base-5.8.0-LOCALE.patch
18    Patch5: e-smith-base-5.8.0-install_on_every_reboot.patch
19    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    Patch9: e-smith-base-5.8.0-fix_forward_field_display.patch
23  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch  
24  Requires: pwauth  Requires: pwauth
25  Requires: e-smith-lib >= 2.2.0-2  Requires: e-smith-lib >= 2.2.0-2
26  Requires: server-manager-images, server-manager  Requires: server-manager-images, server-manager
# Line 58  AutoReqProv: no Line 64  AutoReqProv: no
64  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
65    
66  %changelog  %changelog
67    * Thu Jun 2 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-17.sme
68    - Fix display of email forward fields since smtpd entry has been merged
69      qpsmtpd [SME: 9552]
70    
71    * Sun May 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-16.sme
72    - Allow bootstrap to start services after post-install configuration [SME: 9530]
73    
74    * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-15.sme
75    - Use a C wrapper for the console to replace perl-suid [SME: 9393]
76    
77    * Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-14.sme
78    - fix password not asked after signal-event post-install [SME: 9445]
79    
80    * Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-13.sme
81    - only start services on regular boot  [SME: 9436]
82    
83    * Tue Apr 12 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-12.sme
84    - fix getting locale for db configuration  [SME: 9378]
85    
86    * Mon Apr 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-11.sme
87    - rearange startup [SME: 9352]
88    - let systemd handle following unsupervised services:
89    - bootstrap-console, rsyslog, irqbalance, crond, acpid, smartd
90    - disable from systemd services whith link in rc7.d
91    - let bootstrap-console run at every reboot and handle surpevised services startup
92    
93  * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-9.sme  * Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-9.sme
94  - Remove ctrlaltdel service entry [SME: 9437]  - Remove ctrlaltdel service entry [SME: 9437]
95    
# Line 1813  e-smith server and gateway software - ba Line 1845  e-smith server and gateway software - ba
1845  %patch0 -p1  %patch0 -p1
1846  %patch1 -p1  %patch1 -p1
1847  %patch2 -p1  %patch2 -p1
1848    %patch3 -p1
1849    %patch4 -p1
1850    %patch5 -p1
1851    %patch6 -p1
1852    %patch7 -p1
1853    %patch8 -p1
1854    %patch9 -p1
1855    
1856    
1857  %pre  %pre
1858  /sbin/e-smith/create-system-user smelastsys 2999 \  /sbin/e-smith/create-system-user smelastsys 2999 \
# Line 1832  done Line 1872  done
1872    
1873  /sbin/e-smith/generate-lexicons  /sbin/e-smith/generate-lexicons
1874    
1875  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
1876    
1877  perl createlinks  perl createlinks
1878  /sbin/e-smith/buildtests 10e-smith-base  /sbin/e-smith/buildtests 10e-smith-base
1879    
1880    gcc -o root/sbin/e-smith/console console_wrapper.c
1881    
1882  %install  %install
1883  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
1884  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