automatic version update by autodist [release 0.192-1mamba;Sat Oct 19 2024]

This commit is contained in:
Automatic Build System 2024-10-20 09:01:20 +02:00
parent d0a4b8a193
commit dc07c79a62

View File

@ -4,7 +4,7 @@
%define portability_version 0.163 %define portability_version 0.163
Name: elfutils Name: elfutils
Version: 0.191 Version: 0.192
Release: 1mamba Release: 1mamba
Summary: A collection of utilities and DSOs to handle compiled objects Summary: A collection of utilities and DSOs to handle compiled objects
Group: Development/Tools Group: Development/Tools
@ -26,8 +26,11 @@ BuildRequires: libarchive-devel
BuildRequires: libbzip2-devel BuildRequires: libbzip2-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libjson-c-devel
BuildRequires: liblzma-devel BuildRequires: liblzma-devel
BuildRequires: libmicrohttpd-devel BuildRequires: libmicrohttpd-devel
BuildRequires: libopenssl-devel
BuildRequires: librpm-devel
BuildRequires: libsqlite-devel BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libz-devel BuildRequires: libz-devel
@ -141,11 +144,7 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
@ -170,6 +169,7 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
%{_bindir}/%{_program_prefix}strings %{_bindir}/%{_program_prefix}strings
%{_bindir}/debuginfod %{_bindir}/debuginfod
%{_bindir}/debuginfod-find %{_bindir}/debuginfod-find
%{_datadir}/fish/vendor_conf.d/debuginfod.fish
%{_mandir}/man1/debuginfod-find.1* %{_mandir}/man1/debuginfod-find.1*
%{_mandir}/man1/%{_program_prefix}elfclassify.1* %{_mandir}/man1/%{_program_prefix}elfclassify.1*
%{_mandir}/man1/%{_program_prefix}readelf.1* %{_mandir}/man1/%{_program_prefix}readelf.1*
@ -210,10 +210,16 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
%{_libdir}/libdebuginfod.so %{_libdir}/libdebuginfod.so
%{_mandir}/man3/debuginfod_*.3* %{_mandir}/man3/debuginfod_*.3*
%{_mandir}/man3/elf_*.3* %{_mandir}/man3/elf_*.3*
%{_mandir}/man3/elf32_*.3*
%{_mandir}/man3/elf64_*.3*
%{_mandir}/man3/libelf.3*
%{_libdir}/pkgconfig/libelf.pc %{_libdir}/pkgconfig/libelf.pc
%{_libdir}/pkgconfig/libdebuginfod.pc %{_libdir}/pkgconfig/libdebuginfod.pc
%changelog %changelog
* Sat Oct 19 2024 Automatic Build System <autodist@openmamba.org> 0.192-1mamba
- automatic version update by autodist
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 0.191-1mamba * Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 0.191-1mamba
- automatic version update by autodist - automatic version update by autodist