public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Vasik <ovasik@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: mark configuration scripts innshellvars* as noreplace, versioned provide
Date: Wed, 26 Aug 2026 08:53:53 GMT	[thread overview]
Message-ID: <178773443385.1.5138234994448456828.rpms-inn-a5e4a3d651d4@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/inn
        Branch : epel10.3
        Commit : a5e4a3d651d468cfd7aba9c0b960503b5bc714e3
        Author : Ondrej Vasik <ovasik@fedoraproject.org>
        Date   : 2009-02-25T16:09:54+00:00
        Stats  : +9/-5 in 1 file(s)
        URL    : https://src.fedoraproject.org/rpms/inn/c/a5e4a3d651d468cfd7aba9c0b960503b5bc714e3?branch=epel10.3

        Log:
        mark configuration scripts innshellvars* as noreplace, versioned provide
for perl(::/usr/lib/innshellvars.pl)

---
diff --git a/inn.spec b/inn.spec
index 631f8e0..1c96217 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.4.5
-Release: 9%{?dist}
+Release: 10%{?dist}
 #see LICENSE file for details
 License: GPL+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -26,12 +26,12 @@ Patch11: inn-2.4.5-dynlib.patch
 BuildRequires: perl-devel python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel
 BuildRequires: perl(ExtUtils::Embed)
 Requires(pre): shadow-utils
-Prereq: chkconfig, grep, coreutils, sed
+Requires: chkconfig, grep, coreutils, sed
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires: bash >= 2.0, inews
 
 # XXX white out bogus perl requirement for now
-Provides: perl(::usr/lib/innshellvars.pl)
+Provides: perl(::usr/lib/innshellvars.pl) = %{version}-%{release}
 
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -159,7 +159,7 @@ install %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/innd
 
 touch $RPM_BUILD_ROOT/var/lib/news/history
 #LD_LIBRARY_PATH=$RPM_BUILD_ROOT/usr/lib $RPM_BUILD_ROOT/usr/bin/makedbz -i \
-#	-f $RPM_BUILD_ROOT/var/lib/news/history
+# -f $RPM_BUILD_ROOT/var/lib/news/history
 #chmod 644 $RPM_BUILD_ROOT/var/lib/news/*
 
 cat > $RPM_BUILD_ROOT/etc/news/.profile <<EOF
@@ -201,7 +201,7 @@ find $RPM_BUILD_ROOT -type f -or -type l | \
   sed 's|^/etc|%config(noreplace) &|' | \
   sed 's|^/etc/news|%config(noreplace) %attr(0640,news,news) &|' | \
   sed 's|^/var/lib/news/|%config(noreplace) &|' | \
-  sed 's|.*innshellvar|%config &|' | \
+  sed 's|.*innshellvar|%config(noreplace) &|' | \
   sed 's|/var/log/news|%ghost &|' | \
   sed 's|/usr/lib/news/bin/inndstart$|%attr(4550,root,news) /usr/lib/news/bin/inndstart|' | \
   sed 's|/usr/lib/news/bin/startinnfeed$|%attr(4550,root,news) /usr/lib/news/bin/startinnfeed|' | \
@@ -354,6 +354,10 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-10
+- mark /usr/lib/news/lib/innshellvars* as noreplace,
+  versioned provide for perl(::/usr/lib/innshellvars.pl)
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

                 reply	other threads:[~2026-08-26  8:53 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=178773443385.1.5138234994448456828.rpms-inn-a5e4a3d651d4@fedoraproject.org \
    --to=ovasik@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