From 8872bb5875736d92e3bdcd63b3a1f3afac57f67cbbd74e0d5871e22664051a64 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 4 Aug 2011 19:55:32 +0000 Subject: [PATCH] - add patch for local versio override as we do not build from git, and avoid doubled "Btrfs" in output of 'btrfs' OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=109 --- btrfsprogs.changes | 6 ++++++ btrfsprogs.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 940b81d..a8c0f6b 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 4 21:52:12 CEST 2011 - dsterba@suse.cz + +- add patch for local versio override as we do not build from + git, and avoid doubled "Btrfs" in output of 'btrfs' + ------------------------------------------------------------------- Thu Aug 4 21:20:11 CEST 2011 - dsterba@suse.cz diff --git a/btrfsprogs.spec b/btrfsprogs.spec index 35a0ce2..d328a2d 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -29,6 +29,7 @@ Supplements: filesystem(btrfs) Source: btrfs-progs-%{tar_version}.tar.bz2 Patch0: memleak-fix.diff Patch1: 0001-Plug-Memory-leak-in-find_and_setup_log_root.patch +Patch1000: local-version-override.patch # git: master..tmp (1b444cd..e6bd18d) Patch2: 0001-Btrfs-progs-add-a-btrfs-select-super-command-to-over.patch @@ -102,6 +103,7 @@ Utilities needed to create and maintain btrfs file systems under Linux. %setup -q -n btrfs-progs-%{tar_version} %patch0 %patch1 -p1 +%patch1000 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1