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
ca52791a
Commit
ca52791a
authored
7 months ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import systemd-256-11.el10
parent
a6ac522c
No related branches found
Branches containing commit
Tags
imports/c10s/systemd-256-11.el10
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/systemd.spec
+7
-3
7 additions, 3 deletions
SPECS/systemd.spec
with
7 additions
and
3 deletions
SPECS/systemd.spec
+
7
−
3
View file @
ca52791a
...
...
@@ -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
0
%{?dist}
Release: 1
1
%{?dist}
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
...
...
@@ -896,11 +896,12 @@ rm %{buildroot}/usr/lib/sysusers.d/basic.conf
%endif
# We don't want to ship systemd-ssh-generator and it is not possible to disable it via meson_options.txt
# OpenScanHub doesn't build man pages, so let's not fail when they are not present
rm %{buildroot}%{_prefix}/lib/systemd/system-generators/systemd-ssh-generator
rm %{buildroot}%{_prefix}/lib/systemd/system/ssh-access.target
rm %{buildroot}%{_prefix}/lib/systemd/systemd-ssh-proxy
rm %{buildroot}%{_mandir}/man1/systemd-ssh-proxy.1
rm %{buildroot}%{_mandir}/man8/systemd-ssh-generator.8
rm %{buildroot}%{_mandir}/man1/systemd-ssh-proxy.1
|| :
rm %{buildroot}%{_mandir}/man8/systemd-ssh-generator.8
|| :
%find_lang %{name}
...
...
@@ -1106,6 +1107,9 @@ rm -f .file-list-*
rm -f %{name}.lang
%changelog
* Tue Jul 30 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-11
- fix OpenScanHub builds (RHEL-40924)
* Mon Jul 29 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-10
- fix updgrade from versions before removal of systemd-ssh-generator - follow-up (RHEL-50131)
...
...
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