diff --git a/createrepo_c.spec b/createrepo_c.spec index cb9a459..5c3aa8d 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -1,5 +1,5 @@ Name: createrepo_c -Version: 1.1.4 +Version: 1.2.0 Release: 1mamba Summary: C implementation of createrepo, a tool to create repodata from a set of rpm files Group: System/Management @@ -80,8 +80,6 @@ done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -118,6 +116,9 @@ done %doc README.md %changelog +* Tue Nov 12 2024 Automatic Build System 1.2.0-1mamba +- automatic version update by autodist + * Fri Aug 16 2024 Automatic Build System 1.1.4-1mamba - automatic version update by autodist