SHA256
1
0
forked from pool/mmc-utils
mmc-utils/_service
Martin Pluskal 64f667d8b2 - Update to version 0.1+git.20240307:
* mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting
  * mmc-utils: lsmmc: Fix emmc capacity calculation
  * mmc-utils: lsmmc: Disintegrade print_mmc_csd
  * mmc-utils: lsmmc: Simplify interface processing functions
  * mmc-utils: lsmmc: Simplify prinitng manufacturer name
  * mmc-utils: lsmmc: Reuse do_read_reg
  * mmc-utils: fix potential overflow
  * mmc-utils: ffu: Add optional chunk-size argument
  * mmc-utils: ffu: Allow ffu of large images
  * mmc-utils: ffu: Add ffu multi-command set handler
  * mmc-utils: ffu: Simplify ext_csd bytes parsing
  * mmc-utils: Add arg argument to set_single_cmd
  * mmc-utils: Add fill_switch_cmd handler
  * mmc-utils: Assert MMC_IOC_MULTI_CMD in compile time
  * mmc-utils: support overriding CFLAGS without setting -DVERSION
  * mmc-utils: do not hide CID manufacturer information
  * mmc-utils: fix printing OID for mmc in non-verbose mode
  * mmc-utils: add SanDisk to manufacturer database
  * mmc-utils: Change version string to git hash

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=43
2024-03-14 13:51:36 +00:00

16 lines
576 B
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">mmc-utils</param>
<param name="versionformat">0.1+git.%cd</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>