Commit 46afb2f3f3f1eda3e1ca88b5fd0db756efd19e95

Authored by Perry Werneck
1 parent dad7750d
Exists in master

Updating OBS service file.

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
rpm/_service
... ... @@ -3,6 +3,7 @@
3 3 <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py -->
4 4 <service name="tar_scm">
5 5 <param name="changesgenerate">enable</param>
  6 + <param name="changesauthor">perry.werneck@gmail.com</param>
6 7 <param name="sslverify">disable</param>
7 8 <param name="versionformat">@PARENT_TAG@</param>
8 9 <param name="url">https://github.com/PerryWerneck/lib3270-python-bindings.git</param>
... ... @@ -10,10 +11,10 @@
10 11 </service>
11 12  
12 13 <!-- https://github.com/openSUSE/obs-service-extract_file -->
13   - <!-- service name="extract_file">
  14 + <service name="extract_file">
14 15 <param name="archive">*.tar</param>
15 16 <param name="files">*/rpm/*.spec</param>
16   - </service -->
  17 + </service>
17 18  
18 19 <service name="recompress">
19 20 <param name="file">*.tar</param>
... ...