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: change license and erase one rm -f
Date: Wed, 26 Aug 2026 08:06:08 GMT	[thread overview]
Message-ID: <178773156893.1.10855220853920210112.rpms-inn-8e028e82c276@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10
Commit : 8e028e82c276f5698a2b7c2f454fc4e57de871c7
Author : Nikola Pajkovsky <npajkovs@fedoraproject.org>
Date   : 2009-12-16T14:32:25+00:00
Stats  : +5/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/8e028e82c276f5698a2b7c2f454fc4e57de871c7?branch=epel10

Log:
change license and erase one rm -f

---
diff --git a/inn.spec b/inn.spec
index bb33a78..4a1592e 100644
--- a/inn.spec
+++ b/inn.spec
@@ -3,7 +3,7 @@ Name: inn
 Version: 2.5.1
 Release: 2%{?dist}
 #see LICENSE file for details
-License: GPL+ and BSD and MIT and Public Domain
+License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
 URL: https://www.isc.org/software/INN/
 Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -53,6 +53,7 @@ newsgate or tin.
 Summary: The INN (InterNetNews) library
 Group: Development/Libraries
 Requires: inn = %{version}
+Requires: %{name}-libs = %{version}-%{release}
 
 %description devel
 The inn-devel package contains the INN (InterNetNews) library, which
@@ -179,12 +180,12 @@ PATH=\$PATH:%{_libexecdir}/news
 export PATH
 EOF
 
-# we get this from cleanfeed
-rm -f $RPM_BUILD_ROOT%{_libexecdir}/news/filter/filter_innd.pl
-
 #Fix perms in sample directory to avoid bogus dependencies
 find samples -name "*.in" -exec chmod a-x {} \;
 
+# we get this from cleanfeed
+rm -f $RPM_BUILD_ROOT%{_libexecdir}/news/filter/filter_innd.pl
+
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 ln -sf %{_libexecdir}/news/inews $RPM_BUILD_ROOT%{_bindir}/inews
 ln -sf %{_libexecdir}/news/rnews $RPM_BUILD_ROOT%{_bindir}/rnews
@@ -198,7 +199,6 @@ rm -rf $RPM_BUILD_ROOT/usr/doc/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-rm -f files.list files.main files.devel files.inews
 
 %post
 /sbin/chkconfig --add innd

                 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=178773156893.1.10855220853920210112.rpms-inn-8e028e82c276@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