public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: Create /var/run/news in innd.init (#708627)
@ 2026-08-26 8:06 Jochen Schmitt
0 siblings, 0 replies; 3+ messages in thread
From: Jochen Schmitt @ 2026-08-26 8:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : 1375d7f6e6c3c82ff3c223203cf92fbc8811796e
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2011-05-30T18:45:47+02:00
Stats : +7/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/1375d7f6e6c3c82ff3c223203cf92fbc8811796e?branch=epel10
Log:
Create /var/run/news in innd.init (#708627)
---
diff --git a/inn.spec b/inn.spec
index 74aaec4..077493c 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
Version: 2.5.2
-Release: 4%{?dist}
+Release: 5%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -513,6 +513,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-5
+- Create /var/run/news in innd.init (#708627)
+
* Wed Aug 11 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-4
- Rebuild for python-2.7 (#623322)
- Fix SMP issue in frontends
diff --git a/innd.init b/innd.init
index 41ae26c..5fa4fa6 100644
--- a/innd.init
+++ b/innd.init
@@ -44,6 +44,9 @@ start() {
# INN uses too many un-checked shell scripts
unset LANG
unset LC_COLLATE
+ # create /var/run/news in tmpfs
+ mkdir -p /var/run/news
+ chown news:news /var/run/news
daemon --user news /usr/libexec/news/rc.news
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/innd
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [rpms/inn] epel10: Create /var/run/news in innd.init (#708627)
@ 2026-08-26 8:06 Jochen Schmitt
0 siblings, 0 replies; 3+ messages in thread
From: Jochen Schmitt @ 2026-08-26 8:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : b5ae96813332b371e4341a4bb6fa5d2f43fdf38b
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2011-05-30T20:08:58+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/b5ae96813332b371e4341a4bb6fa5d2f43fdf38b?branch=epel10
Log:
Create /var/run/news in innd.init (#708627)
This release is not SMP compilant
---
diff --git a/inn.spec b/inn.spec
index fef8fe6..53b5af2 100644
--- a/inn.spec
+++ b/inn.spec
@@ -136,7 +136,9 @@ export CFLAGS="$CFLAGS -fpic"
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-make %{?_smp_mflags}
+# This release seems to not be SMP compilant
+
+make # %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@@ -515,6 +517,7 @@ fi
%changelog
* Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-6
- Create /var/run/news in innd.init (#708627)
+- This release is not SMP compilant
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [rpms/inn] epel10: Create /var/run/news in innd.init (#708627)
@ 2026-08-26 8:06 Jochen Schmitt
0 siblings, 0 replies; 3+ messages in thread
From: Jochen Schmitt @ 2026-08-26 8:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : 1ffc93012c49ce796f818c519530fcf62e02fc70
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2011-05-30T18:48:37+02:00
Stats : +12/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/1ffc93012c49ce796f818c519530fcf62e02fc70?branch=epel10
Log:
Create /var/run/news in innd.init (#708627)
---
diff --git a/inn.spec b/inn.spec
index 077493c..fef8fe6 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
Version: 2.5.2
-Release: 5%{?dist}
+Release: 6%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -513,9 +513,12 @@ fi
%{_mandir}/man1/inews*
%changelog
-* Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-5
+* Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-6
- Create /var/run/news in innd.init (#708627)
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
* Wed Aug 11 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-4
- Rebuild for python-2.7 (#623322)
- Fix SMP issue in frontends
diff --git a/inn.spec b/inn.spec
index 643db20..fef8fe6 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
Version: 2.5.2
-Release: 5%{?dist}
+Release: 6%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -513,6 +513,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Mon May 30 2011 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-6
+- Create /var/run/news in innd.init (#708627)
+
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/innd.init b/innd.init
index 41ae26c..5fa4fa6 100644
--- a/innd.init
+++ b/innd.init
@@ -44,6 +44,9 @@ start() {
# INN uses too many un-checked shell scripts
unset LANG
unset LC_COLLATE
+ # create /var/run/news in tmpfs
+ mkdir -p /var/run/news
+ chown news:news /var/run/news
daemon --user news /usr/libexec/news/rc.news
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/innd
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-26 8:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 8:06 [rpms/inn] epel10: Create /var/run/news in innd.init (#708627) Jochen Schmitt
2026-08-26 8:06 Jochen Schmitt
2026-08-26 8:06 Jochen Schmitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox