We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9df90 commit 7b62afeCopy full SHA for 7b62afe
recodex-cleaner.spec
@@ -1,7 +1,7 @@
1
%define name recodex-cleaner
2
-%define version 1.0.0
3
-%define unmangled_version 1.0.0
4
+%define version 1.1.0
+%define unmangled_version 1.1.0
5
%define release 1
6
7
Summary: Clean cache which is used by ReCodEx workers
@@ -17,8 +17,12 @@ BuildArch: noarch
17
Vendor: ReCodEx Team <UNKNOWN>
18
Url: https://github.com/ReCodEx/cleaner
19
20
+%if 0%{?fedora}
21
+BuildRequires: python3 python3-devel python3-setuptools python3-pip
22
+%endif
23
+
24
%description
-UNKNOWN
25
+ReCodEx cache cleaner which should be deployed with recodex-worker.
26
27
%prep
28
%setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version}
0 commit comments