automatic version update by autodist [release 6.11-1mamba;Thu Sep 19 2024]
This commit is contained in:
parent
8e3ba79f29
commit
c3a7b3f742
@ -1,12 +0,0 @@
|
|||||||
Solo in btrfs-progs-0.19: btrfsck
|
|
||||||
diff -ru btrfs-progs-0.19.orig/btrfsck.c btrfs-progs-0.19/btrfsck.c
|
|
||||||
--- btrfs-progs-0.19.orig/btrfsck.c 2009-06-11 18:56:15.000000000 +0200
|
|
||||||
+++ btrfs-progs-0.19/btrfsck.c 2011-09-01 12:32:52.147573980 +0200
|
|
||||||
@@ -28,6 +28,7 @@
|
|
||||||
#include "transaction.h"
|
|
||||||
#include "list.h"
|
|
||||||
#include "version.h"
|
|
||||||
+#include "sys/stat.h"
|
|
||||||
|
|
||||||
static u64 bytes_used = 0;
|
|
||||||
static u64 total_csum_bytes = 0;
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: btrfs-progs
|
Name: btrfs-progs
|
||||||
Version: 6.10.1
|
Version: 6.11
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Userspace utilities for btrfs filesystem
|
Summary: Userspace utilities for btrfs filesystem
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -8,8 +8,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://archive.kernel.org/oldwiki/btrfs.wiki.kernel.org/index.php/Main_Page.html
|
URL: https://archive.kernel.org/oldwiki/btrfs.wiki.kernel.org/index.php/Main_Page.html
|
||||||
Source: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v%{version}.tar.xz
|
Source: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v%{version}.tar.xz
|
||||||
#Source: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/v%{version}/btrfs-progs-%{version}.tar.bz2
|
|
||||||
Patch0: %{name}-0.19-glibc-2.12.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -48,7 +46,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
%setup -q -n %{name}-v%{version}
|
||||||
#%patch0 -p1
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -79,6 +76,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_sbindir}/fsck.btrfs
|
%{_sbindir}/fsck.btrfs
|
||||||
%{_sbindir}/mkfs.btrfs
|
%{_sbindir}/mkfs.btrfs
|
||||||
%{_udevrulesdir}/64-btrfs-*.rules
|
%{_udevrulesdir}/64-btrfs-*.rules
|
||||||
|
%{_mandir}/man2/btrfs-ioctl.2*
|
||||||
%{_mandir}/man5/btrfs.5*
|
%{_mandir}/man5/btrfs.5*
|
||||||
%{_mandir}/man8/btrfs.8*
|
%{_mandir}/man8/btrfs.8*
|
||||||
%{_mandir}/man8/btrfs-*.8*
|
%{_mandir}/man8/btrfs-*.8*
|
||||||
@ -105,6 +103,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/pkgconfig/libbtrfsutil.pc
|
%{_libdir}/pkgconfig/libbtrfsutil.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 19 2024 Automatic Build System <autodist@openmamba.org> 6.11-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 6.10.1-1mamba
|
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 6.10.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user