public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Osvald <mosvald@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: New version 2.14.4
Date: Mon, 22 Jun 2026 15:56:19 GMT	[thread overview]
Message-ID: <178214377909.1.16276949674775686223.rpms-setup-65bee927e912@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/setup
            Branch : update_services
            Commit : 65bee927e9126d33b68a8ea9d8c12c03c89bbd85
            Author : Martin Osvald <mosvald@redhat.com>
            Date   : 2023-07-26T13:02:01+02:00
            Stats  : +19/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/setup/c/65bee927e9126d33b68a8ea9d8c12c03c89bbd85?branch=update_services

            Log:
            New version 2.14.4

protocols: add mptcp (262)
setup.spec: make setup protected package (rhbz#2155547)
setup.spec: don't report rpm -Va error on /run/motd (rhbz#2160954)
services: replace hostmon with llmnr for port 5355 (rhbz#2216914)

---
diff --git a/.gitignore b/.gitignore
index 816f30d..4161b82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,4 @@ setup-2.8.25.tar.bz2
 /setup-2.14.1.tar.gz
 /setup-2.14.2.tar.gz
 /setup-2.14.3.tar.gz
+/setup-2.14.4.tar.gz

diff --git a/setup.spec b/setup.spec
index 04a966d..be0c41b 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,7 +1,7 @@
 Summary: A set of system configuration and setup files
 Name: setup
-Version: 2.14.3
-Release: 4%{?dist}
+Version: 2.14.4
+Release: 1%{?dist}
 License: LicenseRef-Fedora-Public-Domain
 Group: System Environment/Base
 URL: https://pagure.io/setup/
@@ -65,6 +65,13 @@ rm -f %{buildroot}/etc/shadowconvert.sh
 rm -f %{buildroot}/etc/setup.spec
 rm -rf %{buildroot}/etc/contrib
 
+# make setup a protected package
+install -p -d -m 755 %{buildroot}/etc/dnf/protected.d/
+touch %{name}.conf
+echo setup > %{name}.conf
+install -p -c -m 0644 %{name}.conf %{buildroot}/etc/dnf/protected.d/
+rm -f %{name}.conf
+
 #throw away useless and dangerous update stuff until rpm will be able to
 #handle it ( http://rpm.org/ticket/6 )
 %post -p <lua>
@@ -99,7 +106,7 @@ end
 %verify(not md5 size mtime) %config(noreplace) /etc/hosts
 %verify(not md5 size mtime) %config(noreplace) /etc/motd
 %dir /etc/motd.d
-%ghost /run/motd
+%ghost %verify(not md5 size mtime) %attr(0644,root,root) /run/motd
 %dir /run/motd.d
 %verify(not md5 size mtime) %config(noreplace) /usr/lib/motd
 %dir /usr/lib/motd.d
@@ -121,8 +128,15 @@ end
 %{_tmpfilesdir}/%{name}.conf
 %{_sysusersdir}/20-setup-groups.conf
 %{_sysusersdir}/20-setup-users.conf
+/etc/dnf/protected.d/%{name}.conf
 
 %changelog
+* Tue Jul 25 2023 Martin Osvald <mosvald@redhat.com> - 2.14.4-1
+- protocols: add mptcp (262)
+- setup.spec: make setup protected package (rhbz#2155547)
+- setup.spec: don't report rpm -Va error on /run/motd (rhbz#2160954)
+- services: replace hostmon with llmnr for port 5355 (rhbz#2216914)
+
 * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
 

diff --git a/sources b/sources
index 8db6e8a..a81b865 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (setup-2.14.3.tar.gz) = 60d5d3221924dec66452ecdc55d33c835a6c63b61a27d25d39bf9bf78a4b63e7d5c022fd7cb154742238ca58c5cd232ce0ba242319430c0f63af9004bc6c3127
+SHA512 (setup-2.14.4.tar.gz) = 749c1ca0ebe3006efb6a09e18612cd3aaecebe5e95cc2bc7274b2451ff5260b438dab3d44f673a08d3cc5272de411ee12ee02c66b0efed8d7874e94eae2fd214

                 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=178214377909.1.16276949674775686223.rpms-setup-65bee927e912@fedoraproject.org \
    --to=mosvald@redhat.com \
    --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