public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: run newaliases in the post to prevent sendmail message about old alias database in the log(#658921)
@ 2026-06-22 15:55
0 siblings, 0 replies; only message in thread
From: @ 2026-06-22 15:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/setup
Branch : update_services
Commit : 786d1aabc47d39ed5b1555aad6ff4c480f4a681f
Author : Ondřej Vašík <ovasik@redhat.com>
Date : 2010-12-03T16:37:42+01:00
Stats : +10/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/786d1aabc47d39ed5b1555aad6ff4c480f4a681f?branch=update_services
Log:
run newaliases in the post to prevent sendmail message about old alias database in the log(#658921)
---
diff --git a/.gitignore b/.gitignore
index 626009f..d56d61a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ setup-2.8.25.tar.bz2
/setup-2.8.26.tar.bz2
/setup-2.8.27.tar.bz2
/setup-2.8.28.tar.bz2
+/setup-2.8.29.tar.bz2
diff --git a/setup.spec b/setup.spec
index f7a95a3..3338492 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,6 +1,6 @@
Summary: A set of system configuration and setup files
Name: setup
-Version: 2.8.28
+Version: 2.8.29
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
for i, name in ipairs({"passwd", "shadow", "group", "gshadow"}) do
os.remove("/etc/"..name..".rpmnew")
end
+if posix.access("/usr/bin/newaliases", "x") then
+ os.execute("/usr/bin/newaliases >/dev/null")
+end
%files
%defattr(-,root,root,-)
@@ -89,6 +92,10 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
%changelog
+* Fri Dec 03 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.29-1
+- run newaliases in the post to prevent sendmail messages
+ about old alias database in the log(#658921)
+
* Fri Nov 12 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.28-1
- update services and protocols to latest IANA reservations
- reserve uidgid pair 109:109 for rhevm(#652287)
diff --git a/sources b/sources
index 8c2b8a1..2112629 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12fe38d08063c3bfafbafed6d523f3e1 setup-2.8.28.tar.bz2
+7456c6a3c822ed6d40213772851c8e42 setup-2.8.29.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 15:55 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:55 [rpms/setup] update_services: run newaliases in the post to prevent sendmail message about old alias database in the log(#658921)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox