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

Diff of /rpms/smeserver-git/contribs10/smeserver-git.spec

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

Revision 1.3 by brianr, Sun Dec 27 12:04:15 2020 UTC Revision 1.6 by terryfage, Sun Aug 22 04:53:07 2021 UTC
# Line 1  Line 1 
1  %define name smeserver-git  %define name smeserver-git
2  %define version 1.2.0  %define version 1.2.0
3  %define release 3  %define release 5
4  Summary: Centralised Git repositories with setup and configuration through SME Server admin panels.  Summary: Centralised Git repositories with setup and configuration through SME Server admin panels.
5  Name: %{name}  Name: %{name}
6  Version: %{version}  Version: %{version}
# Line 19  Requires: git Line 19  Requires: git
19  AutoReqProv: no  AutoReqProv: no
20  Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch  Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch
21  Patch2: smeserver-git-1.2.0-Set-debugging-disabled.patch  Patch2: smeserver-git-1.2.0-Set-debugging-disabled.patch
22    Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch
23    Patch4: smeserver-git-1.2.0-locale-2021-08-22.patch
24    
25  %description  %description
26  smeserver-git enables centralised git repositories on an SME server and enables  smeserver-git enables centralised git repositories on an SME server and enables
# Line 29  installs and enables the git server on t Line 31  installs and enables the git server on t
31  host.com/git. Repositories are then available as https://host.com/git/gitrepo.git.  host.com/git. Repositories are then available as https://host.com/git/gitrepo.git.
32    
33  %changelog  %changelog
34    * Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 1.2.0-5.sme
35    - apply locale 2021-08-22.patch
36    
37    * Fri Mar 26 2021 Brian Read <brianr@bjsystems.co.uk> 1.2.0-4.sme
38    - Add Update event to createlinks [SME: 11286 ]
39    
40  * Sun Dec 20 2020 BogusDateBot  * Sun Dec 20 2020 BogusDateBot
41  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,  - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
42  -  by assuming the date is correct and changing the weekday.  -  by assuming the date is correct and changing the weekday.
# Line 39  host.com/git. Repositories are then avai Line 47  host.com/git. Repositories are then avai
47  - Set-debugging-disabled  - Set-debugging-disabled
48    
49  * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme  * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme
50  - fix smeserver-git prevents httpd.conf template expansion  [SME: 10464]  - Add Update event to createlinks smeserver-git prevents httpd.conf template expansion  [SME: 10464]
51  - now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued  - now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued
52  instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled    instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled
53  but smeserver-gitweb-theme is missing.    but smeserver-gitweb-theme is missing.
54    
55  * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-0.sme  * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-0.sme
56  - new sources with unix formated line returns  - new sources with unix formated line returns
# Line 57  but smeserver-gitweb-theme is missing. Line 65  but smeserver-gitweb-theme is missing.
65  - removing fragment migrate as it should not be used for that [SME: 9619]  - removing fragment migrate as it should not be used for that [SME: 9619]
66    
67  * Wed Jun 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-6.sme  * Wed Jun 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-6.sme
68  - fix missing ; in migrate fragment 80git to revert db  permissions [SME: 9619]  - Add Update event to createlinks missing ; in migrate fragment 80git to revert db  permissions [SME: 9619]
69    
70  * Wed Jun 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-5.sme  * Wed Jun 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-5.sme
71  - fix too permissive permissions on db accounts networks and git [SME: 9615] [SME: 9616]  - Add Update event to createlinks too permissive permissions on db accounts networks and git [SME: 9615] [SME: 9616]
72    
73  * Sat Jun 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme  * Sat Jun 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme
74  - commented out back the rewrite rule on HEAD etc to allow CLI git  - commented out back the rewrite rule on HEAD etc to allow CLI git
75  - fix auth not asked with Location after RewriteRule [SME: 9202]  - Add Update event to createlinks auth not asked with Location after RewriteRule [SME: 9202]
76  - add trailing slash to root git url if omited  - add trailing slash to root git url if omited
77  - only using git/repo.git or git/gitweb.cgi/repo.git will ask for auth  - only using git/repo.git or git/gitweb.cgi/repo.git will ask for auth
78    
79  * Fri Jun 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-3.sme  * Fri Jun 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-3.sme
80  - fix allow to see .git short url with gitweb [SME: 9202]  - Add Update event to createlinks allow to see .git short url with gitweb [SME: 9202]
81    
82  * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.1.0-2.sme  * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.1.0-2.sme
83  - apply locale 2016-03-09 patch  - apply locale 2016-03-09 patch
# Line 137  but smeserver-gitweb-theme is missing. Line 145  but smeserver-gitweb-theme is missing.
145  %setup  %setup
146  %patch1 -p1  %patch1 -p1
147  %patch2 -p1  %patch2 -p1
148    %patch3 -p1
149    %patch4 -p1
150    
151  mkdir -p root/home/e-smith/files/git/  mkdir -p root/home/e-smith/files/git/
152  %build  %build
# Line 167  if [ $1 -eq 1 ] ; then Line 176  if [ $1 -eq 1 ] ; then
176    /etc/e-smith/events/actions/navigation-conf    /etc/e-smith/events/actions/navigation-conf
177  fi  fi
178  chown admin:www /home/e-smith/files/git  chown admin:www /home/e-smith/files/git
179  /etc/rc7.d/S86httpd-e-smith sighup  #/etc/rc7.d/S86httpd-e-smith sighup
180    
181  # fixing needed  permissions  # fixing needed  permissions
182  # fixing previous mess  # fixing previous mess


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