Compare commits

...

3 Commits

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libguestfs
Version: 1.52.1
Version: 1.54.1
Release: 1mamba
Summary: Tools and a library for accessing and modifying guest disk images
Group: System/Libraries
@ -14,6 +14,7 @@ License: GPL
BuildRequires: glibc-devel
BuildRequires: libconfig-devel
BuildRequires: libfuse-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libjansson-devel
BuildRequires: libncurses-devel
@ -138,7 +139,6 @@ Requires: gtk-doc
%description apidocs
This package includes the %{name} API documentation.
%debug_package
%prep
%setup -q
@ -163,8 +163,6 @@ rm -f %{buildroot}%{_prefix}/lib/perl5/*/*/perllocal.pod
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -258,6 +256,15 @@ rm -f %{buildroot}%{_prefix}/lib/perl5/*/*/perllocal.pod
#%{_datadir}/doc/libguestfs/*
%changelog
* Wed Feb 19 2025 Automatic Build System <autodist@openmamba.org> 1.54.1-1mamba
- automatic version update by autodist
* Thu Oct 10 2024 Automatic Build System <autodist@openmamba.org> 1.54.0-1mamba
- automatic version update by autodist
* Tue Jul 09 2024 Automatic Build System <autodist@openmamba.org> 1.52.2-1mamba
- automatic version update by autodist
* Thu May 23 2024 Automatic Build System <autodist@openmamba.org> 1.52.1-1mamba
- automatic version update by autodist