automatic version update by autodist [release 5.15.1-1mamba;Mon Dec 27 2021]
This commit is contained in:
parent
6de8b6a4cc
commit
e9c914865c
@ -1,11 +1,11 @@
|
|||||||
Name: btrfs-progs
|
Name: btrfs-progs
|
||||||
Version: 5.11.1
|
Version: 5.15.1
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://btrfs.wiki.kernel.org/index.php/Main_Page
|
URL: https://btrfs.wiki.kernel.org/index.php/Main_Page
|
||||||
Source: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git/v%{version}/btrfs-progs-%{version}.tar.bz2
|
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
|
Patch0: %{name}-0.19-glibc-2.12.patch
|
||||||
@ -15,8 +15,11 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: liblzo-devel
|
BuildRequires: liblzo-devel
|
||||||
|
BuildRequires: libreiserfscore-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
@ -51,9 +54,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
CFLAGS="%{optflags} -fno-strict-aliasing -rdynamic" \
|
CFLAGS="%{optflags} -fno-strict-aliasing -rdynamic" \
|
||||||
--bindir=/sbin
|
--bindir=%{_sbindir}
|
||||||
|
|
||||||
%make
|
%make PYTHON=%{__python3}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -72,24 +75,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/lib/udev/rules.d/64-btrfs-dm.rules
|
%{_udevrulesdir}/64-btrfs-dm.rules
|
||||||
/sbin/btrfs
|
%{_sbindir}/btrfs*
|
||||||
/sbin/btrfs-find-root
|
%{_sbindir}/fsck.btrfs
|
||||||
/sbin/btrfs-image
|
%{_sbindir}/mkfs.btrfs
|
||||||
/sbin/btrfs-map-logical
|
|
||||||
/sbin/btrfs-select-super
|
|
||||||
#/sbin/btrfs-show-super
|
|
||||||
#/sbin/btrfs-restore
|
|
||||||
#/sbin/btrfs-zero-log
|
|
||||||
/sbin/btrfstune
|
|
||||||
/sbin/btrfsck
|
|
||||||
/sbin/btrfs-convert
|
|
||||||
#/sbin/btrfsctl
|
|
||||||
#/sbin/btrfs-debug-tree
|
|
||||||
#/sbin/btrfs-show
|
|
||||||
#/sbin/btrfs-vol
|
|
||||||
/sbin/fsck.btrfs
|
|
||||||
/sbin/mkfs.btrfs
|
|
||||||
%{_mandir}/man5/btrfs.5*
|
%{_mandir}/man5/btrfs.5*
|
||||||
%{_mandir}/man8/btrfs.8*
|
%{_mandir}/man8/btrfs.8*
|
||||||
%{_mandir}/man8/btrfs-*.8*
|
%{_mandir}/man8/btrfs-*.8*
|
||||||
@ -116,6 +105,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/pkgconfig/libbtrfsutil.pc
|
%{_libdir}/pkgconfig/libbtrfsutil.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 5.15.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Mar 25 2021 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
* Thu Mar 25 2021 Automatic Build System <autodist@mambasoft.it> 5.11.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user