diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..9d922a7 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git + 37c86e60c0442fef570b75cd81aeb1db4d0cbafd \ No newline at end of file diff --git a/mmc-utils-0.1+git.20160901.tar.xz b/mmc-utils-0.1+git.20160901.tar.xz deleted file mode 100644 index 899328c..0000000 --- a/mmc-utils-0.1+git.20160901.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df79b249558535357fd42e34ce8932e50908a62bd02ef7cc823916da08afff68 -size 35664 diff --git a/mmc-utils-0.1+git.20170320.tar.xz b/mmc-utils-0.1+git.20170320.tar.xz new file mode 100644 index 0000000..986a467 --- /dev/null +++ b/mmc-utils-0.1+git.20170320.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cc2eb2a04e0ff896d836b4cfffe5956b0c4d5a57e2c4d31e0267cf128e0a7e +size 35736 diff --git a/mmc-utils.changes b/mmc-utils.changes index caada44..03a82ad 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 24 12:02:21 UTC 2017 - mpluskal@suse.com + +- Update to version 0.1+git.20170320: + * mmc-utils: feature spec 5.0+, device life time estimation for MLC and pSLC mode + * mmc-utils: feature spec 5.0+, Pre EOL information + * mmc-utils: Check for ext_csd_rev only once + ------------------------------------------------------------------- Fri Sep 09 18:44:54 UTC 2016 - mpluskal@suse.com diff --git a/mmc-utils.spec b/mmc-utils.spec index 2ca39a1..c2bf1fe 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -1,7 +1,7 @@ # # spec file for package mmc-utils # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mmc-utils -Version: 0.1+git.20160901 +Version: 0.1+git.20170320 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0 @@ -42,8 +42,9 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} %install -make %{?_smp_mflags} install prefix=%{_prefix} DESTDIR=%{buildroot} -install -D -m 0644 man/mmc.1 %{buildroot}%{_mandir}/man1/mmc.1 +%make_install prefix=%{_prefix} +install -D -p -m 0644 man/mmc.1 \ + %{buildroot}%{_mandir}/man1/mmc.1 %files %defattr(-,root,root)