Compare commits

...

3 Commits

View File

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