Make main package only recommend the vzic package.
Also add the necessary deps on ldconfig.
This commit is contained in:
parent
32ed4ae7af
commit
c2545138c9
@ -43,9 +43,12 @@ BuildRequires: libical-devel libxml2-devel net-snmp-devel openldap-devel
|
|||||||
BuildRequires: openssl-devel sqlite-devel
|
BuildRequires: openssl-devel sqlite-devel
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
|
Requires(post): /sbin/ldconfig
|
||||||
|
Requires(postun): /sbin/ldconfig
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
Requires: %name-utils = %version-%release
|
Requires: %name-utils = %version-%release
|
||||||
|
Recommends: %name-vzic = %version-%release
|
||||||
Requires: file, libdb-utils
|
Requires: file, libdb-utils
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
@ -84,7 +87,8 @@ Summary: Utilities to convert timezone database files
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Requires: %name = %version-%release
|
Requires: %name = %version-%release
|
||||||
# Contains a lightly forked version of vzic. This seems to have been bundled
|
# Contains a lightly forked version of vzic. This seems to have been bundled
|
||||||
# into various other things. Here are a couple of possible upstreams:
|
# into various other things and it's old, so I'm not sure where the upstream
|
||||||
|
# is. Here are a couple of possible upstreams:
|
||||||
# https://github.com/libical/vzic
|
# https://github.com/libical/vzic
|
||||||
# https://sourceforge.net/projects/vzic/
|
# https://sourceforge.net/projects/vzic/
|
||||||
# It is probably a good idea to split it out and package it separately, but the
|
# It is probably a good idea to split it out and package it separately, but the
|
||||||
|
Loading…
Reference in New Issue
Block a user