From db9e03c693da3cdd797295c0749d5536dc362067 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Wed, 13 Mar 2024 15:32:48 -0400 Subject: [PATCH] debugsources --- diald.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/diald.spec b/diald.spec index 5ed295b..980c96f 100644 --- a/diald.spec +++ b/diald.spec @@ -3,7 +3,7 @@ Group: Networking/Daemons Name: diald Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GNU General Public License Summary: On demand link manager @@ -19,6 +19,9 @@ Patch3: diald-%{version}.ticks.patch Patch4: diald-%{version}.install.patch %changelog +* Wed Mar 13 2024 Jean-Philippe Pialasse 1.0-4.sme +- fix empty debugsourcefiles.list [SME: 12504] + * Wed Jul 12 2023 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. @@ -64,8 +67,8 @@ On demand link manager. %build ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --mandir=%{_mandir} -make + --mandir=%{_mandir} +make CXXFLAGS="-g" %install rm -rf "$RPM_BUILD_ROOT"