| |
@@ -4,9 +4,9 @@
|
| |
%global stable 1
|
| |
|
| |
%if 0%{?facebook}
|
| |
- %global hs_commit dba72c9e632a7dd5033c231f643dc5813440cf3f
|
| |
+ %global hs_commit 6f34e02bc885d5bf248eac0914e4605380ef82c9
|
| |
%else
|
| |
- %global hs_commit c5440c321fb3a19bef85c2d905e86aafe94afcf6
|
| |
+ %global hs_commit ab2623c42b43d997d5ccd1d3f1f7a224b09245d8
|
| |
%endif
|
| |
|
| |
# We ship a .pc file but don't want to have a dep on pkg-config. We
|
| |
@@ -42,8 +42,8 @@
|
| |
Name: systemd
|
| |
Url: https://pagure.io/centos-sig-hyperscale/systemd
|
| |
%if %{without inplace}
|
| |
- Version: 251.4
|
| |
- Release: 1.3%{?dist}
|
| |
+ Version: 252.4
|
| |
+ Release: 598.6%{?dist}
|
| |
%else
|
| |
# determine the build information from local checkout
|
| |
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
|
| |
@@ -65,14 +65,16 @@
|
| |
# Prevent accidental removal of the systemd package
|
| |
Source4: yum-protect-systemd.conf
|
| |
|
| |
+ Source5: inittab
|
| |
+ Source6: sysctl.conf.README
|
| |
+ Source7: systemd-journal-remote.xml
|
| |
+ Source8: systemd-journal-gatewayd.xml
|
| |
Source9: 20-yama-ptrace.conf
|
| |
Source10: systemd-udev-trigger-no-reload.conf
|
| |
- Source12: systemd-user
|
| |
Source13: libsystemd-shared.abignore
|
| |
|
| |
Source14: 10-oomd-defaults.conf
|
| |
- Source15: 10-oomd-root-slice-defaults.conf
|
| |
- Source16: 10-oomd-user-service-defaults.conf
|
| |
+ Source15: 10-oomd-per-slice-defaults.conf
|
| |
|
| |
Source21: macros.sysusers
|
| |
Source22: sysusers.attr
|
| |
@@ -96,13 +98,15 @@
|
| |
# than in the next section. Packit CI will drop any patches in this range before
|
| |
# applying upstream pull requests.
|
| |
|
| |
+ Patch0001: 0001-pam-align-second-and-third-columns.patch
|
| |
+ Patch0002: 0002-pam-add-a-call-to-pam_namespace.patch
|
| |
+ Patch0003: 0003-pam-actually-align-the-columns.patch
|
| |
|
| |
# Those are downstream-only patches, but we don't want them in packit builds:
|
| |
# https://bugzilla.redhat.com/show_bug.cgi?id=1738828
|
| |
|
| |
- # Other downstream-only patches (5000–9999)
|
| |
- # https://github.com/systemd/systemd/pull/17050
|
| |
- Patch0501: https://github.com/systemd/systemd/pull/17050/commits/f58b96d3e8d1cb0dd3666bc74fa673918b586612.patch
|
| |
+ # Adjust upstream config to use our shared stack
|
| |
+ Patch0491: fedora-use-system-auth-in-pam-systemd-user.patch
|
| |
|
| |
%ifarch %{ix86} x86_64 aarch64
|
| |
%global have_gnu_efi 1
|
| |
@@ -141,9 +145,11 @@
|
| |
BuildRequires: elfutils-devel
|
| |
BuildRequires: openssl-devel
|
| |
BuildRequires: gnutls-devel
|
| |
+ BuildRequires: qrencode-devel
|
| |
BuildRequires: libmicrohttpd-devel
|
| |
BuildRequires: libxkbcommon-devel
|
| |
BuildRequires: iptables-devel
|
| |
+ BuildRequires: pkgconfig(libfido2)
|
| |
BuildRequires: pkgconfig(tss2-esys)
|
| |
BuildRequires: pkgconfig(tss2-rc)
|
| |
BuildRequires: pkgconfig(tss2-mu)
|
| |
@@ -156,9 +162,10 @@
|
| |
BuildRequires: gawk
|
| |
BuildRequires: tree
|
| |
BuildRequires: hostname
|
| |
- BuildRequires: python3-devel
|
| |
- BuildRequires: python3-lxml
|
| |
- BuildRequires: python3-jinja2
|
| |
+ BuildRequires: python3
|
| |
+ BuildRequires: python3dist(lxml)
|
| |
+ BuildRequires: python3dist(jinja2)
|
| |
+ BuildRequires: firewalld-filesystem
|
| |
%if 0%{?have_gnu_efi}
|
| |
BuildRequires: gnu-efi gnu-efi-devel
|
| |
%endif
|
| |
@@ -178,7 +185,6 @@
|
| |
%ifnarch %ix86
|
| |
# bpftool is not built for i368
|
| |
BuildRequires: bpftool
|
| |
- BuildRequires: llvm-toolset
|
| |
%global have_bpf 1
|
| |
%endif
|
| |
|
| |
@@ -194,7 +200,7 @@
|
| |
%{?fedora:Recommends: %{name}-resolved = %{version}-%{release}}
|
| |
Recommends: diffutils
|
| |
Requires: (util-linux-core or util-linux)
|
| |
- Recommends: libxkbcommon%{?_isa}
|
| |
+ Recommends: libxkbcommon%{_isa}
|
| |
Provides: /bin/systemctl
|
| |
Provides: /sbin/shutdown
|
| |
Provides: syslog
|
| |
@@ -300,12 +306,11 @@
|
| |
%package devel
|
| |
Summary: Development headers for systemd
|
| |
License: LGPLv2+ and MIT
|
| |
- Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
| |
+ Requires: %{name}-libs%{_isa} = %{version}-%{release}
|
| |
+ Requires: (%{name}-rpm-macros = %{version}-%{release} if rpm-build)
|
| |
Provides: libudev-devel = %{version}
|
| |
Provides: libudev-devel%{_isa} = %{version}
|
| |
Obsoletes: libudev-devel < 183
|
| |
- # Fake dependency to make sure systemd-pam is pulled into multilib (#1414153)
|
| |
- Requires: %{name}-pam = %{version}-%{release}
|
| |
|
| |
%description devel
|
| |
Development headers and auxiliary files for developing applications linking
|
| |
@@ -315,7 +320,7 @@
|
| |
Summary: Rule-based device node and kernel event manager
|
| |
License: LGPLv2+
|
| |
|
| |
- Requires: systemd%{?_isa} = %{version}-%{release}
|
| |
+ Requires: systemd%{_isa} = %{version}-%{release}
|
| |
Requires(post): systemd
|
| |
Requires(preun): systemd
|
| |
Requires(postun): systemd
|
| |
@@ -328,14 +333,9 @@
|
| |
Provides: udev = %{version}
|
| |
Provides: udev%{_isa} = %{version}
|
| |
Obsoletes: udev < 183
|
| |
- %if 0%{?facebook} == 0
|
| |
- Conflicts: systemd-boot < %{version}-%{release}
|
| |
- Obsoletes: systemd-boot < %{version}-%{release}
|
| |
- Provides: systemd-boot = %{version}-%{release}
|
| |
Conflicts: systemd-timesyncd < %{version}-%{release}
|
| |
Obsoletes: systemd-timesyncd < %{version}-%{release}
|
| |
Provides: systemd-timesyncd = %{version}-%{release}
|
| |
- %endif
|
| |
|
| |
# Recommends to replace normal Requires deps for stuff that is dlopen()ed
|
| |
# used by dissect, integritysetup, veritysetyp, growfs, repart, cryptenroll, home
|
| |
@@ -373,10 +373,32 @@
|
| |
It also contains tools to manage encrypted home areas and secrets bound to the
|
| |
machine, and to create or grow partitions and make file systems automatically.
|
| |
|
| |
+ %if 0%{?have_gnu_efi}
|
| |
+ %package boot-unsigned
|
| |
+ Summary: UEFI boot manager (unsigned version)
|
| |
+
|
| |
+ Provides: systemd-boot-unsigned-%{efi_arch} = %version-%release
|
| |
+ Provides: systemd-boot = %version-%release
|
| |
+ Provides: systemd-boot%{_isa} = %version-%release
|
| |
+ Conflicts: systemd-boot < %{version}-%{release}
|
| |
+ Obsoletes: systemd-boot < %{version}-%{release}
|
| |
+
|
| |
+ # self-obsoletes to install both packages after split of systemd-boot
|
| |
+ Obsoletes: systemd-udev < 252.2^
|
| |
+
|
| |
+ %description boot-unsigned
|
| |
+ systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a
|
| |
+ graphical menu to select the entry to boot and an editor for the kernel command
|
| |
+ line. systemd-boot supports systems with UEFI firmware only.
|
| |
+
|
| |
+ This package contains the unsigned version. Install systemd-boot instead to get
|
| |
+ the version that works with Secure Boot.
|
| |
+ %endif
|
| |
+
|
| |
%package container
|
| |
# Name is the same as in Debian
|
| |
Summary: Tools for containers and VMs
|
| |
- Requires: %{name}%{?_isa} = %{version}-%{release}
|
| |
+ Requires: %{name}%{_isa} = %{version}-%{release}
|
| |
Requires(post): systemd
|
| |
Requires(preun): systemd
|
| |
Requires(postun): systemd
|
| |
@@ -395,8 +417,9 @@
|
| |
%package journal-remote
|
| |
# Name is the same as in Debian
|
| |
Summary: Tools to send journal events over the network
|
| |
- Requires: %{name}%{?_isa} = %{version}-%{release}
|
| |
+ Requires: %{name}%{_isa} = %{version}-%{release}
|
| |
License: LGPLv2+
|
| |
+ Requires: firewalld-filesystem
|
| |
Provides: %{name}-journal-gateway = %{version}-%{release}
|
| |
Provides: %{name}-journal-gateway%{_isa} = %{version}-%{release}
|
| |
Obsoletes: %{name}-journal-gateway < 227-7
|
| |
@@ -412,7 +435,7 @@
|
| |
|
| |
%package networkd
|
| |
Summary: System daemon that manages network configurations
|
| |
- Requires: %{name}%{?_isa} = %{version}-%{release}
|
| |
+ Requires: %{name}%{_isa} = %{version}-%{release}
|
| |
License: LGPLv2+
|
| |
%if 0%{?facebook} == 0
|
| |
# https://src.fedoraproject.org/rpms/systemd/pull-request/34
|
| |
@@ -426,7 +449,7 @@
|
| |
|
| |
%package resolved
|
| |
Summary: Network Name Resolution manager
|
| |
- Requires: %{name}%{?_isa} = %{version}-%{release}
|
| |
+ Requires: %{name}%{_isa} = %{version}-%{release}
|
| |
%if 0%{?facebook} == 0
|
| |
Obsoletes: %{name} < 249~~
|
| |
%endif
|
| |
@@ -451,7 +474,7 @@
|
| |
|
| |
%package tests
|
| |
Summary: Internal unit tests for systemd
|
| |
- Requires: %{name}%{?_isa} = %{version}-%{release}
|
| |
+ Requires: %{name}%{_isa} = %{version}-%{release}
|
| |
License: LGPLv2+
|
| |
|
| |
%description tests
|
| |
@@ -507,11 +530,6 @@
|
| |
cp %SOURCE100 %SOURCE101 %SOURCE102 selinux
|
| |
%endif
|
| |
|
| |
- test -f src/login/systemd-user.in
|
| |
- # Restore systemd-user pam config from before "removal of Fedora-specific bits".
|
| |
- # We'll systemd process it and install in the right place.
|
| |
- cp %{SOURCE12} src/login/systemd-user.in
|
| |
-
|
| |
%build
|
| |
%global ntpvendor %(source /etc/os-release; echo ${ID})
|
| |
%{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}
|
| |
@@ -560,24 +578,22 @@
|
| |
%endif
|
| |
-Delfutils=true
|
| |
-Dpwquality=true
|
| |
- # C8S only ships v3.4.4 whereas v4 is required
|
| |
- -Dqrencode=false
|
| |
+ -Dqrencode=true
|
| |
-Dgnutls=true
|
| |
-Dmicrohttpd=true
|
| |
-Dlibidn2=true
|
| |
-Dlibiptc=false
|
| |
-Dlibcurl=true
|
| |
- # Not available in EPEL 8 yet (https://bugzilla.redhat.com/show_bug.cgi?id=2059387)
|
| |
- -Dlibfido2=false
|
| |
+ -Dlibfido2=true
|
| |
-Defi=true
|
| |
-Dgnu-efi=%{?have_gnu_efi:true}%{?!have_gnu_efi:false}
|
| |
-Dtpm=true
|
| |
-Dtpm2=true
|
| |
-Dhwdb=true
|
| |
-Dsysusers=true
|
| |
- # Standalone binaries are only relevant on non-systemd systems
|
| |
- -Dstandalone-binaries=false
|
| |
+ -Dstandalone-binaries=true
|
| |
-Ddefault-kill-user-processes=false
|
| |
+ -Dfirst-boot-full-preset=true
|
| |
-Dtests=unsafe
|
| |
-Dinstall-tests=true
|
| |
-Dtty-gid=5
|
| |
@@ -598,11 +614,7 @@
|
| |
-Dversion-tag=v%{version}-%{release}
|
| |
# https://bugzilla.redhat.com/show_bug.cgi?id=1906010
|
| |
-Dshared-lib-tag=%{version}-%{release}
|
| |
- %if 0%{?fedora}
|
| |
- -Dfallback-hostname=fedora
|
| |
- %else
|
| |
- -Dfallback-hostname=localhost
|
| |
- %endif
|
| |
+ -Dfallback-hostname="localhost"
|
| |
-Ddefault-dnssec=no
|
| |
-Ddefault-dns-over-tls=no
|
| |
# https://bugzilla.redhat.com/show_bug.cgi?id=1867830
|
| |
@@ -634,13 +646,6 @@
|
| |
# -Dsystemd-timesync-uid=, not set yet
|
| |
# Need to set this for CentOS build
|
| |
-Ddocdir=%{_pkgdocdir}
|
| |
- # These aren't as relevant for the hyperscale use case
|
| |
- -Duserdb=false
|
| |
- -Dhomed=false
|
| |
- # Old version of PAM might not support files in /usr/lib/pam.d/ so
|
| |
- # stick with the old /etc/pam.d
|
| |
- -Dpamconfdir=/etc/pam.d
|
| |
- -Dpcre2=true
|
| |
)
|
| |
|
| |
%if 0%{?facebook}
|
| |
@@ -691,7 +696,11 @@
|
| |
touch %{buildroot}/etc/crypttab
|
| |
chmod 600 %{buildroot}/etc/crypttab
|
| |
|
| |
+ # /etc/initab
|
| |
+ install -Dm0644 -t %{buildroot}/etc/ %{SOURCE5}
|
| |
+
|
| |
# /etc/sysctl.conf compat
|
| |
+ install -Dm0644 %{SOURCE6} %{buildroot}/etc/sysctl.conf
|
| |
ln -s ../sysctl.conf %{buildroot}/etc/sysctl.d/99-sysctl.conf
|
| |
|
| |
# Make sure these directories are properly owned
|
| |
@@ -746,6 +755,8 @@
|
| |
# Install yum protection fragment
|
| |
install -Dm0644 %{SOURCE4} %{buildroot}/etc/dnf/protected.d/systemd.conf
|
| |
|
| |
+ install -Dm0644 -t %{buildroot}/usr/lib/firewalld/services/ %{SOURCE7} %{SOURCE8}
|
| |
+
|
| |
# Install additional docs
|
| |
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
|
| |
install -Dm0644 -t %{buildroot}%{_pkgdocdir}/ %{SOURCE9}
|
| |
@@ -759,8 +770,9 @@
|
| |
|
| |
# systemd-oomd default configuration
|
| |
install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/oomd.conf.d/ %{SOURCE14}
|
| |
- install -Dm0644 -t %{buildroot}%{system_unit_dir}/-.slice.d/ %{SOURCE15}
|
| |
- install -Dm0644 -t %{buildroot}%{system_unit_dir}/user@.service.d/ %{SOURCE16}
|
| |
+ install -Dm0644 -t %{buildroot}%{system_unit_dir}/user-.slice.d/ %{SOURCE15}
|
| |
+ install -Dm0644 -t %{buildroot}%{system_unit_dir}/system.slice.d/ %{SOURCE15}
|
| |
+ install -Dm0644 -t %{buildroot}%{user_unit_dir}/slice.d/ %{SOURCE15}
|
| |
|
| |
sed -i 's|#!/usr/bin/env python3|#!%{__python3}|' %{buildroot}/usr/lib/systemd/tests/run-unit-tests.py
|
| |
|
| |
@@ -776,7 +788,7 @@
|
| |
# here.
|
| |
python3 %{SOURCE2} %buildroot "%{rhel}" <<EOF
|
| |
%ghost %config(noreplace) /etc/crypttab
|
| |
- %ghost /etc/udev/hwdb.bin
|
| |
+ %ghost %attr(0444,root,root) /etc/udev/hwdb.bin
|
| |
/etc/inittab
|
| |
/usr/lib/systemd/purge-nobody-user
|
| |
%ghost %config(noreplace) /etc/vconsole.conf
|
| |
@@ -802,7 +814,7 @@
|
| |
%ghost %dir /var/lib/systemd/coredump
|
| |
%ghost /var/lib/systemd/journal-upload
|
| |
%ghost %dir /var/lib/systemd/linger
|
| |
- %ghost /var/lib/systemd/random-seed
|
| |
+ %ghost %attr(0600,root,root) /var/lib/systemd/random-seed
|
| |
%ghost %dir /var/lib/systemd/rfkill
|
| |
%ghost %dir %verify(not mode group) /var/log/journal
|
| |
%ghost %dir /var/log/journal/remote
|
| |
@@ -897,6 +909,22 @@
|
| |
# FIXME: systemd-logind.service is excluded (https://github.com/systemd/systemd/pull/17558)
|
| |
# FIXME: user@*.service needs to be restarted, but using systemctl --user daemon-reexec
|
| |
|
| |
+ %triggerun resolved -- systemd < 246.1-1
|
| |
+ # This is for upgrades from previous versions before systemd-resolved became the default.
|
| |
+ systemctl --no-reload preset systemd-resolved.service &>/dev/null || :
|
| |
+
|
| |
+ if systemctl -q is-enabled systemd-resolved.service &>/dev/null; then
|
| |
+ systemctl -q is-enabled NetworkManager.service 2>/dev/null && \
|
| |
+ ! test -L /etc/resolv.conf 2>/dev/null && \
|
| |
+ ! mountpoint /etc/resolv.conf &>/dev/null && \
|
| |
+ grep -q 'Generated by NetworkManager' /etc/resolv.conf 2>/dev/null && \
|
| |
+ echo -e '/etc/resolv.conf was generated by NetworkManager.\nRemoving it to let systemd-resolved manage this file.' && \
|
| |
+ mv -v /etc/resolv.conf /etc/resolv.conf.orig-with-nm && \
|
| |
+ ln -sv ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf 2>/dev/null || :
|
| |
+
|
| |
+ systemctl start systemd-resolved.service &>/dev/null || :
|
| |
+ fi
|
| |
+
|
| |
%triggerpostun -- systemd < 247.3-2
|
| |
# This is for upgrades from previous versions before oomd-defaults is available.
|
| |
# We use %%triggerpostun here because rpm doesn't allow a second %%triggerun with
|
| |
@@ -944,6 +972,7 @@
|
| |
%global journal_remote_units_norestart systemd-journal-gatewayd.socket systemd-journal-remote.socket
|
| |
%post journal-remote
|
| |
%systemd_post %journal_remote_units_restart %journal_remote_units_norestart
|
| |
+ %firewalld_reload
|
| |
|
| |
%preun journal-remote
|
| |
%systemd_preun %journal_remote_units_restart %journal_remote_units_norestart
|
| |
@@ -957,6 +986,7 @@
|
| |
|
| |
%postun journal-remote
|
| |
%systemd_postun_with_restart %journal_remote_units_restart
|
| |
+ %firewalld_reload
|
| |
|
| |
%post networkd
|
| |
# systemd-networkd was split out in systemd-246.6-2.
|
| |
@@ -996,6 +1026,8 @@
|
| |
[ $1 -eq 1 ] || exit 0
|
| |
# Initial installation
|
| |
|
| |
+ touch %{_localstatedir}/lib/rpm-state/systemd-resolved.initial-installation
|
| |
+
|
| |
# Related to https://bugzilla.redhat.com/show_bug.cgi?id=1943263
|
| |
if ls /usr/lib/systemd/libsystemd-shared-24[0-8].so &>/dev/null; then
|
| |
echo "Skipping presets for systemd-resolved.service, seems we are upgrading from old systemd."
|
| |
@@ -1005,14 +1037,17 @@
|
| |
%systemd_post systemd-resolved.service
|
| |
|
| |
%posttrans resolved
|
| |
- [ $1 -eq 1 ] || exit 0
|
| |
+ [ -e %{_localstatedir}/lib/rpm-state/systemd-resolved.initial-installation ] || exit 0
|
| |
+ rm %{_localstatedir}/lib/rpm-state/systemd-resolved.initial-installation
|
| |
# Initial installation
|
| |
|
| |
# Create /etc/resolv.conf symlink.
|
| |
- # We would also create it using tmpfiles, but let's do this here
|
| |
- # too before NetworkManager gets a chance. (systemd-tmpfiles invocation above
|
| |
- # does not do this, because it's marked with ! and we don't specify --boot.)
|
| |
- # https://bugzilla.redhat.com/show_bug.cgi?id=1873856
|
| |
+ # (https://bugzilla.redhat.com/show_bug.cgi?id=1873856)
|
| |
+ #
|
| |
+ # We would also create it using tmpfiles, but let's do this here too
|
| |
+ # before NetworkManager gets a chance. (systemd-tmpfiles invocation
|
| |
+ # above does not do this, because the line is marked with ! and
|
| |
+ # tmpfiles is invoked without --boot in the scriptlet.)
|
| |
#
|
| |
# *Create* the symlink if nothing is present yet.
|
| |
# (https://bugzilla.redhat.com/show_bug.cgi?id=2032085)
|
| |
@@ -1093,6 +1128,10 @@
|
| |
|
| |
%files udev -f .file-list-udev
|
| |
|
| |
+ %if 0%{?have_gnu_efi}
|
| |
+ %files boot-unsigned -f .file-list-boot
|
| |
+ %endif
|
| |
+
|
| |
%files container -f .file-list-container
|
| |
%ghost %dir %attr(0700,-,-) /var/lib/machines
|
| |
|
| |
@@ -1104,6 +1143,10 @@
|
| |
|
| |
%files tests -f .file-list-tests
|
| |
|
| |
+ %files standalone-tmpfiles -f .file-list-standalone-tmpfiles
|
| |
+
|
| |
+ %files standalone-sysusers -f .file-list-standalone-sysusers
|
| |
+
|
| |
%if %{with selinux}
|
| |
%files selinux
|
| |
%{_datadir}/selinux/devel/include/contrib/systemd_hs.if
|
| |
@@ -1112,15 +1155,51 @@
|
| |
|
| |
%changelog
|
| |
|
| |
+ * Wed Jan 04 2023 Daan De Meyer <daan.j.demeyer@gmail.com> - 252.4-598.6
|
| |
+ - Bump release for 252.4
|
| |
+ - Sync from rawhide
|
| |
+ - Build with libqrencode
|
| |
+ - Build with libfido2
|
| |
+ - Build with homed/userdb
|
| |
+ - Drop pam config directory override
|
| |
+ - Use python3dist() where applicable
|
| |
+ - Drop llvm-toolset in favor of having systemd use bpftool gen object
|
| |
+ - Add back standalone binary packages
|
| |
+
|
| |
* Wed Aug 31 2022 Anita Zhang <the.anitazha@gmail.com> - 251.4-1.3
|
| |
- Fix split-files.py regex for networkd files on non-C8
|
| |
|
| |
+ * Fri Aug 19 2022 Neal Gompa <ngompa@fedoraproject.org> - 251.4-53
|
| |
+ - Set compile-time fallback hostname to "localhost"
|
| |
+ https://fedoraproject.org/wiki/Changes/FallbackHostname
|
| |
+
|
| |
+ * Thu Aug 18 2022 Kalev Lember <klember@redhat.com> - 251.4-52
|
| |
+ - Avoid requiring systemd-pam from -devel subpackage
|
| |
+
|
| |
* Thu Aug 18 2022 Anita Zhang <the.anitazha@gmail.com> - 251.4-1.2
|
| |
- Revert 32-bit offsets journal commit from hs+fb build
|
| |
|
| |
* Tue Aug 16 2022 Anita Zhang <the.anitazha@gmail.com> - 251.4-1.1
|
| |
- Bump release for 251.4
|
| |
|
| |
+ * Tue Aug 09 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 251.4-51
|
| |
+ - Manually bump release version for rpmautospec
|
| |
+
|
| |
+ * Tue Aug 09 2022 Luca BRUNO <lucab@lucabruno.net> - 251.4-26
|
| |
+ - Align sysusers-generated shell value with upstream systemd default
|
| |
+
|
| |
+ * Tue Aug 09 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 251.4-2
|
| |
+ - Backport patches and do a full preset on first boot (#2114065,
|
| |
+ https://fedoraproject.org/wiki/Changes/Preset_All_Systemd_Units_on_First_Boot)
|
| |
+
|
| |
+ * Mon Aug 08 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 251.4-1
|
| |
+ - Version 251.4 (fixes rhbz#2112551)
|
| |
+ - A bunch of fixes to documentation, crashes in systemd-resolved,
|
| |
+ systemd-networkd, systemd itself, and other smaller fixes.
|
| |
+
|
| |
+ * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 251.3-2
|
| |
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
| |
+
|
| |
* Thu Jul 21 2022 Anita Zhang <the.anitazha@gmail.com> - 251.3-1.1
|
| |
- Sync changes from Fedora for new release
|
| |
|
| |