public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: fix crdup typo in /etc/protocols, move /etc/networks and /etc/profile.d/lang.{sh,csh} from initscripts to setup package
Date: Mon, 22 Jun 2026 15:56:02 GMT	[thread overview]
Message-ID: <178214376207.1.9834084165431824186.rpms-setup-f9ab440e8cef@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/setup
Branch : update_services
Commit : f9ab440e8cefc87fc062d0837e92191a7d8fb762
Author : Ondřej Vašík <ovasik@redhat.com>
Date   : 2018-06-01T15:20:06+02:00
Stats  : +12/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/setup/c/f9ab440e8cefc87fc062d0837e92191a7d8fb762?branch=update_services

Log:
fix crdup typo in /etc/protocols, move /etc/networks and /etc/profile.d/lang.{sh,csh} from initscripts to setup package

---
diff --git a/.gitignore b/.gitignore
index 11062e4..88cc1a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@ setup-2.8.25.tar.bz2
 /setup-2.11.2.tar.bz2
 /setup-2.11.3.tar.bz2
 /setup-2.11.4.tar.bz2
+/setup-2.12.0.tar.bz2

diff --git a/setup.spec b/setup.spec
index 5c99bd5..c70edc5 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,6 +1,6 @@
 Summary: A set of system configuration and setup files
 Name: setup
-Version: 2.11.4
+Version: 2.12.0
 Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Base
@@ -90,14 +90,23 @@ end
 %config(noreplace) /etc/ethertypes
 %config(noreplace) /etc/csh.login
 %config(noreplace) /etc/csh.cshrc
+%config(noreplace) /etc/networks
 %dir /etc/profile.d
 %config(noreplace) /etc/profile.d/sh.local
 %config(noreplace) /etc/profile.d/csh.local
+/etc/profile.d/lang.{sh,csh}
 %config(noreplace) %verify(not md5 size mtime) /etc/shells
 %ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
 
 %changelog
+* Fri Jun 01 2018 Ondrej Vasik <ovasik@redhat.com> - 2.12.0-1
+- move /etc/networks from initscripts to setup
+- move /etc/profile.d/lang.{sh,csh} from initscripts to setup
+
+* Mon Apr 16 2018 Ondrej Vasik <ovasik@redhat.com> - 2.11.5-1
+- fix crdup typo in /etc/protocols (#1566469)
+
 * Mon Apr 16 2018 Ondrej Vasik <ovasik@redhat.com> - 2.11.4-1
 - don't list nologin in /etc/shells (#1378893)
 

diff --git a/sources b/sources
index 445d5f0..85e3def 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 SHA512 (setup-2.11.3.tar.bz2) = da62318447da858161e62eccd2d28fa70cb1ca13a9394672575144879f557162a419c9e5b6c0e6ba077b29ee5ea98a42e08c4348833bed026351f260580164e5
 SHA512 (setup-2.11.4.tar.bz2) = ee6f3cd276d0650bf0bd5585b73c746ff78cf9429c14d0818876e32c2e3de72d662a1eaab3125a0fcd35ef8fabe11f167413a1d8d82c136b1f77ea7ef457f7a9
+SHA512 (setup-2.12.0.tar.bz2) = 1fc3b81a7408054f893b65670a4d94d47a1321ce8c9458c34797473b3e83fbb3748ab711a86a49c4c2cef966f2c7f69da6b6a1f98bdb5f8ee0ebb605b55e5094

                 reply	other threads:[~2026-06-22 15:56 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=178214376207.1.9834084165431824186.rpms-setup-f9ab440e8cef@fedoraproject.org \
    --to=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