- Update to version 2.0.0:
* libmissing with stubs for functions not present in libraries like musl * unittests for libmtd and libubi * port most kernel space mtd test modules to userspace * mkfs.ubifs: extended attribute support * ubinize: Move lengthy help text to a man page * nandwrite: Add skip-all-ff-pages option * flash_{un,}lock: support for MEMISLOCKED * nandtest: support hex/dec/oct for --offset and --length OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
4dd08c837a
commit
0bc25b6d33
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mtd-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: mtd-utils
|
||||
Version: 1.5.2
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Tools for maintaining Memory Technology Devices
|
||||
License: GPL-2.0+
|
||||
@@ -42,14 +42,15 @@ including JFFS2, M-Systems DiskOnChip devices, etc.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CC="cc %{optflags}" V=1
|
||||
%configure
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING mkfs.ubifs/README *txt
|
||||
%doc COPYING ubifs-utils/mkfs.ubifs/README
|
||||
%{_sbindir}/doc_loadbios
|
||||
%{_sbindir}/docfdisk
|
||||
%{_sbindir}/flash_erase
|
||||
@@ -93,5 +94,6 @@ make %{?_smp_mflags} CC="cc %{optflags}" V=1
|
||||
%{_sbindir}/ubirsvol
|
||||
%{_sbindir}/ubiupdatevol
|
||||
%{_mandir}/man1/mkfs.jffs2.1%{ext_man}
|
||||
%{_mandir}/man8/ubinize.8%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user