public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] e2fsprogs: Update to 1.43.3.
@ 2016-10-05 12:22 Stefan Schantl
  2016-10-13 23:15 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2016-10-05 12:22 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]

This is a major update to the latest stable version of e2fsprogs.

* Drop SELinux support.

Fixes #11205.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 e2fsprogs/e2fsprogs.nm | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/e2fsprogs/e2fsprogs.nm b/e2fsprogs/e2fsprogs.nm
index f938eef..0c91ffd 100644
--- a/e2fsprogs/e2fsprogs.nm
+++ b/e2fsprogs/e2fsprogs.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = e2fsprogs
-version    = 1.42.13
+version    = 1.43.3
 release    = 1
 
 groups     = System/Filesystems
@@ -23,8 +23,6 @@ source_dl  = http://prdownloads.sourceforge.net/%{name}/
 build
 	requires
 		libblkid-devel
-		libselinux-devel
-		libsepol-devel
 		libuuid-devel
 		psmisc
 	end
@@ -63,6 +61,19 @@ build
 		# Create empty mtab file if it does not exist.
 		[ -e /etc/mtab ] || touch /etc/mtab
 
+		# Disable failing test to fallocate sparse files and big files on a blockmap fs.
+		#
+		# test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
+		# test_filesys: 13/4096 files (7.7% non-contiguous), 12422/65536 blocks
+		# Exit status is 1
+		#
+		# But the test fails because the Inode 12 and 13 have differnet permissions.
+		# ( 0644 instead of 0666 ).
+		# -Inode: 12   Type: regular    Mode:  0666   Flags: 0x0
+		# +Inode: 12   Type: regular    Mode:  0644   Flags: 0x0
+		rm -rvf tests/d_fallocate_blkmap
+
+		# Run testsuite.
 		cd build && make check
 	end
 
-- 
2.7.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] e2fsprogs: Update to 1.43.3.
  2016-10-05 12:22 [PATCH] e2fsprogs: Update to 1.43.3 Stefan Schantl
@ 2016-10-13 23:15 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2016-10-13 23:15 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1968 bytes --]

The patch didn't apply because you didn't seem to have a commit from June in
your tree. No idea why.

I manually modified it and merged it.

Best,
-Michael

On Wed, 2016-10-05 at 14:22 +0200, Stefan Schantl wrote:
> This is a major update to the latest stable version of e2fsprogs.
> 
> * Drop SELinux support.
> 
> Fixes #11205.
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>  e2fsprogs/e2fsprogs.nm | 17 ++++++++++++++---
>  1 file changed, 14 insertions(+), 3 deletions(-)
> 
> diff --git a/e2fsprogs/e2fsprogs.nm b/e2fsprogs/e2fsprogs.nm
> index f938eef..0c91ffd 100644
> --- a/e2fsprogs/e2fsprogs.nm
> +++ b/e2fsprogs/e2fsprogs.nm
> @@ -4,7 +4,7 @@
>  #############################################################################
> ##
>  
>  name       = e2fsprogs
> -version    = 1.42.13
> +version    = 1.43.3
>  release    = 1
>  
>  groups     = System/Filesystems
> @@ -23,8 +23,6 @@ source_dl  = http://prdownloads.sourceforge.net/%{name}/
>  build
>  	requires
>  		libblkid-devel
> -		libselinux-devel
> -		libsepol-devel
>  		libuuid-devel
>  		psmisc
>  	end
> @@ -63,6 +61,19 @@ build
>  		# Create empty mtab file if it does not exist.
>  		[ -e /etc/mtab ] || touch /etc/mtab
>  
> +		# Disable failing test to fallocate sparse files and big
> files on a blockmap fs.
> +		#
> +		# test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
> +		# test_filesys: 13/4096 files (7.7% non-contiguous),
> 12422/65536 blocks
> +		# Exit status is 1
> +		#
> +		# But the test fails because the Inode 12 and 13 have
> differnet permissions.
> +		# ( 0644 instead of 0666 ).
> +		# -Inode: 12   Type: regular    Mode:  0666   Flags: 0x0
> +		# +Inode: 12   Type: regular    Mode:  0644   Flags: 0x0
> +		rm -rvf tests/d_fallocate_blkmap
> +
> +		# Run testsuite.
>  		cd build && make check
>  	end
>  

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-13 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-05 12:22 [PATCH] e2fsprogs: Update to 1.43.3 Stefan Schantl
2016-10-13 23:15 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox