Files
mhvtl/_service
Lee Duncan fa60cc5e59 Accepting request 1270630 from home:lee_duncan:branches:Base:System
- Fix build problems (from having a older release)
- Update to version 1.72_release+0.70719883aae2:
  * mhvtl.spec: Bump version to 1.7-2
  * Logical Block Protection: Fix CRC32C BE/LE flip in block read
  * mhvtl.ko: Bump kernel version to 0.18.32 / 2025-02-12
  * Kernel config: fix error in scanning for scsi_host arg
  * Kernel compatability: fix issue with struct bus_type
  * mhvtl.ko: Clean up kernel module logging pr_ strings to remove duplicate information
  * mhvtl.ko: Bump kernel version now support for kernel v6.14 incorporated
  * mhvtl.ko: remove 'config.h' during make clean
  * Fix naming and .sdev_configure signature for kernel v6.14
  * Remove reference to Nutanix
  * Revert "fix compile warnings on 32bit re ambiguity of my_id size"
  * Fix bug in make_vtl_media that prevents detection of WORM media
  * fix compile warnings on 32bit re ambiguity of my_id size

OBS-URL: https://build.opensuse.org/request/show/1270630
OBS-URL: https://build.opensuse.org/package/show/Base:System/mhvtl?expand=0&rev=41
2025-04-17 19:18:11 +00:00

18 lines
664 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/markh794/mhvtl.git</param>
<param name="subdir"></param>
<param name="filename">mhvtl</param>
<param name="revision">HEAD</param>
<param name="versionformat">1.7-2_release+@TAG_OFFSET@.%h</param>
<param name="match-tag">1.[0-9]-[0-9]_release</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*mhvtl*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>