rpms/btrfs-progs/devel btrfs-progs-fix-labels.patch, 1.1, 1.2 btrfs-progs.spec, 1.10, 1.11

Josef Bacik josef at fedoraproject.org
Thu Jan 22 20:09:53 UTC 2009


Author: josef

Update of /cvs/pkgs/rpms/btrfs-progs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22390

Modified Files:
	btrfs-progs-fix-labels.patch btrfs-progs.spec 
Log Message:
fixed the patch so its what is upstream.


btrfs-progs-fix-labels.patch:

Index: btrfs-progs-fix-labels.patch
===================================================================
RCS file: /cvs/pkgs/rpms/btrfs-progs/devel/btrfs-progs-fix-labels.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- btrfs-progs-fix-labels.patch	22 Jan 2009 19:42:15 -0000	1.1
+++ btrfs-progs-fix-labels.patch	22 Jan 2009 20:09:53 -0000	1.2
@@ -1,8 +1,16 @@
 diff --git a/mkfs.c b/mkfs.c
-index d664254..5ed44cc 100644
+index d664254..138bcc9 100644
 --- a/mkfs.c
 +++ b/mkfs.c
-@@ -302,12 +302,6 @@ static char *parse_label(char *input)
+@@ -294,7 +294,6 @@ static u64 parse_profile(char *s)
+ 
+ static char *parse_label(char *input)
+ {
+-	int i;
+ 	int len = strlen(input);
+ 
+ 	if (len > BTRFS_LABEL_SIZE) {
+@@ -302,12 +301,6 @@ static char *parse_label(char *input)
  			BTRFS_LABEL_SIZE);
  		exit(1);
  	}


Index: btrfs-progs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/btrfs-progs/devel/btrfs-progs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- btrfs-progs.spec	22 Jan 2009 19:42:15 -0000	1.10
+++ btrfs-progs.spec	22 Jan 2009 20:09:53 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           btrfs-progs
 Version:        0.18
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Userspace programs for btrfs
 
 Group:          System Environment/Base
@@ -47,6 +47,9 @@
 %{_root_sbindir}/btrfstune
 
 %changelog
+* Thu Jan 22 2009 Josef Bacik <josef at toxicpanda.com> 0.18-3
+- updated label patch
+
 * Thu Jan 22 2009 Josef Bacik <josef at toxicpanda.com> 0.18-2
 - add a patch to handle having /'s in labels
 




More information about the fedora-extras-commits mailing list