public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: resolved: 511772 - inn/storage.h not self-contained, missing inn/options.h
@ 2026-08-26 8:53 Nikola Pajkovsky
0 siblings, 0 replies; only message in thread
From: Nikola Pajkovsky @ 2026-08-26 8:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 0c560d16a1bd29e8d4fe5a634433545d6e7106d0
Author : Nikola Pajkovsky <npajkovs@fedoraproject.org>
Date : 2009-09-14T13:03:25+00:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/0c560d16a1bd29e8d4fe5a634433545d6e7106d0?branch=epel10.3
Log:
resolved: 511772 - inn/storage.h not self-contained, missing inn/options.h
---
diff --git a/inn.spec b/inn.spec
index 1b06121..536faef 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
Version: 2.5.0
-Release: 4%{?dist}
+Release: 5%{?dist}
#see LICENSE file for details
License: GPL+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -23,6 +23,7 @@ Patch10: inn-2.4.3-nologinshell.patch
Patch11: inn-2.4.5-dynlib.patch
Patch12: inn-sasl_encode64nullterm.patch
Patch13: inn-2.5.0-chown.patch
+Patch14: inn-2.5.0-missing-headers.patch
BuildRequires: perl-devel python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel
BuildRequires: perl(ExtUtils::Embed)
Requires(pre): shadow-utils
@@ -94,6 +95,7 @@ exit 0
%patch11 -p1 -b .dynlib
%patch12 -p1 -b .nullterm
%patch13 -p1 -b .chown
+%patch14 -p1 -b .missing-headers
perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
@@ -137,7 +139,7 @@ for f in clibrary.h config.h dbz.h
do
install -c -m 0644 ./include/$f $RPM_BUILD_ROOT/usr/include/inn
done
-for f in defines.h system.h libinn.h storage.h
+for f in defines.h system.h libinn.h storage.h options.h
do
install -c -m 0644 ./include/inn/$f $RPM_BUILD_ROOT/usr/include/inn
done
@@ -534,6 +536,7 @@ exit 0
/usr/include/inn/libinn.h
/usr/include/inn/storage.h
/usr/include/inn/system.h
+/usr/include/inn/options.h
%{_libdir}/news/lib/libstorage.so
%{_libdir}/news/lib/libinn.so
%{_libdir}/news/lib/libinnhist.so
@@ -547,6 +550,9 @@ exit 0
%{_mandir}/man1/inews*
%changelog
+* Mon Sep 14 2009 Nikola Pajkovsky <npajkovs@redhat.com> - 2.5.0-5
+- resolved: 511772 - inn/storage.h not self-contained, missing inn/options.h
+
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 8:53 [rpms/inn] epel10.3: resolved: 511772 - inn/storage.h not self-contained, missing inn/options.h Nikola Pajkovsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox