public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nikola Pajkovsky <npajkovs@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: resolved: 511772 - inn/storage.h not self-contained, missing inn/options.h
Date: Wed, 26 Aug 2026 08:06:05 GMT [thread overview]
Message-ID: <178773156509.1.7738497516834042708.rpms-inn-0c560d16a1bd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
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
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
reply other threads:[~2026-08-26 8:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178773156509.1.7738497516834042708.rpms-inn-0c560d16a1bd@fedoraproject.org \
--to=npajkovs@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox