public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: mark configuration scripts innshellvars* as noreplace, versioned provide
@ 2026-08-26  8:05 Ondrej Vasik
  0 siblings, 0 replies; only message in thread
From: Ondrej Vasik @ 2026-08-26  8:05 UTC (permalink / raw)
  To: git-commits

        A new commit has been pushed.

        Repo   : rpms/inn
        Branch : epel10
        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

        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
 

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

only message in thread, other threads:[~2026-08-26  8:05 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:05 [rpms/inn] epel10: mark configuration scripts innshellvars* as noreplace, versioned provide Ondrej Vasik

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