Move rpm file to repo root to get rpmautospec to work
The firewalld package now contains the gitea.xml file
This commit is contained in:
@@ -20,4 +20,3 @@ jobs:
|
||||
copr_config: ${{ secrets.COPR_API_CONFIG }}
|
||||
copr_project: gitea
|
||||
fedora_release: ${{ inputs.fedoraversion }}
|
||||
specdir: rpm
|
||||
|
||||
@@ -16,4 +16,3 @@ jobs:
|
||||
copr_config: ${{ secrets.COPR_API_CONFIG }}
|
||||
copr_project: gitea
|
||||
fedora_release: ${{ matrix.fedoraversion }}
|
||||
specdir: rpm
|
||||
|
||||
Binary file not shown.
@@ -13,7 +13,7 @@ URL: https://gitea.io
|
||||
Source0: https://github.com/go-gitea/gitea/releases/download/v%{version}/%{name}-src-%{version}.tar.gz
|
||||
%dnl Source1: https://github.com/go-gitea/gitea/releases/download/v%{version}/%{name}-docs-%{version}.tar.gz
|
||||
Source2: gitea.service
|
||||
Source3: gitea.firewalld
|
||||
%dnl Source3: gitea.firewalld
|
||||
Source4: README.EL+Fedora
|
||||
Source5: gitea.httpd
|
||||
Source6: gitea.nginx
|
||||
@@ -173,7 +173,7 @@ systemd-tmpfiles --create %{name}.conf || :
|
||||
%dnl exclude %{_datadir}/%{name}/docs.gitea.io
|
||||
%{_unitdir}/gitea.service
|
||||
%{_bindir}/gitea
|
||||
%{_prefix}/lib/firewalld/services/%{name}.xml
|
||||
%dnl %{_prefix}/lib/firewalld/services/%{name}.xml
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
%{_sysusersdir}/%{name}.conf
|
||||
# setting this as config as users may manipulate it
|
||||
Reference in New Issue
Block a user