diff --git a/fatresize-0.1.tar.bz2 b/fatresize-0.1.tar.bz2 new file mode 100644 index 0000000..095dfea --- /dev/null +++ b/fatresize-0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719ac17da71795e060316c4a1fbac7f863976aa15c138da56519c98f3b192182 +size 1535 diff --git a/parted-fatresize-autoconf.patch b/parted-fatresize-autoconf.patch new file mode 100644 index 0000000..06dfde3 --- /dev/null +++ b/parted-fatresize-autoconf.patch @@ -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 diff --git a/parted.changes b/parted.changes index 0a4c0df..962361d 100644 --- a/parted.changes +++ b/parted.changes @@ -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 - Do not fail when shrinking the partition in non-interactive mode. diff --git a/parted.spec b/parted.spec index ae49e99..f291df8 100644 --- a/parted.spec +++ b/parted.spec @@ -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 Source2: parted.keyring Source3: baselibs.conf +Source4: fatresize-0.1.tar.bz2 # Build patches Patch1: parted-2.4-ncursesw6.patch @@ -55,6 +56,7 @@ Patch25: parted-Add-Intel-Rapid-Start-Technology-partition.patch Patch26: parted-btrfs-support.patch Patch27: parted-GPT-add-support-for-PReP-GUID.patch Patch28: parted-resize-command.patch +Patch100: parted-fatresize-autoconf.patch Requires: /sbin/udevadm BuildRequires: check-devel BuildRequires: device-mapper-devel >= 1.02.33 @@ -109,7 +111,7 @@ to develop applications that require these. %lang_package %prep %{?gpg_verify: %gpg_verify %{S:1}} -%setup -q +%setup -a 4 %patch1 -p1 %patch10 -p1 %patch11 -p1 @@ -130,6 +132,7 @@ to develop applications that require these. %patch26 -p1 %patch27 -p1 %patch28 -p1 +%patch100 -p1 %build export CFLAGS="%{optflags} `ncursesw6-config --cflags`"