Commit 62f0b5fabcb3df340096ad54d96961dc1765a60e
1 parent
c5a5e672
Exists in
master
and in
3 other branches
Updating service file.
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
rpm/_service
... | ... | @@ -7,13 +7,16 @@ |
7 | 7 | <param name="sslverify">disable</param> |
8 | 8 | <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> |
9 | 9 | --> |
10 | - | |
11 | - <param name="url">https://github.com/PerryWerneck/lib3270.git</param> | |
10 | + | |
12 | 11 | <param name="changesgenerate">enable</param> |
12 | + <param name="changesauthor">perry.werneck@gmail.com</param> | |
13 | + | |
14 | + <param name="url">https://github.com/PerryWerneck/lib3270.git</param> | |
13 | 15 | <param name="versionformat">@PARENT_TAG@</param> |
14 | 16 | <param name="scm">git</param> |
15 | 17 | </service> |
16 | 18 | |
19 | + | |
17 | 20 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
18 | 21 | <service name="extract_file"> |
19 | 22 | <param name="archive">*.tar</param> | ... | ... |