Accepting request 628065 from home:Andreas_Schwab:Factory
- Add conflicts with glibc-devel < 2.28 OBS-URL: https://build.opensuse.org/request/show/628065 OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=6
This commit is contained in:
parent
9d368bc0b7
commit
e318741309
@ -2,3 +2,4 @@ libcrypt1
|
|||||||
libxcrypt-devel
|
libxcrypt-devel
|
||||||
requires -libxcrypt-<targettype>
|
requires -libxcrypt-<targettype>
|
||||||
requires "libcrypt1-<targettype> = <version>"
|
requires "libcrypt1-<targettype> = <version>"
|
||||||
|
conflicts "glibc-devel-<targettype> < 2.28"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 11:44:16 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
- Add conflicts with glibc-devel < 2.28
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 6 16:34:12 UTC 2018 - jengelh@inai.de
|
Mon Aug 6 16:34:12 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@ Group: Development/Languages/C and C++
|
|||||||
Requires: libcrypt1 = %{version}
|
Requires: libcrypt1 = %{version}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Provides: glibc-devel:%{_libdir}/libcrypt.so
|
Provides: glibc-devel:%{_libdir}/libcrypt.so
|
||||||
|
Conflicts: glibc-devel < 2.28
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -70,6 +71,7 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: %{name}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
Requires: glibc-devel-static
|
Requires: glibc-devel-static
|
||||||
Provides: glibc-devel-static:%{_libdir}/libcrypt.a
|
Provides: glibc-devel-static:%{_libdir}/libcrypt.a
|
||||||
|
Conflicts: glibc-devel-static < 2.28
|
||||||
|
|
||||||
%description devel-static
|
%description devel-static
|
||||||
This package contains the libxcrypt static libraries for -static
|
This package contains the libxcrypt static libraries for -static
|
||||||
|
Loading…
Reference in New Issue
Block a user