forked from pool/osmo-iuh
Jan Engelhardt
ac28ba5cc2
- Update to new upstream release 0.4.0 * add a VTY command which shows a specific HNB * hnbgw: vty: add SCCP related vty commands * fix decoding of incoming X.213 NSAP addr * Full changelog: http://git.osmocom.org/osmo-iuh/plain/debian/changelog?h=0.4.0 - Remove patches (fixed upstream): * 0001-fix-return-values.patch * reproducible.patch - Package service file OBS-URL: https://build.opensuse.org/request/show/678084 OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-iuh?expand=0&rev=15
14 lines
436 B
Plaintext
14 lines
436 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://git.osmocom.org/osmo-iuh</param>
|
|
<param name="revision">0.4.0</param>
|
|
<param name="versionformat">0.4.0</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|