public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: 0 -> RPMFI_NOHEADER enum for new rpmfiNew
@ 2026-08-03 11:02 Caolan McNamara
  0 siblings, 0 replies; only message in thread
From: Caolan McNamara @ 2026-08-03 11:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.9-f44
Commit : ea7c59e3c1f60ef2b6a4bff8bce9bd853d58ee54
Author : Caolan McNamara <caolanm@fedoraproject.org>
Date   : 2009-03-08T15:26:22+00:00
Stats  : +19/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/ea7c59e3c1f60ef2b6a4bff8bce9bd853d58ee54?branch=update-2.17.9-f44

Log:
0 -> RPMFI_NOHEADER enum for new rpmfiNew

---
diff --git a/abrt-0.0.1-newenum.patch b/abrt-0.0.1-newenum.patch
new file mode 100644
index 0000000..b5a2123
--- /dev/null
+++ b/abrt-0.0.1-newenum.patch
@@ -0,0 +1,12 @@
+diff -ru abrt-0.0.1.orig/lib/MiddleWare/RPMInfo.cpp abrt-0.0.1/lib/MiddleWare/RPMInfo.cpp
+--- abrt-0.0.1.orig/lib/MiddleWare/RPMInfo.cpp	2009-03-03 16:17:40.000000000 +0000
++++ abrt-0.0.1/lib/MiddleWare/RPMInfo.cpp	2009-03-08 15:18:54.000000000 +0000
+@@ -72,7 +72,7 @@
+     Header header;
+     if ((header = rpmdbNextIterator(iter)) != NULL)
+     {
+-        rpmfi fi = rpmfiNew(ts, header, RPMTAG_BASENAMES, 0);
++        rpmfi fi = rpmfiNew(ts, header, RPMTAG_BASENAMES, RPMFI_NOHEADER);
+         pgpHashAlgo hashAlgo;
+         std::string headerHash;
+         char computedHash[1024] = "";

diff --git a/abrt.spec b/abrt.spec
index 7015c47..f05f5ec 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -1,7 +1,7 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 0.0.1
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/crash-catcher/
@@ -15,6 +15,8 @@ BuildRequires: sqlite-devel > 3.0
 BuildRequires: desktop-file-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0: abrt-0.0.1-newenum.patch
+
 %description
 %{name} is a tool to help users to detect defects in applications and 
 to create a bug report with all informations needed by maintainer to fix it. 
@@ -91,6 +93,7 @@ email.
 
 %prep
 %setup -q
+%patch0 -p1 -b .newenum
 
 %build
 %configure
@@ -179,6 +182,9 @@ fi
 %{_libdir}/%{name}/libMailx.so*
 
 %changelog
+* Sun Mar 08 2009 Caolán McNamara <caolanm@redhat.com> - 0.0.1-14
+- 0 -> RPMFI_NOHEADER enum for new rpmfiNew
+
 * Sat Mar 07 2009 Jesse Keating <jkeating@redhat.com> - 0.0.1-13
 - Bump for new rpm
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:02 [rpms/abrt] update-2.17.9-f44: 0 -> RPMFI_NOHEADER enum for new rpmfiNew Caolan McNamara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox