Commit Graph

75 Commits

Author SHA1 Message Date
Jan Macku a7a177e071 systemd-250-4
Resolves: #1982596,#2009237,#2013213,#2052106
2022-02-23 11:09:19 +01:00
Jan Macku b650a930d3 systemd-250-3
Resolves: #2047768,#2017035
2022-02-08 16:11:14 +01:00
David Tardon f53bd80383 Switch from gcrypt to openssl
Resolves: #1642072
2022-02-07 15:04:02 +00:00
Michal Sekletar 07a470e853 spec: make sure version string starts with version number
This is SAP requirement, but at the same time we make it compatible with
RHEL-8.

Related: #2049054
2022-02-07 12:53:07 +00:00
David Tardon 12239cde92 Add runtime Requires on cryptsetup-libs too
Related: #2017541
2022-02-07 11:01:01 +00:00
David Tardon 0ccc6aac5f Add runtime Requires on tpm2-tss
Related: #2017541
2022-02-07 11:01:01 +00:00
Zbigniew Jędrzejewski-Szmek f809abde93 Pull in tpm2-tss dependency
(cherry picked from commit 141af483cc)

Resolves: #2017541
2022-02-07 11:01:01 +00:00
David Tardon 2e35c6bb3d Move systemd-cryptenroll to systemd-udev
Related: #2017541
2022-02-07 11:01:01 +00:00
David Tardon 6fe2e60681 Move resolvconf to systemd-resolved
Resolves: #2029853
2022-02-04 10:13:25 +00:00
Jan Macku 9efbb443aa Rebase to v250
* Apply RHEL-only patches

Resolves: #2047768
2022-01-31 13:24:15 +01:00
Jan Macku 0224c0ebb1 Rebase to v250 - drop all patches
Related: #2047768
2022-01-31 13:22:31 +01:00
Jan Macku 5b2321d1b0 spec: Take ownership of /var/log/lastlog
Based on Fedora commits:
* f97cf5817a?branch=rawhide
* 238e8e0e64?branch=rawhide

Resolves: #2044984
2022-01-25 14:03:56 +01:00
Jan Macku d4f3415740 systemd-249-9
Resolves: #2016042,#2017035,#2019468
2021-11-18 14:14:01 +01:00
Jan Macku 5d32e92a42 spec: Return back %check section
It's required by Packit.

Revert of: 6545fb6a

Related: #2017035
2021-11-08 10:40:33 +01:00
Jan Macku 09bc8d360a systemd-249-8
Resolves: #1973856,#1998509,#2000927,#2003002,#2003031,#2003130,#2005024,#2009237
2021-10-14 07:05:34 +00:00
Davide Cavalca 654b62f988 Add provides for systemd-oomd-defaults to systemd-oomd
Resolves: rhbz#1995357

Signed-off-by: Davide Cavalca <dcavalca@centosproject.org>
2021-10-12 08:29:34 -07:00
Jan Macku e4d025d34b spec: don't build bootctl when -Dgnu-efi=false is set
Resolves: #2003130
2021-10-12 08:48:16 +00:00
Michal Sekletar 6312c4d556 Install RHEL-7 compatible rc.local
RHEL-only

Resolves: #1978707
2021-10-12 08:21:34 +00:00
David Tardon 10ebc25bcd Restore watchdog timeout for our services
RHEL-only

Resolves: #2002991
2021-09-16 15:52:14 +02:00
Jan Macku abd5097f41 systemd-249-4
Resolves: #1982666
2021-08-20 12:10:23 +02:00
Mohan Boddu 15f711741e Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 01:02:06 +00:00
David Tardon 2638f025f6 Change support URL
RHEL-only

Resolves: #1982576
2021-08-06 14:06:12 +00:00
Lukas Nykryn 491a809050 systemd-249-2
Resolves: #1619292,#1954429,#1959826,#1960703,#1973210,#1973856,#1978639,#1982603,#1984299,#1989472
2021-08-06 13:58:37 +00:00
Aleksandra Fedorova 6b7a413c41 Add RHEL gating configuration 2021-07-15 03:28:23 +02:00
Michal Sekletar 3c50caeeab Rebase to v249
Resolves: #1981276
2021-07-12 16:50:52 +00:00
Kyle Walker 2a648cdec0 Don't create /var/log/journal during package installation
Related: rhbz#1968064

Signed-off-by: Kyle Walker <kwalker@redhat.com>
2021-06-18 05:19:37 +00:00
Jan Macku 6b062019ed spec: Fix changelog after mass rebuild
Related: #1971065
2021-06-17 16:10:39 +02:00
David Tardon fdf537198b Drop Recommends: libxkbcommon
It is only used by systemd-localed to check the validity of keymap set
via .SetXKeyboard DBus call. And I don't think it even makes any sense
to do that on a system where the graphics stack--and therefore
libxkbcommon--is not installed...

Resolves: #1947941
2021-06-17 13:35:50 +00:00
David Tardon cde5053f52 Drop Recommends: diffutils
It is only needed for "systemd-delta --diff", which is likely not used
very much. And anyone trying to use it on a systemd where diffutils is
not installed will be notified about the absence of diff by an error
message, so they can just install it and move on...

Resolves: #1947941
2021-06-17 13:35:50 +00:00
David Tardon d5d8f1ce85 Replace ELF dependency with a package name one
It was wrong anyway, as it worked only on 64-bit architectures.

Related: #1947941
2021-06-17 13:35:50 +00:00
David Tardon 783ff1e309 Change Recommends: libpcre2 to Requires
Resolves: #1947941
2021-06-17 13:35:50 +00:00
David Tardon 4ece7e8daf Build without libpwquality
It is only needed by homed, which we disable.

Resolves: #1947941
2021-06-17 13:35:50 +00:00
David Tardon 0bd4e43fb0 Drop unneeded Recommends: libidn2
libidn2 is only used by systemd-resolved and the systemd-resolved
subpackage already requires it because resolvctl is linked with it.

Resolves: #1947941
2021-06-17 13:35:50 +00:00
Jan Macku a59a3bd39b systemd-248-7
Resolves: #1949568
2021-06-17 15:11:45 +02:00
Mohan Boddu 26de8c6e9e - Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-06-15 20:29:53 +00:00
David Tardon 65d3f467b0 Add missing subpackage name
Related: #1962255
2021-06-09 13:54:47 +00:00
Jan Macku 439d5e875e spec: Disable libiptc support
Resolves: #1940893
2021-06-08 10:19:07 +02:00
Michal Sekletar c25a280dca Add rpm scriptlets for systemd-oomd subpackage
Related: #1962255
2021-05-25 16:38:00 +00:00
Davide Cavalca e111e38c12 (#1962255) Split off systemd-oomd into a subpackage
Resolves: rhbz#1962255

Signed-off-by: Davide Cavalca <dcavalca@centosproject.org>
2021-05-25 15:24:58 +00:00
Michal Sekletar 2c73bac024 Disable systemd-networkd
Resolves: #1962257
2021-05-25 15:18:55 +00:00
David Tardon 4a0dddf416 Drop superfluous Recommends: libcryptsetup
systemd-cryptsetup and systemd-veritysetup link with libcryptsetup, so
this dependency is already in Requires. (Well, not in bootstrap mode,
but I'm pretty sure we don't want to publish rpms built in bootstrap
mode, so it shouldn't matter.)

Resolves: #1947929
2021-05-25 15:09:38 +00:00
Michal Sekletar 7e0547b45f Disable systemd-portabled
Resolves: #1962224
2021-05-19 15:12:48 +00:00
Lukas Nykryn 1cc7dd62a1 systemd-248-5
Resolves: #1931710
2021-05-17 07:59:40 +02:00
Michal Sekletar c7784e6584 Disable support for QR codes
Resolves: #1960300
2021-05-14 12:07:53 +00:00
Lukas Nykryn f610b8e29e systemd-248-4
Resolves: #1959836
2021-05-14 13:54:19 +02:00
Lukas Nykryn dd984dcce9 Add rhel mark for patches
Related: #1947937
2021-05-14 13:25:15 +02:00
Lukas Nykryn 7b725611af systemd-248-3
Resolves: #1931710
2021-05-14 12:07:08 +02:00
Lukas Nykryn aae6677197 Move the namespace for patches outside source repo
Related: #1947937
2021-05-14 11:56:25 +02:00
Michal Sekletar 6545fb6a47 Split off systemd-resolved to the sub-package
I've also deleted some migration related triggers and delete scripts
that reconfigure the system to use resolved. On RHEL-9 we want users to
enable resolved (change resolve.conf and add nss-resolve) explicitely.

Resolves: #1957294
2021-05-13 14:14:47 +00:00
Michal Sekletar 65cadd230c Don't build systemd-tests package
Resolves: #1957335
2021-05-10 13:48:16 +00:00