update to 1.47.2 [release 1.47.2-1mamba;Thu Jan 09 2025]
This commit is contained in:
parent
42bb98f642
commit
62c56d5058
@ -4,7 +4,7 @@
|
||||
%define libname libe2fs
|
||||
|
||||
Name: e2fsprogs
|
||||
Version: 1.47.1
|
||||
Version: 1.47.2
|
||||
Release: 1mamba
|
||||
Summary: Utilities for managing the ext2/3/4 filesystem
|
||||
Group: System/Tools
|
||||
@ -12,7 +12,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://e2fsprogs.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/e2fsprogs/e2fsprogs-%{version}.tar.gz
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.xz
|
||||
Source1: http://downloads.sourceforge.net/ext2resize/ext2resize-%{ext2resize_ver}.tar.bz2
|
||||
Source2: e2fsck-conf
|
||||
License: GPL
|
||||
@ -53,8 +53,6 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
This package contains the libraries and header files needed to develop second extended (ext2) filesystem-specific programs.
|
||||
You should install e2fsprogs-devel if you want to develop ext2 filesystem-specific programs.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -a1
|
||||
|
||||
@ -115,8 +113,6 @@ chmod 644 %{buildroot}%{_libdir}/*.a
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%post -n %{libname}-devel
|
||||
%install_info libext2fs.info
|
||||
@ -192,6 +188,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 09 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.47.2-1mamba
|
||||
- update to 1.47.2
|
||||
|
||||
* Sun May 26 2024 Automatic Build System <autodist@openmamba.org> 1.47.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user