diff --git a/file.spec b/file.spec index c19d774..065dc94 100644 --- a/file.spec +++ b/file.spec @@ -1,5 +1,5 @@ Name: file -Version: 5.41 +Version: 5.43 Release: 1mamba Summary: An utility for determining file types Group: Applications/File @@ -59,7 +59,6 @@ This package contains static libraries and header files needed for development. Summary: Python bindings for the libmagic API Group: Development/Libraries/Python Requires: libmagic = %{?epoch:%epoch:}%{version}-%{release} -Requires: python >= %python_version %description -n python-magic The file command is used to identify a particular file according to the type of data contained by the file. @@ -147,7 +146,6 @@ ln -s ../magic %{buildroot}%{_datadir}/file/magic %files -n libmagic-devel %defattr(-,root,root) %{_includedir}/magic.h -%{_libdir}/libmagic.la %{_libdir}/libmagic.so %{_mandir}/man3/* %{_libdir}/pkgconfig/libmagic.pc @@ -161,6 +159,12 @@ ln -s ../magic %{buildroot}%{_datadir}/file/magic #%endif %changelog +* Thu Sep 15 2022 Automatic Build System 5.43-1mamba +- automatic version update by autodist + +* Sat Jun 11 2022 Automatic Build System 5.42-1mamba +- automatic version update by autodist + * Tue Oct 19 2021 Automatic Build System 5.41-1mamba - automatic version update by autodist