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

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

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


Revision 1.10 - (hide annotations) (download)
Sat Mar 25 02:49:10 2023 UTC (13 months, 3 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-git-1_2_0-9_el7_sme
Changes since 1.9: +8 -2 lines
* Fri Mar 24 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-9.sme
- fix debug loglevel [SME: 11665]

1 brianr 1.1 %define name smeserver-git
2     %define version 1.2.0
3 jpp 1.10 %define release 9
4 brianr 1.1 Summary: Centralised Git repositories with setup and configuration through SME Server admin panels.
5     Name: %{name}
6     Version: %{version}
7     Release: %{release}%{?dist}
8     Distribution: SME Server
9     License: GNU GPL version 2
10 jpp 1.10 URL: https://wiki.koozali.org/Git
11 brianr 1.1 Group: SMEserver/addon
12     Source: smeserver-git-%{version}.tar.gz
13     Packager: Marco Hess <marco.hess@through-ip.com>
14     BuildArchitectures: noarch
15     BuildRoot: /var/tmp/%{name}-%{version}
16     BuildRequires: e-smith-devtools
17 jpp 1.8 Requires: e-smith-release >= 10.0
18     Requires: e-smith-apache >= 2.6.0-19
19 brianr 1.1 Requires: git
20     AutoReqProv: no
21     Patch1: smeserver-git-1.2.0.bz10464-warn-on-missing-files.patch
22 brianr 1.3 Patch2: smeserver-git-1.2.0-Set-debugging-disabled.patch
23 brianr 1.5 Patch3: smeserver-git-1.2.0-Add-Update-event-to-createlinks.patch
24 terryfage 1.6 Patch4: smeserver-git-1.2.0-locale-2021-08-22.patch
25 jpp 1.7 Patch5: smeserver-git-1.2.0-bz12048-httpd24.patch
26 jpp 1.10 Patch6: smeserver-git-1.2.0-bz11665-debug.patch
27 brianr 1.1
28     %description
29     smeserver-git enables centralised git repositories on an SME server and enables
30     access to these repositories through HTTP/HTTPS. Repositories are created and
31     managed through a server-manager panel that also configures the access permissions
32     to the repositories based on the existing SME users and groups. The package
33     installs and enables the git server on the current host like in
34     host.com/git. Repositories are then available as https://host.com/git/gitrepo.git.
35 jpp 1.10 Originally brought by Marco Hess http://www.through-ip.com
36 brianr 1.1
37     %changelog
38 jpp 1.10 * Fri Mar 24 2023 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-9.sme
39     - fix debug loglevel [SME: 11665]
40    
41 jpp 1.9 * Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.2.0-8.sme
42 jpp 1.7 - update to httpd 2.4 syntax [SME: 12048]
43 jpp 1.9 fix Argument for 'Require all' must be 'granted' or 'denied'
44 jpp 1.7
45 terryfage 1.6 * Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 1.2.0-5.sme
46     - apply locale 2021-08-22.patch
47    
48 brianr 1.5 * Fri Mar 26 2021 Brian Read <brianr@bjsystems.co.uk> 1.2.0-4.sme
49     - Add Update event to createlinks [SME: 11286 ]
50    
51 brianr 1.2 * Sun Dec 20 2020 BogusDateBot
52     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
53     - by assuming the date is correct and changing the weekday.
54     - Sun May 21 2013 --> Sun May 19 2013 or Tue May 21 2013 or Sun May 26 2013 or ....
55    
56     * Sun Dec 20 2020 Brian Read <brianr@bjsystems.co.uk> 1.2.0-3.sme
57     - Initial import to SME10 tree [SME: 11286]
58 brianr 1.3 - Set-debugging-disabled
59 brianr 1.2
60 brianr 1.1 * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-2.sme
61 brianr 1.5 - Add Update event to createlinks smeserver-git prevents httpd.conf template expansion [SME: 10464]
62 brianr 1.1 - now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued
63 terryfage 1.6 instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled
64     but smeserver-gitweb-theme is missing.
65 brianr 1.1
66     * Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-0.sme
67     - new sources with unix formated line returns
68    
69     * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-9.sme
70     - apply locale 2017-02-02.patch
71    
72     * Fri Jun 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-8.sme
73     - reverting git db to 644 as default-initialize_database will chown it root:admin
74    
75     * Fri Jun 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-7.sme
76     - removing fragment migrate as it should not be used for that [SME: 9619]
77    
78     * Wed Jun 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-6.sme
79 brianr 1.5 - Add Update event to createlinks missing ; in migrate fragment 80git to revert db permissions [SME: 9619]
80 brianr 1.1
81     * Wed Jun 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-5.sme
82 brianr 1.5 - Add Update event to createlinks too permissive permissions on db accounts networks and git [SME: 9615] [SME: 9616]
83 brianr 1.1
84     * Sat Jun 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-4.sme
85     - commented out back the rewrite rule on HEAD etc to allow CLI git
86 brianr 1.5 - Add Update event to createlinks auth not asked with Location after RewriteRule [SME: 9202]
87 brianr 1.1 - add trailing slash to root git url if omited
88     - only using git/repo.git or git/gitweb.cgi/repo.git will ask for auth
89    
90     * Fri Jun 10 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.0-3.sme
91 brianr 1.5 - Add Update event to createlinks allow to see .git short url with gitweb [SME: 9202]
92 brianr 1.1
93     * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.1.0-2.sme
94     - apply locale 2016-03-09 patch
95    
96     * Wed Feb 17 2016 Marco Hess <marco.hess@through-ip.com> 1.1.0-3
97     - Fixed erronous error message when updating a group due to
98     missing check for 'group-modify' in git user access list handling [SME: 9133]
99    
100     * Fri Jan 30 2015 Marco Hess <marco.hess@through-ip.com> 1.1.0-0
101     - Require >= SME9.
102     - Moved /usr/lib/perl5/site_perl to /usr/share/perl5/vendor_perl.
103     - Fixed pwauth setup.
104     - Added AuthBasicProvider external in authentication setup.
105     - Fixed GitWebRoot variable scope.
106     - Allow adjustment of gitweb static path for git 1.7 vs. git 1.8
107    
108     * Fri May 30 2014 Marco Hess <marco.hess@through-ip.com> 1.0.0-37
109     - Fixed the HTTPS redirection loop. HTTPS redirection is now only done on the HTTP part of of
110     the web server configuration and the full Git configuration part is only done in the HTTPS
111     section.
112    
113     * Tue May 27 2014 Marco Hess <marco.hess@through-ip.com> 1.0.0-36
114     - Changed how git update-server-info is run as the location of the executable changed in git 1.8.
115    
116     * Fri Jan 24 2014 Marco Hess <marco.hess@through-ip.com> 1.0.0-35
117     - Systax error in 29GitRepositories that I though I fixed.
118    
119     * Fri Jan 24 2014 Marco Hess <marco.hess@through-ip.com> 1.0.0-34
120     - git version 1.8 has shifted the location of some executables. Modified the scripts
121     to test on these locations so we generate the right paths.
122    
123 brianr 1.2 * Tue May 21 2013 Marco Hess <marco.hess@through-ip.com> 1.0.0-33
124     Sun May 21 2013 --> Sun May 19 2013 or Tue May 21 2013 or Sun May 26 2013 or ....
125 brianr 1.1 - Set permissions on git repository databaase for GitWeb access also on upgrade install.
126    
127 brianr 1.2 * Tue May 21 2013 Marco Hess <marco.hess@through-ip.com> 1.0.0-32
128     Sun May 21 2013 --> Sun May 19 2013 or Tue May 21 2013 or Sun May 26 2013 or ....
129 brianr 1.1 - Fixed a problem in the repository delete script where File::Path is needed
130     to reference rmtree.
131     - Also cleanup the entry from the database so that repositories of the same
132     name can be created again.
133    
134 brianr 1.2 * Tue May 21 2013 Marco Hess <marco.hess@through-ip.com> 1.0.0-31
135     Sun May 21 2013 --> Sun May 19 2013 or Tue May 21 2013 or Sun May 26 2013 or ....
136 brianr 1.1 - Changed the repository-delete script to ensure the SME Git database
137     permissions are Ok for use by GitWeb after a delete.
138     - Ensure that on 64-bit systems we use /usr/lib64/httpd/modules/pwauth
139    
140     * Sat Jul 21 2012 Marco Hess <marco.hess@through-ip.com> 1.0.0-3
141     - Ensure git database is present in /home/e-smith/db
142     - Create default config database entries for 'git'
143     - Moved retrieving maxNameLength for panel validations from config 'git'
144     - In the user and group list boxes, added support to the special group admin
145     and shared to allow either the admin or everybody to be included in the access lists.
146     - Updated the HTTP config db error messages to be more clear as to which property needs
147     to be configured.
148    
149     * Sun Jun 17 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-2
150     - Rip out gitweb and create tgz file
151    
152     * Sun Apr 29 2012 Marco Hess <marco.hess@through-ip.com> 1.0.0-1
153     - initial release
154    
155     %prep
156     %setup
157     %patch1 -p1
158 brianr 1.3 %patch2 -p1
159 brianr 1.5 %patch3 -p1
160 terryfage 1.6 %patch4 -p1
161 jpp 1.7 %patch5 -p1
162 jpp 1.10 %patch6 -p1
163 brianr 1.1
164     mkdir -p root/home/e-smith/files/git/
165     %build
166     perl createlinks
167    
168     %install
169     rm -rf $RPM_BUILD_ROOT
170     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
171     rm -f %{name}-%{version}-filelist
172     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
173    
174     %clean
175     rm -rf $RPM_BUILD_ROOT
176    
177     %post
178     echo "---------------------------------------------------------"
179     if [ $1 -eq 1 ] ; then
180     echo "Initial installation:"
181     echo " - Ensuring git repositories configuration database exist ..."
182     touch /home/e-smith/db/git
183     echo " - Ensuring git repositories root directory exist with the right permissions ..."
184     mkdir -p /home/e-smith/files/git
185     chmod 770 /home/e-smith/files/git
186     chmod g+s /home/e-smith/files/git
187     echo " - Rebuilding server-manager ..."
188     /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
189     /etc/e-smith/events/actions/navigation-conf
190     fi
191     chown admin:www /home/e-smith/files/git
192 brianr 1.4 #/etc/rc7.d/S86httpd-e-smith sighup
193 brianr 1.1
194     # fixing needed permissions
195     # fixing previous mess
196     chmod 644 /home/e-smith/db/git
197     chmod 640 /home/e-smith/db/accounts
198     chmod 640 /home/e-smith/db/networks
199    
200     %postun
201     if [ $1 -eq 0 ] ; then
202     echo "---------------------------------------------------------"
203     echo " - Rebuilding server-manager ..."
204     /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
205     /etc/e-smith/events/actions/navigation-conf
206     echo " - Final Uninstall:"
207     echo " smeserver-git has been removed but the git repositories and the git config database are left in place ..."
208     echo " To manually remove the git repositories, use: 'rm -rf /home/e-smith/files/git'"
209     echo " To manually remove the git config database, use: 'rm -rf /home/e-smith/db/git'"
210     echo "---------------------------------------------------------"
211     fi
212    
213     %files -f %{name}-%{version}-filelist
214     %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed