Christian Wiese
12 years ago
3 changed files with 104 additions and 0 deletions
@ -0,0 +1,42 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../btrfs-progs/btrfs-progs-0.20-rc1-fix-version.patch
|
||||||
|
# Copyright (C) 2012 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
From cb8b05e22eb7224fc4146abefefda80dfffb8939 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Christian Wiese <chris@opensde.org>
|
||||||
|
Date: Mon, 5 Nov 2012 13:23:45 +0100
|
||||||
|
Subject: [PATCH] fix version
|
||||||
|
|
||||||
|
Upstream didn't bumped the version when tagging btrfs-progs 0.20-rc1.
|
||||||
|
---
|
||||||
|
version.sh | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/version.sh b/version.sh
|
||||||
|
index af3e441..a42610e 100644
|
||||||
|
--- a/version.sh
|
||||||
|
+++ b/version.sh
|
||||||
|
@@ -6,7 +6,7 @@
|
||||||
|
# Copyright 2008, Oracle
|
||||||
|
# Released under the GNU GPLv2
|
||||||
|
|
||||||
|
-v="Btrfs v0.19"
|
||||||
|
+v="Btrfs v0.20-rc1"
|
||||||
|
|
||||||
|
which git &> /dev/null
|
||||||
|
if [ $? == 0 -a -d .git ]; then
|
||||||
|
--
|
||||||
|
1.7.2.3
|
||||||
|
|
@ -0,0 +1,28 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1352121543 Mon Nov 5 14:19:03 2012 |
||||||
|
[BUILDTIME] 5 (5) |
||||||
|
[SIZE] 2.72 MB, 26 files |
||||||
|
|
||||||
|
[DEP] acl |
||||||
|
[DEP] attr |
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] e2fsprogs |
||||||
|
[DEP] fhs |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] gzip |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] make |
||||||
|
[DEP] patch |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] util-linux |
||||||
|
[DEP] zlib |
@ -0,0 +1,34 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../btrfs-progs/btrfs-progs.desc |
||||||
|
[COPY] Copyright (C) 2012 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] Btrfs filesystem utilities |
||||||
|
|
||||||
|
[T] btrfs-progs provides utility programs for managing the Btrfs filesystem. |
||||||
|
[T] Btrfs is a new copy on write (CoW) filesystem for Linux aimed at |
||||||
|
[T] implementing advanced features while focusing on fault tolerance, repair |
||||||
|
[T] and easy administration. |
||||||
|
|
||||||
|
[U] https://btrfs.wiki.kernel.org/ |
||||||
|
|
||||||
|
[A] Chris Mason <chris.mason@fusionio.com> |
||||||
|
[M] Christian Wiese <chris@opensde.org> |
||||||
|
|
||||||
|
[C] extra/filesystem |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Beta |
||||||
|
[V] 0.20-rc1 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 1345877084 btrfs-progs-0.20-rc1.tar.bz2 http://dl.opensde.net/sources/btrfs-progs/ |
Loading…
Reference in new issue