Commit 20b6613c9b4f850fe9f67dc25c0b3fee9f5cd3fe
1 parent
9e57c3dc
Exists in
master
Updating package control file.
Showing
1 changed file
with
3 additions
and
13 deletions
Show diff stats
rpm/_service
... | ... | @@ -4,13 +4,14 @@ |
4 | 4 | <service name="tar_scm"> |
5 | 5 | <param name="changesgenerate">enable</param> |
6 | 6 | <param name="changesauthor">perry.werneck@gmail.com</param> |
7 | + <param name="sslverify">disable</param> | |
7 | 8 | <param name="versionformat">@PARENT_TAG@</param> |
8 | 9 | <param name="url">https://github.com/PerryWerneck/python-tn3270.git</param> |
9 | 10 | <param name="scm">git</param> |
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 | 17 | </service> |
... | ... | @@ -44,18 +45,6 @@ |
44 | 45 | <param name="outfilename">debian.compat</param> |
45 | 46 | </service> |
46 | 47 | |
47 | - <service name="extract_file"> | |
48 | - <param name="archive">*.tar</param> | |
49 | - <param name="files">*/debian/shlibs</param> | |
50 | - <param name="outfilename">debian.shlibs</param> | |
51 | - </service> | |
52 | - | |
53 | - <service name="extract_file"> | |
54 | - <param name="archive">*.tar</param> | |
55 | - <param name="files">*/arch/PKGBUILD</param>E14Nt1Ed3s4d7i6ciVRrQVC4 | |
56 | - <param name="outfilename">PKGBUILD</param> | |
57 | - </service --> | |
58 | - | |
59 | 48 | <service name="recompress"> |
60 | 49 | <param name="file">*.tar</param> |
61 | 50 | <param name="compression">xz</param> |
... | ... | @@ -64,3 +53,4 @@ |
64 | 53 | <service name="set_version" /> |
65 | 54 | |
66 | 55 | </services> |
56 | + | ... | ... |