Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
systemd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
systemd
Commits
c7cdb27d
Commit
c7cdb27d
authored
3 months ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import systemd-256-18.el10
parent
cba80ac6
Branches
r9-beta-stream-3.8
Tags
imports/r9-beta-stream-3.8/apache-commons-io-2.11.0-2.module+el9.2.0+18047+4ad4bba4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SOURCES/systemd-resolved.sysusers
+8
-0
8 additions, 0 deletions
SOURCES/systemd-resolved.sysusers
SPECS/systemd.spec
+9
-1
9 additions, 1 deletion
SPECS/systemd.spec
with
17 additions
and
1 deletion
SOURCES/systemd-resolved.sysusers
0 → 100644
+
8
−
0
View file @
c7cdb27d
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
u systemd-resolve 193 "systemd Resolver"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
SPECS/systemd.spec
+
9
−
1
View file @
c7cdb27d
...
...
@@ -48,7 +48,7 @@ Url: https://systemd.io
# Allow users to specify the version and release when building the rpm by
# setting the %%version_override and %%release_override macros.
Version: %{?version_override}%{!?version_override:256}
Release: 1
7
%{?dist}
Release: 1
8
%{?dist}
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
...
...
@@ -94,6 +94,7 @@ Source24: sysusers.generate-pre.sh
Source25: 98-default-mac-none.link
Source26: rc.local
Source27: systemd-resolved.sysusers
%if 0
GIT_DIR=../../src/systemd/.git git format-patch-ab --no-signature -M -N v235..v235-stable
...
...
@@ -621,6 +622,7 @@ Obsoletes: %{name} < 249~~
Requires: libidn2.so.0%{?elf_suffix}
Requires: libidn2.so.0(IDN2_0.0.0)%{?elf_bits}
Requires(posttrans): grep
%{?sysusers_requires_compat}
%description resolved
systemd-resolved is a system service that provides network name resolution to
...
...
@@ -1048,6 +1050,9 @@ fi
%systemd_postun_with_restart %journal_remote_units_restart
%firewalld_reload
%pre resolved
%sysusers_create_compat %{SOURCE27}
%post resolved
%systemd_post systemd-resolved.service
...
...
@@ -1140,6 +1145,9 @@ rm -f .file-list-*
rm -f %{name}.lang
%changelog
* Tue Nov 19 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-18
- add %%pre sysuser scriptlet for resolved subpackage (RHEL-50564)
* Tue Nov 12 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-17
- socket: fix socket activation of stopped services with pinned FD store (RHEL-60896)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment