/[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.128 by jpp, Mon Dec 20 14:55:17 2021 UTC Revision 1.129 by jpp, Thu Feb 17 22:06:31 2022 UTC
# Line 1  Line 1 
1  # $Id: e-smith-base.spec,v 1.127 2021/12/20 14:11:53 jpp Exp $  # $Id: e-smith-base.spec,v 1.128 2021/12/20 14:55:17 jpp 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.1  %define version 5.8.1
7  %define release 6  %define release 7
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 16  Patch2: e-smith-base-5.8.1-bz11766-group Line 16  Patch2: e-smith-base-5.8.1-bz11766-group
16  #keeping this one for SME11  #keeping this one for SME11
17  # Patch: e-smith-base-5.8.1-bz11772-ellipticcert.patch  # Patch: e-smith-base-5.8.1-bz11772-ellipticcert.patch
18  Patch3: e-smith-base-5.8.1-bz11795-persistent-journald.patch  Patch3: e-smith-base-5.8.1-bz11795-persistent-journald.patch
19    Patch4: e-smith-base-5.8.1-bz946-bz10484-bz11813-logs.patch
20    
21  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
22  Requires: pwauth  Requires: pwauth
# Line 79  e-smith server and gateway software - ba Line 80  e-smith server and gateway software - ba
80  %patch1 -p1  %patch1 -p1
81  %patch2 -p1  %patch2 -p1
82  %patch3 -p1  %patch3 -p1
83    %patch4 -p1
84    
85  %build  %build
86    
# Line 108  mkdir -p $RPM_BUILD_ROOT/etc/selinux Line 110  mkdir -p $RPM_BUILD_ROOT/etc/selinux
110  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
111  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
112      --file /sbin/e-smith/systemd/mdmonitor-pre 'attr(0554,root,root)' \      --file /sbin/e-smith/systemd/mdmonitor-pre 'attr(0554,root,root)' \
113        --file /sbin/e-smith/systemd/rsyslog-pre 'attr(0554,root,root)' \
114      --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \      --file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \
115      --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \      --dir /var/log/dhcpd 'attr(2750,smelog,smelog)' \
116      --dir /etc/e-smith/pam 'attr(0700,root,root)' \      --dir /etc/e-smith/pam 'attr(0700,root,root)' \
# Line 184  fi Line 187  fi
187    
188    
189  %changelog  %changelog
190    * Thu Feb 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-7.sme
191    - make rsyslog listen journald which listen /dev/log [SME: 11813]
192      template for /etc/systemd/journald.conf
193    - properly configure /etc/logrotate.conf [SME: 10484]
194      template for /etc/logrotate.conf
195    - drop e-smith logrotate actions creating dangling links [SME: 946]
196    
197  * Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-6.sme  * Mon Dec 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.8.1-6.sme
198  - make journald log permanent by creating /var/log/journal [SME: 11795]  - make journald log permanent by creating /var/log/journal [SME: 11795]
199    


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