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