Accepting request 220497 from Base:System
- include new fatresize(8) utility - added patches: * parted-fatresize-autoconf.patch OBS-URL: https://build.opensuse.org/request/show/220497 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=91
This commit is contained in:
commit
d311ed7102
3
fatresize-0.1.tar.bz2
Normal file
3
fatresize-0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:719ac17da71795e060316c4a1fbac7f863976aa15c138da56519c98f3b192182
|
||||||
|
size 1535
|
28
parted-fatresize-autoconf.patch
Normal file
28
parted-fatresize-autoconf.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
Makefile.am | 2 +-
|
||||||
|
configure.ac | 1 +
|
||||||
|
2 files changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
Index: parted-3.1/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- parted-3.1.orig/Makefile.am
|
||||||
|
+++ parted-3.1/Makefile.am
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
-SUBDIRS = po lib include libparted parted partprobe doc debug tests
|
||||||
|
+SUBDIRS = po lib include libparted parted partprobe fatresize doc debug tests
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
.version \
|
||||||
|
Index: parted-3.1/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- parted-3.1.orig/configure.ac
|
||||||
|
+++ parted-3.1/configure.ac
|
||||||
|
@@ -610,6 +610,7 @@ libparted/tests/Makefile
|
||||||
|
libparted.pc
|
||||||
|
parted/Makefile
|
||||||
|
partprobe/Makefile
|
||||||
|
+fatresize/Makefile
|
||||||
|
doc/Makefile
|
||||||
|
doc/C/Makefile
|
||||||
|
doc/pt_BR/Makefile
|
@ -1,4 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 13:17:34 UTC 2014 - puzel@suse.com
|
||||||
|
|
||||||
|
- include new fatresize(8) utility
|
||||||
|
- added patches:
|
||||||
|
* parted-fatresize-autoconf.patch
|
||||||
|
-------------------------------------------------------------------
|
||||||
Wed Jan 22 16:15:13 UTC 2014 - puzel@suse.com
|
Wed Jan 22 16:15:13 UTC 2014 - puzel@suse.com
|
||||||
|
|
||||||
- Do not fail when shrinking the partition in non-interactive mode.
|
- Do not fail when shrinking the partition in non-interactive mode.
|
||||||
|
@ -27,6 +27,7 @@ Source0: ftp://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.xz
|
|||||||
Source1: ftp://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.xz.sig
|
Source1: ftp://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: parted.keyring
|
Source2: parted.keyring
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
|
Source4: fatresize-0.1.tar.bz2
|
||||||
# Build patches
|
# Build patches
|
||||||
Patch1: parted-2.4-ncursesw6.patch
|
Patch1: parted-2.4-ncursesw6.patch
|
||||||
|
|
||||||
@ -55,6 +56,7 @@ Patch25: parted-Add-Intel-Rapid-Start-Technology-partition.patch
|
|||||||
Patch26: parted-btrfs-support.patch
|
Patch26: parted-btrfs-support.patch
|
||||||
Patch27: parted-GPT-add-support-for-PReP-GUID.patch
|
Patch27: parted-GPT-add-support-for-PReP-GUID.patch
|
||||||
Patch28: parted-resize-command.patch
|
Patch28: parted-resize-command.patch
|
||||||
|
Patch100: parted-fatresize-autoconf.patch
|
||||||
Requires: /sbin/udevadm
|
Requires: /sbin/udevadm
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
BuildRequires: device-mapper-devel >= 1.02.33
|
BuildRequires: device-mapper-devel >= 1.02.33
|
||||||
@ -109,7 +111,7 @@ to develop applications that require these.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{S:1}}
|
%{?gpg_verify: %gpg_verify %{S:1}}
|
||||||
%setup -q
|
%setup -a 4
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
@ -130,6 +132,7 @@ to develop applications that require these.
|
|||||||
%patch26 -p1
|
%patch26 -p1
|
||||||
%patch27 -p1
|
%patch27 -p1
|
||||||
%patch28 -p1
|
%patch28 -p1
|
||||||
|
%patch100 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} `ncursesw6-config --cflags`"
|
export CFLAGS="%{optflags} `ncursesw6-config --cflags`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user