forked from pool/mmc-utils
- Update to version 0.1+git.20160623:
* mmc-utils: Add ability to configure write protect on an eMMC device * mmc-utils: Add Command Queue fields to Extended CSD OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=13
This commit is contained in:
parent
a5ec1217b7
commit
580c9008e0
6
_service
6
_service
@ -1,14 +1,14 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="localonly" name="tar_scm">
|
<service mode="disabled" name="tar_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/linux/kernel/git/cjb/mmc-utils.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">mmc-utils</param>
|
<param name="filename">mmc-utils</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionformat">0.1+git.%cd</param>
|
<param name="versionformat">0.1+git.%cd</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="localonly" name="recompress">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="localonly" name="set_version"/>
|
<service mode="disabled" name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e29fbea87ef277ca9a72cb08050b2a31745ee7f67d0cdd9f17f378a3e3d07189
|
|
||||||
size 33800
|
|
3
mmc-utils-0.1+git.20160623.tar.xz
Normal file
3
mmc-utils-0.1+git.20160623.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ecbe98f57f955a606d055b697025a614ed017b9aaa075eb16af2e26cea9d7888
|
||||||
|
size 35524
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 15:19:02 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.1+git.20160623:
|
||||||
|
* mmc-utils: Add ability to configure write protect on an eMMC device
|
||||||
|
* mmc-utils: Add Command Queue fields to Extended CSD
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 12 20:45:28 UTC 2016 - mpluskal@suse.com
|
Thu May 12 20:45:28 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mmc-utils
|
Name: mmc-utils
|
||||||
Version: 0.1+git.20160511
|
Version: 0.1+git.20160623
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for MMC/SD devices
|
Summary: Tools for MMC/SD devices
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -27,9 +27,6 @@ Source0: %{name}-%{version}.tar.xz
|
|||||||
Source1: https://www.gnu.org/licenses/gpl-2.0.txt
|
Source1: https://www.gnu.org/licenses/gpl-2.0.txt
|
||||||
Patch0: do_not_use_asm_generic.patch
|
Patch0: do_not_use_asm_generic.patch
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
# switch from versioning based only on date of last git commit
|
|
||||||
Provides: %{name} = 20151118
|
|
||||||
Obsoletes: %{name} = 20151118
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user