Accepting request 1114991 from network
OBS-URL: https://build.opensuse.org/request/show/1114991 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krb5?expand=0&rev=168
This commit is contained in:
commit
0f8352fed9
@ -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>
|
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(libverto)
|
||||||
BuildRequires: pkgconfig(ncurses)
|
BuildRequires: pkgconfig(ncurses)
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
|
Requires: this-is-only-for-build-envs
|
||||||
Conflicts: krb5
|
Conflicts: krb5
|
||||||
Conflicts: krb5-client
|
Conflicts: krb5-client
|
||||||
Conflicts: krb5-mini
|
Conflicts: krb5-mini
|
||||||
@ -76,6 +77,7 @@ Requires: pkgconfig(libverto)
|
|||||||
Requires: pkgconfig(ss)
|
Requires: pkgconfig(ss)
|
||||||
Conflicts: krb5-devel
|
Conflicts: krb5-devel
|
||||||
Provides: krb5-devel = %{version}
|
Provides: krb5-devel = %{version}
|
||||||
|
Requires: this-is-only-for-build-envs
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Kerberos V5 is a trusted-third-party network authentication system,
|
Kerberos V5 is a trusted-third-party network authentication system,
|
||||||
|
Loading…
Reference in New Issue
Block a user