Accepting request 1191022 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1191022 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo?expand=0&rev=11
This commit is contained in:
commit
011ebefb7f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:647efd8b70e312e1d8aa349a535bae1c9cce5c095a7a2ebe0d0b0ec84ff1e198
|
||||
size 55031691
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQTrEU9ebA3CvN0YNVCkthotxZI3EAUCZoWjbAAKCRCkthotxZI3
|
||||
EOPsAQDia3FAbVWnztj3h+SqLvI+7faAzVy2IMGsQpOrPuHleAEAsf+PqLn3rzz2
|
||||
CWqTPCo4MWRuYUi6ELY3SS4Xug/DgAM=
|
||||
=DqT0
|
||||
-----END PGP SIGNATURE-----
|
3
forgejo-src-7.0.6.tar.gz
Normal file
3
forgejo-src-7.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b33ca271d4d8ecf00ce80d2ee14888d40265ab648b880fd9bb9916bf9e88b15b
|
||||
size 53489756
|
7
forgejo-src-7.0.6.tar.gz.asc
Normal file
7
forgejo-src-7.0.6.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQTrEU9ebA3CvN0YNVCkthotxZI3EAUCZqjZygAKCRCkthotxZI3
|
||||
EJmNAP9IiHThCEotiYrOt3YzdOeaEAM3vfLzyf4PN1jWibbiogEAzGyWuho+MH8z
|
||||
9TqdaLJIF/T3L62r/TgZ+mlZ0HHkLQM=
|
||||
=ExB8
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 10:50:53 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 7.0.6:
|
||||
* Two frontend features were removed because a license
|
||||
incompatibility was discovered. Read more in the companion blog
|
||||
post.
|
||||
- PR (backported from): Mermaid rendering: %%{init:
|
||||
{"flowchart": {"defaultRenderer": "elk"}} }%% will now fail
|
||||
because ELK is no longer included.
|
||||
- PR (backported from): Repository citation: Removed the
|
||||
ability to export citations in APA format.
|
||||
* User Interface bug fixes
|
||||
- PR (backported from): Replace vue-bar-graph with chart.js
|
||||
- PR (backported from): Show AGit label on merged PR
|
||||
- PR (backported from): Fix mobile UI for organisation creation
|
||||
* Bug fixes
|
||||
- PR (backported from): fix(api): issue state change is not
|
||||
idempotent
|
||||
- PR (backported from): Reserve the devtest username
|
||||
- PR (backported from): fix(actions): no edited event triggered
|
||||
when a title is changed
|
||||
- PR (backported from): Load attachments for
|
||||
/issues/comments/{id}
|
||||
- PR (backported from): When searching for users, page the
|
||||
results by default, and respect the default paging limits
|
||||
- PR (backported from): the "View command line instructions"
|
||||
link in pull requests and the "Copy content" button in file
|
||||
editor are not accessible
|
||||
- PR (backported from): Use correct SHA in GetCommitPullRequest
|
||||
* Localization
|
||||
- PR (backported from): Update of translations from Weblate
|
||||
- PR: Update of translations from Weblate
|
||||
- PR (backported from): 3 translation updates from Weblate - PR
|
||||
1, PR 2, PR 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 06:28:18 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
17
forgejo.spec
17
forgejo.spec
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
%endif
|
||||
Name: forgejo
|
||||
Version: 7.0.5
|
||||
Version: 7.0.6
|
||||
Release: 0
|
||||
Summary: Self-hostable forge
|
||||
License: MIT
|
||||
@ -42,13 +42,14 @@ Source2: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xeb114f5e6
|
||||
Source3: package-lock.json
|
||||
Source4: node_modules.spec.inc
|
||||
%include %{_sourcedir}/node_modules.spec.inc
|
||||
Source5: %{name}.service
|
||||
Source6: %{name}.sysusers
|
||||
Source7: apparmor-usr.bin.%{name}
|
||||
Source5: node_modules.sums
|
||||
Source6: %{name}.service
|
||||
Source7: %{name}.sysusers
|
||||
Source8: %{name}.fc
|
||||
Source9: %{name}.if
|
||||
Source10: %{name}.sh
|
||||
Source11: %{name}.te
|
||||
Source12: apparmor-usr.bin.%{name}
|
||||
Source99: get-sources.sh
|
||||
Patch0: custom-app.ini.patch
|
||||
BuildRequires: golang-packaging
|
||||
@ -110,7 +111,7 @@ Providing Git hosting for your project, friends, company or community? Forgejo (
|
||||
local-npm-registry %{_sourcedir} install --also=dev
|
||||
|
||||
%build
|
||||
%sysusers_generate_pre %{SOURCE6} %{name} %{name}.conf
|
||||
%sysusers_generate_pre %{SOURCE7} %{name} %{name}.conf
|
||||
export EXTRA_GOFLAGS="-buildmode=pie -mod=vendor"
|
||||
export TAGS="bindata timetzdata sqlite sqlite_unlock_notify"
|
||||
%make_build build
|
||||
@ -125,12 +126,12 @@ install -d %{buildroot}%{_sysconfdir}/%{name}
|
||||
install -d %{buildroot}%{_localstatedir}/log/%{name}
|
||||
install -D -m 0644 %{_builddir}/%{name}-src-%{version}/custom/conf/app.example.ini %{buildroot}%{_sysconfdir}/%{name}/conf/app.ini
|
||||
install -D -m 0755 %{_builddir}/%{name}-src-%{version}/gitea %{buildroot}%{_bindir}/%{name}
|
||||
install -D -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}.service
|
||||
install -D -m 0644 %{SOURCE6} %{buildroot}%{_sysusersdir}/%{name}.conf
|
||||
install -D -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
|
||||
install -D -m 0644 %{SOURCE7} %{buildroot}%{_sysusersdir}/%{name}.conf
|
||||
|
||||
%if %{with apparmor}
|
||||
install -d %{buildroot}%{_sysconfdir}/apparmor.d
|
||||
install -Dm0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/apparmor.d/usr.bin.%{name}
|
||||
install -Dm0644 %{SOURCE12} %{buildroot}%{_sysconfdir}/apparmor.d/usr.bin.%{name}
|
||||
%endif
|
||||
|
||||
%if %{with selinux}
|
||||
|
1001
node_modules.sums
Normal file
1001
node_modules.sums
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user