automatic version update by autodist [release 6.11-1mamba;Thu Sep 19 2024]

This commit is contained in:
Automatic Build System 2024-09-19 19:39:12 +02:00
parent 8e3ba79f29
commit c3a7b3f742
2 changed files with 5 additions and 16 deletions

View File

@ -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;

View File

@ -1,5 +1,5 @@
Name: btrfs-progs
Version: 6.10.1
Version: 6.11
Release: 1mamba
Summary: Userspace utilities for btrfs filesystem
Group: System/Kernel and Hardware
@ -8,8 +8,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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: 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
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -48,7 +46,6 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q -n %{name}-v%{version}
#%patch0 -p1
./autogen.sh
%build
@ -79,6 +76,7 @@ This package contains libraries and header files for developing applications tha
%{_sbindir}/fsck.btrfs
%{_sbindir}/mkfs.btrfs
%{_udevrulesdir}/64-btrfs-*.rules
%{_mandir}/man2/btrfs-ioctl.2*
%{_mandir}/man5/btrfs.5*
%{_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
%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
- automatic version update by autodist