Avoid requiring systemd-pam from -devel subpackage
Instead, add systemd-pam to pungi-fedora's multilib whitelist: https://pagure.io/pungi-fedora/pull-request/1113 This should help with flatpak runtime packaging so that we can avoid having to ship systemd-pam in the flatpak container.
This commit is contained in:
parent
cbb106a7a6
commit
1e997acc65
@ -285,8 +285,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user