open-iscsi/_service
Lee Duncan 2ad8e066b3 Accepting request 1134519 from home:lee_duncan:branches:network
- Updated to latest upstream: two small changes, with no known
  functional changes:
  * Incorrect documentation for `iscsiadm -m session` print level
    (upstream issue #432)
  * Stop using deprecated inet_aton and inet_ntoa (upstream issue
    #435)
- Also, stopped using pre-prepared tarballs for the build, instead
  now using a service file to get latest SUSE srouces directly.
  This removed these two files:
  * open-iscsi-2.1.9-suse.tar.bz2, and
  * open-iscsi-SUSE-latest.diff.bz2
  whcih were both created by a shell script, and added a service-
  file-generated file of the form:
  * open-iscsi-2.1.9.suse+TAG_OFFSET.tar.xz
  where TAG_OFFSET is of the form "COMMIT_COUNT.HASH", where
  COMMIT_COUNT is the count of commits since 2.1.9-suse (in this
  case), and HASH is the git commit hash being used.

OBS-URL: https://build.opensuse.org/request/show/1134519
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=235
2023-12-25 22:18:03 +00:00

18 lines
835 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/openSUSE/open-iscsi.git</param>
<param name="scm">git</param>
<param name="filename">open-iscsi</param>
<param name="version">d557967bc9ae</param>
<param name="versionformat">2.1.9.suse+@TAG_OFFSET@.%h</param>
<param name="match-tag">2.1.[0-9]</param>
<param name="revision">openSUSE-Factory</param>
<param name="changesgenerate">enable</param>
<param name="exclude">.git</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">open-iscsi*.tar</param>
<param name="compression">xz</param>
</service>
</services>