Browse Source

Revert "Remove %{dist} flag"

Turns out this was a silly idea: the %{dist} flag needs to stay there
for the final builds.  What I wanted to achieve was just remove it from
version as reported in COPR. (Not sure if that is even possible.)

This reverts commit 2f1ea384362d52c7d8c886a5a3ea7aa09509cef6.
Alois Mahdal 6 years ago
parent
commit
0359b82bd4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      slop.spec.in

+ 1
- 1
slop.spec.in View File

@@ -1,6 +1,6 @@
1 1
 Name:       slop
2 2
 Version:    __APP_VERSION__
3
-Release:    __APP_RELEASE__
3
+Release:    __APP_RELEASE__%{?dist}
4 4
 Summary:    Select Operation
5 5
 URL:        https://github.com/naelstrof/slop
6 6