/[smecontribs]/rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng.spec
ViewVC logotype

Diff of /rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng.spec

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

Revision 1.2 by brianr, Thu Nov 26 16:22:16 2020 UTC Revision 1.14 by jpp, Fri Nov 18 18:46:10 2022 UTC
# Line 4  Line 4 
4    
5  Name:           smeserver-phpki-ng  Name:           smeserver-phpki-ng
6  Version:        0.3  Version:        0.3
7  Release:        2%{?dist}  Release:        9%{?dist}
8  Summary:        php integration into SME server  Summary:        php integration into SME server
9    
10  Group:          Applications/System  Group:          Applications/System
# Line 16  Source:         %{name}-%{version}.tar.x Line 16  Source:         %{name}-%{version}.tar.x
16  #Patch1:        smeserver-phpki-0.2.bz10267.updatetktauth.patch  #Patch1:        smeserver-phpki-0.2.bz10267.updatetktauth.patch
17    
18  Patch0:         smeserver-phpki-ng-0.3-Add-extra-Loadmodules-to-httpd-conf.patch  Patch0:         smeserver-phpki-ng-0.3-Add-extra-Loadmodules-to-httpd-conf.patch
19    Patch1:         smeserver-phpki-ng-0.3-Add-in-systemd-startup.patch
20    Patch2:         smeserver-phpki-ng-0.3-php73pool.patch
21    Patch3:         smeserver-phpki-ng-0.3-bz12021-backup.patch
22    Patch4:         smeserver-phpki-ng-0.3-bz12054-httpd24.patch
23    Patch5:         smeserver-phpki-ng-0.3-bz12228-12198-11873-12229.patch
24    
25  BuildRoot:      %{_tmppath}/%{name}-%{version}  BuildRoot:      %{_tmppath}/%{name}-%{version}
26  BuildArch:      noarch  BuildArch:      noarch
# Line 27  Requires:      e-smith-base Line 32  Requires:      e-smith-base
32  Requires:       phpki-ng  Requires:       phpki-ng
33  Requires:       php-process  Requires:       php-process
34  Requires:       e-smith-manager >= 2.6.0-22  Requires:       e-smith-manager >= 2.6.0-22
35  Obsoletes:      smeserver-phpki  Requires:       e-smith-apache >= 2.6.0-19
36    Requires:       smeserver-php >= 3.0.0-43
37    Provides:       smeserver-phpki
38    #Obsoletes:     smeserver-phpki
39    
40  %description  %description
41  PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance.  PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance.
# Line 37  This package contains specific configura Line 45  This package contains specific configura
45    
46    
47  %changelog  %changelog
48    * Fri Nov 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-10.sme
49    - ease migration from smeserver-phpki smeserver-phpki-ng using Provides [SME: 12222]
50    - fix ownership on migration (backup/restore) [SME: 12228]
51    - remove /var/service/httpd-pki [SME: 12229]
52    - remove old logrotate [SME: 11873]
53    - remove /var/log/phpki and /var/log/httpd-pki [SME: 12198]
54    
55    * Tue Oct 04 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-9.sme
56    - Fix spec file versioning
57    
58    * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 0.3-8.sme
59    - Re-build and link to latest devtools [SME: 11997]
60    
61    * Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-7.sme
62    - add to core backup [SME: 12021]
63    - httpd 2.4 access syntax [SME: 12054]
64    
65    * Thu Aug 05 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-6.sme
66    - remove modules from patch file [SME: 11402]
67    
68    * Sun Mar 07 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-5.sme
69    - modify dirs in spec file
70    
71    * Thu Feb 25 2021 Jean-Philipe Pialasse <tests@pialasse.com> 0.3-4.sme
72    - configure php73 pool [SME: 11207]
73      tidy httpd.conf file
74      reuse phpki user and group
75    
76    * Sat Feb 13 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-3.sme
77    - Set execution bit on /opt/phpki/html/ca in spec file[SME: 11207]
78    
79    * Tue Feb 09 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-3.sme
80    - Add-in-systemd-startup [SME: 11207]
81    
82  * Thu Nov 26 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-2.sme  * Thu Nov 26 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-2.sme
83  - Add in Loadmodules needed to pki-conf/httpd.conf [SME: 11207]  - Add in Loadmodules needed to pki-conf/httpd.conf [SME: 11207]
84    
# Line 84  This package contains specific configura Line 126  This package contains specific configura
126  %prep  %prep
127  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
128  %patch0 -p1  %patch0 -p1
129  #%patch1 -p1  %patch1 -p1
130    %patch2 -p1
131    mkdir -p root/var/lib/php/phpki/{tmp,session,opcache}
132    rm -rf root/var/lib/php/pki-session
133    mkdir -p root/var/log/phpki
134    %patch3 -p1
135    %patch4 -p1
136    %patch5 -p1
137    rm -rf root/var/service/httpd-pki
138    rm -rf root/var/log/phpki
139    
140  %build  %build
141  perl createlinks  perl createlinks
142    
143  %install  %install
144    
 %{__mkdir_p} $RPM_BUILD_ROOT/var/service/httpd-pki/supervise  
 %{__mkdir_p} $RPM_BUILD_ROOT/var/service/httpd-pki/log/supervise  
 %{__mkdir_p} $RPM_BUILD_ROOT/var/log/httpd-pki  
145  %{__mkdir_p} $RPM_BUILD_ROOT/var/lib/php/pki-session  %{__mkdir_p} $RPM_BUILD_ROOT/var/lib/php/pki-session
146    
147    
148  (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)  (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
149    
150    chmod +x $RPM_BUILD_ROOT/usr/sbin/systemd/httpd-pki
151    
152  /bin/rm -f %{name}-%{version}-filelist  /bin/rm -f %{name}-%{version}-filelist
153  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
154          --dir /var/service/httpd-pki 'attr(01755,root,root)' \          --dir /var/lib/php/phpki 'attr(0770,root,phpki)' \
155          --file /var/service/httpd-pki/run 'attr(0700,root,root)' \          --dir /var/lib/php/phpki/session 'attr(0770,root,phpki)' \
156          --dir /var/service/httpd-pki/supervise 'attr(0700,root,root)' \          --dir /var/lib/php/phpki/opcache 'attr(0770,root,phpki)' \
157          --dir /var/service/httpd-pki/log 'attr(0755,root,root)' \          --dir /var/lib/php/phpki/tmp 'attr(0770,root,phpki)' \
         --file /var/service/httpd-pki/log/run 'attr(0755,root,root)' \  
         --dir /var/service/httpd-pki/log/supervise 'attr(0700,root,root)' \  
         --dir /var/log/httpd-pki 'attr(0750,smelog,smelog)' \  
         --dir /var/lib/php/pki-session 'attr(0770,root,phpki)' \  
158          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
159    
160    %post
161    
162  %clean  %clean
163  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT


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