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: create user/group news with reserved uidgid numbers
Date: Wed, 26 Aug 2026 08:05:58 GMT	[thread overview]
Message-ID: <178773155829.1.14775101722202824817.rpms-inn-8a442cc5ca1b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10
Commit : 8a442cc5ca1bcd848308570d025de4c6e45a0ab5
Author : Ondrej Vasik <ovasik@fedoraproject.org>
Date   : 2009-02-11T13:33:19+00:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/8a442cc5ca1bcd848308570d025de4c6e45a0ab5?branch=epel10

Log:
create user/group news with reserved uidgid numbers

---
diff --git a/inn.spec b/inn.spec
index 54e1490..e974ebc 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: 7%{?dist}
+Release: 8%{?dist}
 #see LICENSE file for details
 License: GPL+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -75,9 +75,9 @@ Install inews if you need a program for posting Usenet articles to
 local news servers.
 
 %pre
-getent group news >/dev/null || groupadd -r news
+getent group news >/dev/null || groupadd -g 13 -r news
 getent passwd news >/dev/null || \
-useradd -r -g news -d /etc/news -s /sbin/nologin \
+useradd -r -u 9 -g news -d /etc/news -s /sbin/nologin \
 -c "News server user" news
 exit 0
 
@@ -354,6 +354,9 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Wed Feb 11 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-8
+- create user/group news with reserved uidgid numbers
+
 * Wed Jan 13 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-7
 - fix upstream url
 

                 reply	other threads:[~2026-08-26  8:05 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=178773155829.1.14775101722202824817.rpms-inn-8a442cc5ca1b@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