public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: change license and erase one rm -f
@ 2026-08-26  8:06 Nikola Pajkovsky
  0 siblings, 0 replies; only message in thread
From: Nikola Pajkovsky @ 2026-08-26  8:06 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-08-26  8:06 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:06 [rpms/inn] epel10: change license and erase one rm -f Nikola Pajkovsky

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