Browse Source

Use fewest version parts that do the job

Alois Mahdal 6 years ago
parent
commit
8b3011fc2e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      packaging/template.spec

+ 2
- 2
packaging/template.spec View File

@@ -11,11 +11,11 @@ BuildArch:	noarch
11 11
 BuildRequires:	coreutils
12 12
 BuildRequires:	python
13 13
 BuildRequires:	python-libs
14
-BuildRequires:	shellfu => 0.10.0-1
14
+BuildRequires:	shellfu => 0.10
15 15
 BuildRequires:	shellfu-bash-pretty
16 16
 Requires:	python
17 17
 Requires:	python-libs
18
-Requires:	shellfu => 0.10.0-1
18
+Requires:	shellfu => 0.10
19 19
 Requires:	shellfu-bash
20 20
 Requires:	shellfu-bash-pretty
21 21