public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: New version 2.14.4
@ 2026-06-22 15:56 Martin Osvald
  0 siblings, 0 replies; only message in thread
From: Martin Osvald @ 2026-06-22 15:56 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-06-22 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:56 [rpms/setup] update_services: New version 2.14.4 Martin Osvald

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