aboutsummaryrefslogtreecommitdiff
path: root/infcloud.spec
diff options
context:
space:
mode:
Diffstat (limited to 'infcloud.spec')
-rw-r--r--infcloud.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/infcloud.spec b/infcloud.spec
index d7e8b27..125e12b 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -10,8 +10,8 @@ License: AGPL 3.0
URL: https://Unrud/RadicaleInfCloud
Source0: https://gitlab.com/bgstack15/%{pname}/-/archive/%{branch}/%{pname}-%{branch}.tar.gz
-BuildRequires: python3
-Requires: python3
+#BuildRequires: python3
+#Requires: python3
%description
This is the RadicaleInfCloud fork of InfCloud, a
@@ -36,6 +36,7 @@ ln -s %{_sysconfdir}/%{name}/config.js %{buildroot}%{_datadir}/%{name}/radicale_
%files
%{_datadir}/%{name}
%{_sysconfdir}/%{name}
+%{_sbindir}/*
%doc README-stackrpms.md
%changelog
bgstack15