import UBI setup-2.14.5-7.el10
This commit is contained in:
parent
8d51b0559b
commit
6a6ff2f3a2
22
add-clock-group.patch
Normal file
22
add-clock-group.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff --git a/group b/group
|
||||
index 13a6276..6a25aea 100644
|
||||
--- a/group
|
||||
+++ b/group
|
||||
@@ -21,4 +21,5 @@ ftp::50:
|
||||
lock::54:
|
||||
audio::63:
|
||||
users::100:
|
||||
+clock::103:
|
||||
nobody::65534:
|
||||
diff --git a/uidgid b/uidgid
|
||||
index c895738..38b4108 100644
|
||||
--- a/uidgid
|
||||
+++ b/uidgid
|
||||
@@ -111,6 +111,7 @@ ident 98 98 / /usr/sbin/nologin ident
|
||||
# Note: 99 used to be the old uid for nobody, now moved to 65534, do not reuse
|
||||
users - 100 - - setup
|
||||
ssh_keys - 101 - - openssh
|
||||
+clock - 103 - - systemd
|
||||
input - 104 - - systemd
|
||||
render - 105 - - systemd
|
||||
sgx - 106 - - systemd
|
||||
31
setup.spec
31
setup.spec
@ -1,7 +1,17 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 7;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
Summary: A set of system configuration and setup files
|
||||
Name: setup
|
||||
Version: 2.14.5
|
||||
Release: 4%{?dist}
|
||||
Release: %autorelease
|
||||
License: LicenseRef-Fedora-Public-Domain
|
||||
Group: System Environment/Base
|
||||
URL: https://pagure.io/setup/
|
||||
@ -14,12 +24,15 @@ BuildRequires: bash tcsh perl-interpreter systemd-rpm-macros
|
||||
#require system release for saner dependency order
|
||||
Requires: system-release
|
||||
|
||||
Patch0: add-clock-group.patch
|
||||
|
||||
%description
|
||||
The setup package contains a set of important system configuration and
|
||||
setup files, such as passwd, group, and profile.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autopatch -p1
|
||||
./generate-sysusers-fragments.sh
|
||||
./shadowconvert.sh
|
||||
|
||||
@ -131,6 +144,10 @@ end
|
||||
/etc/dnf/protected.d/%{name}.conf
|
||||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Tue Apr 08 2025 Martin Osvald <mosvald@redhat.com> - 2.14.5-7
|
||||
- Add clock group for systemd
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.14.5-4
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
@ -259,15 +276,15 @@ end
|
||||
- use full path for non-builtins in profile and lang.sh (#1648589)
|
||||
|
||||
* Mon Dec 10 2018 Robert Fairley <rfairley@redhat.com> - 2.12.4-1
|
||||
- own /etc/motd.d
|
||||
- own /etc/motd.d
|
||||
|
||||
* Fri Oct 26 2018 Ondrej Vasik <ovasik@redhat.com> - 2.12.3-1
|
||||
- inputrc - replace quoted-insert with overwrite-mode
|
||||
- inputrc - replace quoted-insert with overwrite-mode
|
||||
for the "Insert" key
|
||||
|
||||
* Mon Sep 10 2018 Ondrej Vasik <ovasik@redhat.com> - 2.12.2-1
|
||||
- fix lang.csh script so it doesn't break tcsh -e scripts (#1620004)
|
||||
|
||||
|
||||
* Fri Jul 13 2018 Ondrej Vasik <ovasik@redhat.com> - 2.12.1-1
|
||||
- fix cut&paste error in lang.csh script (#1598268)
|
||||
|
||||
@ -308,7 +325,7 @@ end
|
||||
- updated IANA services based on input from K.Vogel
|
||||
|
||||
* Thu Aug 10 2017 Ondrej Vasik <ovasik@redhat.com> - 2.10.6-1
|
||||
- create contrib directory,
|
||||
- create contrib directory,
|
||||
add IANA parser script by V.Skyttä (#1380333)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5-3
|
||||
@ -343,7 +360,7 @@ end
|
||||
|
||||
* Fri Jan 30 2015 Ondrej Vasik <ovasik@redhat.com> - 2.9.5-1
|
||||
- assign uidgid for systemd-network(192:192) - FPC 481,bz#1102002
|
||||
- assign uidgid for systemd-resolve(193:193) - FPC 481,bz#1102002
|
||||
- assign uidgid for systemd-resolve(193:193) - FPC 481,bz#1102002
|
||||
|
||||
* Wed Jan 07 2015 Ondrej Vasik <ovasik@redhat.com> - 2.9.4-1
|
||||
- group tape should use 33 and not 30 (#1179585)
|
||||
@ -1280,3 +1297,5 @@ end
|
||||
* Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
|
||||
- Don't verify md5sum, size, or timestamp of /var/log/lastlog, /etc/passwd,
|
||||
or /etc/group.
|
||||
|
||||
## END: Generated by rpmautospec
|
||||
|
||||
Loading…
Reference in New Issue
Block a user