Accepting request 1114983 from home:dimstar:Factory
- Add explicit this-is-only-for-build-envs requires to krb5-mini and krb5-mini-devel: the mini flavors are currently excluded using special hacks from the FTP Tree. In order to eliminate this hack, we need to ensure the packages are not viable for real installations. We achieve this with a dep that is never provided, but ignored by OBS. OBS-URL: https://build.opensuse.org/request/show/1114983 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=276
This commit is contained in:
parent
36feefeaf6
commit
157057f8f8
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 11:29:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add explicit this-is-only-for-build-envs requires to krb5-mini
|
||||
and krb5-mini-devel: the mini flavors are currently excluded
|
||||
using special hacks from the FTP Tree. In order to eliminate this
|
||||
hack, we need to ensure the packages are not viable for real
|
||||
installations. We achieve this with a dep that is never provided,
|
||||
but ignored by OBS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 13:42:23 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -52,6 +52,7 @@ BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: pkgconfig(libverto)
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
Requires(post): %fillup_prereq
|
||||
Requires: this-is-only-for-build-envs
|
||||
Conflicts: krb5
|
||||
Conflicts: krb5-client
|
||||
Conflicts: krb5-mini
|
||||
@ -76,6 +77,7 @@ Requires: pkgconfig(libverto)
|
||||
Requires: pkgconfig(ss)
|
||||
Conflicts: krb5-devel
|
||||
Provides: krb5-devel = %{version}
|
||||
Requires: this-is-only-for-build-envs
|
||||
|
||||
%description devel
|
||||
Kerberos V5 is a trusted-third-party network authentication system,
|
||||
|
Loading…
Reference in New Issue
Block a user