SHA256
1
0
forked from pool/mmc-utils

2 Commits

6 changed files with 28 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
<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="url">git://git.kernel.org/pub/scm/utils/mmc/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>
<param name="revision">v1.0</param>
<param name="versionformat">1.0</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2775ca91208e054465409a51c9011b488479062965e44178201ee981240960ec
size 252939

3
mmc-utils-1.0.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:daeed7efa8701ff9ddedf2d2c404c6d3ca513b8bc8129efc182f89a7df0dc5b2
size 273419

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Jul 4 06:51:49 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0
* mmc-utils: Add FFU optional mode 1
* mmc-utils: Add FFU optional mode 2 using CMD25+CMD12 for
Open-ended write download FW
* mmc-utils: Add FFU optional mode 3 that uses CMD6 and CMD24
single-block write to download firmware
* mmc-utils: Add FFU optional mode 4 for firmware download
using repeated CMD24 single-block write command
* mmc-utils: Add secure write-protect mode enable/disable
- Deactivate sparse, it is unable to find stddef.h.
-------------------------------------------------------------------
Mon Aug 26 11:14:14 UTC 2024 - Martin Pluskal <mpluskal@suse.com>

View File

@@ -1,4 +1,4 @@
name: mmc-utils
version: 0.1+git.20240801
mtime: 1722509360
commit: 123fd8b2ac3933be1319486fb1f32236a4a86a7c
version: 1.0
mtime: 1750774344
commit: d8a8358a7207bd81d0c38dca2cf27a48bf411341

View File

@@ -1,7 +1,7 @@
#
# spec file for package mmc-utils
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: mmc-utils
Version: 0.1+git.20240801
Version: 1.0
Release: 0
Summary: Tools for MMC/SD devices
License: GPL-2.0-only
URL: https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/
URL: https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/
Source0: %{name}-%{version}.tar.gz
Source1: https://www.gnu.org/licenses/gpl-2.0.txt
BuildRequires: sparse
BuildRequires: c_compiler
%description
Userspace tools for controlling and querying MMC/SD storage devices
@@ -34,7 +34,7 @@ Userspace tools for controlling and querying MMC/SD storage devices
cp %{SOURCE1} LICENSE.GPL-2.0
%build
%make_build CFLAGS="%{optflags}" CHECKFLAGS="-Wall -Wuninitialized -Wundef"
%make_build CFLAGS="%{optflags}" CHECKFLAGS="-Wall -Wuninitialized -Wundef" C=0
%install
%make_install prefix=%{_prefix}