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
 BuildRequires:	coreutils
11
 BuildRequires:	coreutils
12
 BuildRequires:	python
12
 BuildRequires:	python
13
 BuildRequires:	python-libs
13
 BuildRequires:	python-libs
14
-BuildRequires:	shellfu => 0.10.0-1
14
+BuildRequires:	shellfu => 0.10
15
 BuildRequires:	shellfu-bash-pretty
15
 BuildRequires:	shellfu-bash-pretty
16
 Requires:	python
16
 Requires:	python
17
 Requires:	python-libs
17
 Requires:	python-libs
18
-Requires:	shellfu => 0.10.0-1
18
+Requires:	shellfu => 0.10
19
 Requires:	shellfu-bash
19
 Requires:	shellfu-bash
20
 Requires:	shellfu-bash-pretty
20
 Requires:	shellfu-bash-pretty
21
 
21