update to 5.19.0 [release 5.19.0-1mamba;Fri Sep 30 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:42:02 +01:00
parent b4e73d5317
commit e4dc3baec5

View File

@ -1,30 +1,50 @@
Name: xfsprogs Name: xfsprogs
Version: 5.9.0 Version: 5.19.0
Release: 2mamba Release: 1mamba
Summary: This package contains the userspace tools to accompany the XFS driver in the kernel Summary: This package contains the userspace tools to accompany the XFS driver in the kernel
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://oss.sgi.com/projects/xfs/ URL: https://xfs.wiki.kernel.org/
Source: https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-%{version}.tar.xz Source: https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-%{version}.tar.xz
#Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-%{version}.tar.gz
Patch: %{name}-2.8.21-buildfix.patch Patch: %{name}-2.8.21-buildfix.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libdevmapper-devel BuildRequires: libdevmapper-devel
BuildRequires: libicu-devel BuildRequires: libicu-devel
BuildRequires: libinih-devel
BuildRequires: liburcu-devel
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: bash BuildRequires: bash
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: ldconfig BuildRequires: ldconfig
BuildRequires: libe2fs-devel BuildRequires: libe2fs-devel
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description %description
This package contains the userspace tools to accompany the XFS driver in the kernel. This package contains the userspace tools to accompany the XFS driver in the kernel.
%package -n lib%{name}
Group: System/Libraries
Summary: Shared libraries for %{name}
%description -n lib%{name}
This package contains shared libraries for %{name}.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep %prep
%setup -q %setup -q
#%patch -p1 #%patch -p1
@ -42,7 +62,7 @@ export DEBUG="-DNDEBUG"
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall install-dev
%find_lang %{name} %find_lang %{name}
@ -62,9 +82,9 @@ export DEBUG="-DNDEBUG"
%{_unitdir}/xfs_scrub_all.service %{_unitdir}/xfs_scrub_all.service
%{_unitdir}/xfs_scrub_all.timer %{_unitdir}/xfs_scrub_all.timer
%{_unitdir}/xfs_scrub_fail@.service %{_unitdir}/xfs_scrub_fail@.service
%{_libdir}/libhandle.so.* %dir %{_datadir}/xfsprogs
%dir %{_libdir}/xfsprogs %dir %{_datadir}/xfsprogs/mkfs
%{_libdir}/xfsprogs/* %{_datadir}/xfsprogs/mkfs/*
%dir %{_datadir}/doc/xfsprogs %dir %{_datadir}/doc/xfsprogs
%{_datadir}/doc/xfsprogs/* %{_datadir}/doc/xfsprogs/*
%{_mandir}/man5/xfs.* %{_mandir}/man5/xfs.*
@ -74,7 +94,29 @@ export DEBUG="-DNDEBUG"
%{_mandir}/man8/mkfs.xfs.* %{_mandir}/man8/mkfs.xfs.*
%{_mandir}/man8/xfs_*.* %{_mandir}/man8/xfs_*.*
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libhandle.so.*
%dir %{_libdir}/xfsprogs
%{_libdir}/xfsprogs/*
%doc LICENSES
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/xfs
%{_includedir}/xfs/*.h
%{_libdir}/libhandle.a
%{_libdir}/libhandle.so
%{_mandir}/man2/ioctl_xfs_*.2*
%{_mandir}/man3/*.3*
%changelog %changelog
* Fri Sep 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.19.0-1mamba
- update to 5.19.0
* Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.0-1mamba
- update to 5.11.0
* Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-2mamba * Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-2mamba
- rebuilt in /usr - rebuilt in /usr