public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: Merge branch 'f29' into f30
@ 2026-08-26 8:55 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26 8:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 1244266ff3954d39f41366cd6a642ee8b8c57b8f
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2019-02-22T12:01:54+01:00
Stats : +16/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/1244266ff3954d39f41366cd6a642ee8b8c57b8f?branch=epel10.3
Log:
Merge branch 'f29' into f30
---
diff --git a/.gitignore b/.gitignore
index e5371f5..556b24a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ inn-faq.tar.gz
/inn-2.6.1.tar.gz
/inn-2.6.2.tar.gz
/inn-2.6.2.tar.gz.asc
+/inn-2.6.3.tar.gz
+/inn-2.6.3.tar.gz.asc
diff --git a/inn.spec b/inn.spec
index 2ba782b..41813ae 100644
--- a/inn.spec
+++ b/inn.spec
@@ -2,8 +2,8 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
-Version: 2.6.2
-Release: 5%{?dist}
+Version: 2.6.3
+Release: 1%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
URL: http://www.eyrie.org/~eagle/software/inn/
@@ -589,6 +589,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Fri Feb 22 2019 Dominik Mierzejewski <rpm@greysector.net> - 2.6.3-1
+- update to 2.6.3 release (#1674441)
+
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index e3644f0..bb0833a 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (inn-2.6.2.tar.gz) = d649b88cab827682f1b62f31e94aed1fd38c57fd3f1753b15c1dfa06b160cf4aa8becc9b93557437dcaa856e4640bf4f24a67eff3bcf4dd762fc3c156a6237f8
-SHA512 (inn-2.6.2.tar.gz.asc) = f8fd640467ad60ea8cef1af3f89c1fe5777e2382705f1a071897eac35b06740985296492adef0e3c27221daaa94f6d254975d07b55585038f87d0ee1dc40f01b
SHA512 (inn.html) = ee15038d5a3e1b6da79c4d733f039d8cac32c442645f922a1ccdadeeb6b181fc2234121a53c9c9c39efbf686fa95b4b2af69fec23e4b6bacab67024794b71fd1
+SHA512 (inn-2.6.3.tar.gz) = 123881d474ce1df21983b3093827915706670a400d48c3945c32635cd2fa7f52be2470c39ad54b84cc31b5454d7a3be31feb306802957954a3450146e31f52cb
+SHA512 (inn-2.6.3.tar.gz.asc) = b3dfc2290382c260719670e08678c73d9dff30fb5099e9acaa2a43f1461c26a6c60e273b75fff0adcee9ba815341fc15cb79068d997bcf381c7aefcf182c893e
diff --git a/inn.spec b/inn.spec
index 1669b7c..41813ae 100644
--- a/inn.spec
+++ b/inn.spec
@@ -6,7 +6,6 @@ Version: 2.6.3
Release: 1%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
-Group: System Environment/Daemons
URL: http://www.eyrie.org/~eagle/software/inn/
Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
Source1: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz.asc
@@ -53,7 +52,6 @@ Requires(postun): systemd
# XXX white out bogus perl requirement for now
Provides: perl(::usr/lib/innshellvars.pl) = %{version}-%{release}
-Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
INN (InterNetNews) is a complete system for serving Usenet news and/or
@@ -69,7 +67,6 @@ newsgate or tin.
%package devel
Summary: The INN (InterNetNews) library
-Group: Development/Libraries
Requires: inn = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
@@ -83,7 +80,6 @@ system, you should install inn-devel.
%package -n inews
Summary: Sends Usenet articles to a local news server for distribution
-Group: System Environment/Daemons
%description -n inews
The inews program is used by some news programs (for example, inn and
@@ -97,7 +93,6 @@ local news servers.
%package libs
Summary: Libraries provided by INN
-Group: Applications/System
%description libs
This package contains dynamic libraries provided by INN project
@@ -281,7 +276,7 @@ systemctl start innd-expire.timer
systemctl start innd-nntpsend.timer
systemctl start innd-rnews.timer
-%post libs -p /sbin/ldconfig
+%ldconfig_scriptlets libs
%triggerin -- rsyslog
if [ -f /etc/rsyslog.conf ]; then
@@ -355,8 +350,6 @@ fi
%systemd_postun_with_restart innd-nntpsend.timer
%systemd_postun_with_restart innd-rnews.timer
-%postun libs -p /sbin/ldconfig
-
%files
# /etc config files plus config
%{_unitdir}/innd.service
@@ -599,6 +592,12 @@ fi
* Fri Feb 22 2019 Dominik Mierzejewski <rpm@greysector.net> - 2.6.3-1
- update to 2.6.3 release (#1674441)
+* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 2.6.2-4
+- Rebuilt for libcrypt.so.2 (#1666033)
+
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:55 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:55 [rpms/inn] epel10.3: Merge branch 'f29' into f30 Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox