Commit 1ab5b48ec573b7733ada83d1bcd01d41f08dfe7b
1 parent
b1ca8748
Exists in
master
and in
2 other branches
Updating service file
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
rpm/_service
... | ... | @@ -5,13 +5,12 @@ |
5 | 5 | <param name="changesgenerate">enable</param> |
6 | 6 | <param name="changesauthor">perry.werneck@gmail.com</param> |
7 | 7 | <param name="url">https://github.com/PerryWerneck/lib3270.git</param> |
8 | - <param name="versionformat">@PARENT_TAG@+git%cd</param> | |
8 | + <param name="versionformat">@PARENT_TAG@</param> | |
9 | 9 | <param name="scm">git</param> |
10 | 10 | </service> |
11 | 11 | |
12 | 12 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
13 | 13 | |
14 | - <!-- | |
15 | 14 | <service name="extract_file"> |
16 | 15 | <param name="archive">*.tar</param> |
17 | 16 | <param name="files">*/rpm/lib3270.spec</param> |
... | ... | @@ -68,7 +67,6 @@ |
68 | 67 | <param name="files">*/debian/postrm</param> |
69 | 68 | <param name="outfilename">debian.postrm</param> |
70 | 69 | </service> |
71 | - --> | |
72 | 70 | |
73 | 71 | <service name="recompress"> |
74 | 72 | <param name="file">*.tar</param> | ... | ... |