List of commits:
Subject Hash Author Date (UTC)
spec file small updates 7aef02df6ed5f6ce4d39cd2a926a79bcdc1a3c5a Catalin(ux) M. BOIE 2021-11-14 06:33:35
Typo b0087441b4d637c7bf6ed64b6c243ad2ec8f1493 Catalin(ux) M. BOIE 2021-11-14 06:15:00
spec: Added 'Replaces: rocketgit' to easy upgrade, fixed fixfiles c380f40fe86ddf70b99030a6f0be93d91137b909 Catalin(ux) M. BOIE 2021-11-14 06:14:25
Fixed non debug case of rg_debug_html 523f6784671e5f810b8435ad66ad21ea548219d8 Catalin(ux) M. BOIE 2021-11-14 05:58:37
Fix rate limit types 0de3ee35d0d0e46521d64a596232765fb5d618a3 Catalin(ux) M. BOIE 2021-11-14 05:58:03
commented request_slowlog_timeout 505877b567807e11f25695de58725f316f10043e Catalin(ux) M. BOIE 2021-11-13 17:32:46
systemctl git.socket rethinking 3c71e58760f6abc69db661098840c277d4fc13fb Catalin(ux) M. BOIE 2021-11-13 17:25:52
PHP FALSE verus NULL correction 42f8bc560a0ec2203f0974e203e6c33ec26aa983 Catalin(ux) M. BOIE 2021-11-13 16:31:33
.spec: some minor corrections 70c3a23f507d57c729e0d710ec99060e0e88c238 Catalin(ux) M. BOIE 2021-11-13 16:22:11
Rework locking for struct update da8c09e15e485563d9573de3aff2a7ad999d2527 Catalin(ux) M. BOIE 2021-11-13 16:15:45
gpg: specify rsa 4096 instead of default because it does not work on f34 eccdc02a82ce87f426eebc995988f907d914a3c7 Catalin(ux) M. BOIE 2021-11-13 16:15:15
Cosmetic 0b0a9f2d1922d4d28052c6b1fbe737cc4302ce73 Catalin(ux) M. BOIE 2021-11-13 16:14:37
PHP8 corrections 51f2cabc7298b5006bf8f0d215c1a338bee92cdb Catalin(ux) M. BOIE 2021-11-13 16:13:13
.spec: require openldap-servers to test LDAP 84e469d5d9fe81509ff3421bdb6517786ea96628 Catalin(ux) M. BOIE 2021-11-06 20:09:07
Cosmetic a4543d8257235dc5c93dd5eecdfb9caa3c2acafa Catalin(ux) M. BOIE 2021-11-02 07:04:36
Fixed partion create logic c8897c0e6f31a0ab917d2320018c5920e0abd36b Catalin(ux) M. BOIE 2021-11-02 06:01:58
Typos corrected c1a5002a1763327f4df8d5d0b419fcc2604f4698 Catalin(ux) M. BOIE 2021-10-30 11:08:34
compare: Updated number of lines d1052eb4b72309dd216e3fd0da2dd311bbeb1383 Catalin(ux) M. BOIE 2021-10-30 10:56:39
Added docs for distro pkgs 401c582772303eff8ba7fde3fcf09064d11bf828 Catalin(ux) M. BOIE 2021-10-30 10:47:43
Added a feature island for packages 115412032fca7ad2166ffbc0a526b358ee1006c4 Catalin(ux) M. BOIE 2021-10-28 07:00:14
Commit 7aef02df6ed5f6ce4d39cd2a926a79bcdc1a3c5a - spec file small updates
Author: Catalin(ux) M. BOIE
Author date (UTC): 2021-11-14 06:33
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2021-11-14 06:33
Parent(s): b0087441b4d637c7bf6ed64b6c243ad2ec8f1493
Signer:
Signing key:
Signing status: N
Tree: e65e09df2f23de178ab13422b48b5acea4a03728
File Lines added Lines deleted
rocketgit.spec 3 6
File rocketgit.spec changed (mode: 100644) (index 530f7a5..4bee32f)
7 7 Summary: Light and fast Git hosting solution Summary: Light and fast Git hosting solution
8 8 Name: rocketgit Name: rocketgit
9 9 Version: 0.74 Version: 0.74
10 Release: 1
10 Release: 2
11 11 License: AGPLv3+ License: AGPLv3+
12 12 Group: Development/Tools Group: Development/Tools
13 13 Source: http://kernel.embedromix.ro/us/rocketgit/%{name}-%{version}.tar.gz Source: http://kernel.embedromix.ro/us/rocketgit/%{name}-%{version}.tar.gz
 
... ... BuildArch: noarch
17 17
18 18 Provides: rocketgit Provides: rocketgit
19 19 # To easy upgrade from 'rocketgit' to 'catab+rocketgit' # To easy upgrade from 'rocketgit' to 'catab+rocketgit'
20 Replaces: rocketgit
20 Conflicts: rocketgit
21 21
22 22 # fuse is required for rgfs # fuse is required for rgfs
23 23 Requires: httpd-filesystem, nginx-filesystem, php-fpm, php-cli, php-pgsql, php-mbstring Requires: httpd-filesystem, nginx-filesystem, php-fpm, php-cli, php-pgsql, php-mbstring
 
... ... Requires: util-linux, qrencode, fuse, openssh-server, gpg
28 28 # https://fedoraproject.org/wiki/SELinux_Policy_Modules_Packaging_Draft?rd=PackagingDrafts/SELinux/PolicyModules # https://fedoraproject.org/wiki/SELinux_Policy_Modules_Packaging_Draft?rd=PackagingDrafts/SELinux/PolicyModules
29 29 BuildRequires: checkpolicy, selinux-policy-devel, systemd, php-cli BuildRequires: checkpolicy, selinux-policy-devel, systemd, php-cli
30 30 BuildRequires: util-linux, tidy, systemd-rpm-macros, openldap-servers BuildRequires: util-linux, tidy, systemd-rpm-macros, openldap-servers
31 %if 0%{?fedora} < 31
32 BuildRequires: hardlink
33 %endif
34 31 # This is unknown yet. TODO # This is unknown yet. TODO
35 32 %if 0%{?rhel} < 9 %if 0%{?rhel} < 9
36 33 BuildRequires: hardlink BuildRequires: hardlink
 
... ... Requires(post): /usr/sbin/semodule, /sbin/restorecon, /sbin/fixfiles
40 37 Requires(postun): /usr/sbin/semodule, /sbin/restorecon, /sbin/fixfiles Requires(postun): /usr/sbin/semodule, /sbin/restorecon, /sbin/fixfiles
41 38
42 39 %description %description
43 Light and fast Git hosting solution, similar with Gitorious/Gitolite/etc.
40 Light and fast Git hosting solution, similar with Gitorious/Gitolite etc.
44 41
45 42 %pre %pre
46 43 getent group rocketgit >/dev/null || groupadd -r rocketgit getent group rocketgit >/dev/null || groupadd -r rocketgit
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main