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

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

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


Revision 1.3 - (show annotations) (download)
Sun Dec 27 12:04:15 2020 UTC (3 years, 4 months ago) by brianr
Branch: MAIN
Changes since 1.2: +3 -0 lines
* Sun Dec 20 2020 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
-  by assuming the date is correct and changing the weekday.
-  Sun May 21 2013 --> Sun May 19 2013 or Tue May 21 2013 or Sun May 26 2013 or ....

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

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