diff --git a/libreport.spec b/libreport.spec index 133347010c76bd48efef5ec76e50c635a968fd2e..c5cce00e2300befd94e43522fa8b2c3b908772aa 100644 --- a/libreport.spec +++ b/libreport.spec @@ -3,7 +3,7 @@ Name: libreport Version: 2.10.1 -Release: 10 +Release: 11 License: GPLv2+ Summary: Generic library for reporting various problems URL: https://abrt.readthedocs.org/ @@ -105,7 +105,6 @@ bugs Summary: GTK front-end for libreport Requires: libreport = %{version}-%{release} Requires: libreport-plugin-reportuploader = %{version}-%{release} -Requires: fros >= 1.0 Provides: report-gtk = 0:0.23-1 Obsoletes: report-gtk < 0:0.23-1 @@ -174,6 +173,7 @@ data over ftp/scp... %autosetup -n %{name}-%{version} -p1 %build +./gen-version ./autogen.sh CFLAGS="%{optflags}" @@ -378,6 +378,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sat Oct 04 2025 Funda Wang - 2.10.1-11 +- drop useless requires on fros + * Thu Jan 14 2021 wangjie - 2.10.1-10 - Type:bugfix - CVE:NA