diff --git a/rpm.spec b/rpm.spec index 955fa0649414831fda84665545e6d2876dcd77d8..19c069af683ad2f00e14a35063d7442077660055 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,4 +1,6 @@ -%define anolis_release 2 +%define anolis_release 3 +%define rpmhome /usr/lib/rpm + # run internal testsuite? # fakechroot is severely broken, disable it %bcond_with check @@ -22,8 +24,6 @@ # build with bdb_ro support? %bcond_without bdb_ro -%define rpmhome /usr/lib/rpm - %global rpmver 4.18.0 %global sover 9 @@ -92,9 +92,6 @@ BuildRequires: sqlite-devel # Couple of patches change makefiles so, require for now... BuildRequires: automake libtool -# Temporary! Work around bugs in beta1 makefiles -BuildRequires: pandoc - %if %{with plugins} BuildRequires: libselinux-devel BuildRequires: dbus-devel @@ -564,10 +561,6 @@ fi %{_bindir}/gendiff %{_bindir}/rpmspec %{_bindir}/rpmlua -%{abidir}/rpmbuild-option.list -%{abidir}/gendiff-option.list -%{abidir}/rpmspec-option.list -%{abidir}/rpmlua-option.list %{_mandir}/man1/gendiff.1* %{_mandir}/man8/rpmbuild.8* @@ -614,6 +607,9 @@ fi %doc docs/librpm/html/* %changelog +* Mon Nov 28 2022 chen_yu_ao - 4.18.0-3 +- drop the temporary build-dependency pandoc and optimise spec format + * Thu Oct 13 2022 mgb01105731 - 4.18.0-2 - optimise spec file