public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: drop /etc/securetty (#1090639), require system-release for saner dependency order (#1075578)
Date: Mon, 22 Jun 2026 15:55:45 GMT [thread overview]
Message-ID: <178214374558.1.139528661262266260.rpms-setup-d9f10fcd413a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/setup
Branch : update_services
Commit : d9f10fcd413aa2934f8f9f9e0ba042b30f4b4022
Author : Ondřej Vašík <ovasik@redhat.com>
Date : 2014-04-23T23:54:43+02:00
Stats : +11/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/d9f10fcd413aa2934f8f9f9e0ba042b30f4b4022?branch=update_services
Log:
drop /etc/securetty (#1090639), require system-release for saner dependency order (#1075578)
---
diff --git a/.gitignore b/.gitignore
index 3bf98b5..33c1f97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@ setup-2.8.25.tar.bz2
/setup-2.8.73.tar.bz2
/setup-2.8.74.tar.bz2
/setup-2.8.75.tar.bz2
+/setup-2.9.0.tar.bz2
diff --git a/setup.spec b/setup.spec
index 23999df..9f101f3 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.75
+Version: 2.9.0
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Base
@@ -8,6 +8,8 @@ URL: https://fedorahosted.org/setup/
Source0: https://fedorahosted.org/releases/s/e/%{name}/%{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: bash tcsh perl
+#require system release for saner dependency order
+Requires: system-release
Conflicts: filesystem < 3
Conflicts: initscripts < 4.26, bash <= 2.0.4-21
@@ -81,7 +83,6 @@ end
%config(noreplace) /etc/bashrc
%config(noreplace) /etc/profile
%config(noreplace) /etc/protocols
-%attr(0600,root,root) %config(noreplace,missingok) /etc/securetty
%config(noreplace) /etc/csh.login
%config(noreplace) /etc/csh.cshrc
%dir /etc/profile.d
@@ -90,6 +91,12 @@ end
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
%changelog
+* Wed Apr 23 2014 Ondrej Vasik <ovasik@redhat.com> - 2.9.0-1
+- drop /etc/securetty (#1090639)
+
+* Wed Mar 12 2014 Ondrej Vasik <ovasik@redhat.com> - 2.8.76-1
+- require system-release for saner dependency order (#1075578)
+
* Thu Feb 27 2014 Ondrej Vasik <ovasik@redhat.com> 2.8.75-1
- reserve uidgid pair 142:142 for activemq (#1070881)
diff --git a/sources b/sources
index eeef744..507671e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ba9b2fdd7488f48f521b755b872cc9a setup-2.8.75.tar.bz2
+ef75d3e4367f9ecd8868576b5db28da7 setup-2.9.0.tar.bz2
reply other threads:[~2026-06-22 15:55 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=178214374558.1.139528661262266260.rpms-setup-d9f10fcd413a@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