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.13.10
Date: Mon, 22 Jun 2026 15:56:14 GMT [thread overview]
Message-ID: <178214377498.1.15712140490963062607.rpms-setup-2490b95b8680@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/setup
Branch : update_services
Commit : 2490b95b86801725de6e0f9771133663be368823
Author : Martin Osvald <mosvald@redhat.com>
Date : 2022-05-08T10:18:18+02:00
Stats : +11/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/2490b95b86801725de6e0f9771133663be368823?branch=update_services
Log:
New version 2.13.10
Move /var/log/lastlog ownership to systemd (#1798685)
tcsh sets variable p to /usr/sbin from /etc/csh.login (#2019874)
'history -a' doesn't belong in /etc/bashrc (#1871744)
localhost.localdomain in wrong order /etc/hosts (#1724539)
---
diff --git a/.gitignore b/.gitignore
index b984fce..ad3b11e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,3 +82,4 @@ setup-2.8.25.tar.bz2
/setup-2.13.8.tar.bz2
/setup-2.13.9.tar.gz
/setup-2.13.9.1.tar.gz
+/setup-2.13.10.tar.gz
diff --git a/setup.spec b/setup.spec
index 623f156..65afa5e 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,13 +1,14 @@
Summary: A set of system configuration and setup files
Name: setup
-Version: 2.13.9.1
-Release: 3%{?dist}
+Version: 2.13.10
+Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
URL: https://pagure.io/setup/
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
#systemd-rpm-macros: required to use _tmpfilesdir macro
+# https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
BuildRequires: make
BuildRequires: bash tcsh perl-interpreter systemd-rpm-macros
#require system release for saner dependency order
@@ -38,11 +39,9 @@ mv %{buildroot}/etc/lang* %{buildroot}/etc/profile.d/
rm -f %{buildroot}/etc/uidgid
rm -f %{buildroot}/etc/COPYING
mkdir -p %{buildroot}/var/log
-touch %{buildroot}/var/log/lastlog
touch %{buildroot}/etc/environment
chmod 0644 %{buildroot}/etc/environment
chmod 0400 %{buildroot}/etc/{shadow,gshadow}
-chmod 0644 %{buildroot}/var/log/lastlog
touch %{buildroot}/etc/fstab
mkdir -p %{buildroot}/etc/profile.d
echo "#Add any required envvar overrides to this file, it is sourced from /etc/profile" >%{buildroot}/etc/profile.d/sh.local
@@ -111,11 +110,16 @@ end
%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
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Sat May 07 2022 Martin Osvald <mosvald@redhat.com> - 2.13.10-1
+- Move /var/log/lastlog ownership to systemd (#1798685)
+- tcsh sets variable p to /usr/sbin from /etc/csh.login (#2019874)
+- 'history -a' doesn't belong in /etc/bashrc (#1871744)
+- localhost.localdomain in wrong order /etc/hosts (#1724539)
+
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index e1d7c56..d677bd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (setup-2.13.9.1.tar.gz) = a3722f1086b89b68590b7719eee5eb31999ee16726df2ac9abe66fdd425d837eb18456c23bfe3cc34b1db5287fc641f38aa32152eb7987d139d54dc2c72475f2
+SHA512 (setup-2.13.10.tar.gz) = 03c14b7181cef163e5e9ab475961a29555c1d315fc55bd4ed2c58a914bbec9e58f2080dcc21f0970d9c1b90b2790de178a0a3bc46614dd5d9f8f7641ce936e63
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=178214377498.1.15712140490963062607.rpms-setup-2490b95b8680@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