diff --git a/rpm.spec b/rpm.spec index b29adb0..6182e24 100644 --- a/rpm.spec +++ b/rpm.spec @@ -16,8 +16,8 @@ %define majver %(echo %version | cut -d. -f1-2) Name: rpm Epoch: 1 -Version: 4.17.1.1 -Release: 5mamba +Version: 4.18.0 +Release: 1mamba Summary: The RPM Package Manager (RPM) is a powerful package management system Group: System/Management Vendor: openmamba @@ -247,6 +247,7 @@ rm -f %{buildroot}%{_libdir}/librpm*.la %{_bindir}/rpmdb%{?program_suffix} %{_bindir}/rpmgraph%{?program_suffix} %{_bindir}/rpmkeys%{?program_suffix} +%{_bindir}/rpmlua %{_bindir}/rpmquery %{_bindir}/rpmsign%{?program_suffix} %{_bindir}/rpmspec%{?program_suffix} @@ -271,6 +272,7 @@ rm -f %{buildroot}%{_libdir}/librpm*.la %{_mandir}/man8/rpmdeps.8* %{_mandir}/man8/rpmgraph.8* %{_mandir}/man8/rpmkeys.8* +%{_mandir}/man8/rpmlua.8* %{_mandir}/man8/rpmsign.8* %{_mandir}/man8/rpmspec.8* %{_mandir}/man8/rpm-plugin*.8* @@ -302,6 +304,9 @@ rm -f %{buildroot}%{_libdir}/librpm*.la %{python3_sitearch}/rpm/* %changelog +* Fri Sep 23 2022 Automatic Build System 4.18.0-1mamba +- automatic version update by autodist + * Sun Sep 11 2022 Silvan Calarco 4.17.1.1-5mamba - restore python distdeps generators by adding pythondistdeps.py and fileattrs/python*