Compare commits
40 Commits
Author | SHA256 | Date | |
---|---|---|---|
f441e15470 | |||
|
ac2341eb71 | ||
|
a3a7d85e9d | ||
|
2f0ff24af8 | ||
|
305cc94848 | ||
|
f0d12afd5e | ||
aeb6440c3e | |||
|
bf6ba5f501 | ||
1bb44b7558 | |||
|
a71b435f42 | ||
|
f7191ee183 | ||
6a343e865f | |||
|
48f8d04c60 | ||
|
4689a7b2db | ||
|
be6a8acd73 | ||
9647d5a334 | |||
|
dcf4f635d5 | ||
|
27948d90b8 | ||
|
86e7668f30 | ||
|
1d71044539 | ||
|
b3c6ba7ae5 | ||
bbfc610706 | |||
be0ba00c3b | |||
|
4565465470 | ||
|
55c982ab57 | ||
|
3709f0e766 | ||
|
0f06ed9ea8 | ||
|
f86392c7a5 | ||
|
bdd89bc6f3 | ||
|
3a117daca5 | ||
d86b0e6701 | |||
|
fbb9662fbc | ||
|
d7d2d5b065 | ||
|
4b55e8bec3 | ||
2a837063b4 | |||
4ba4938fe8 | |||
|
3fd3832981 | ||
75c9ecde1e | |||
8ef9d54958 | |||
fd5a3e89d6 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1753994117
|
||||
commit: 0e0d1361c8452d81d3f95f3e2e6ee1170e16356d1e2c4145af472ea204b6b873
|
||||
url: https://src.opensuse.org/jengelh/sssd
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a31e4d0a5d8f6b3d45219c049e9bb6f29dc8d630ca5dbc7f9e4e89be2ae35fa2
|
||||
size 256
|
27
sssd.spec
27
sssd.spec
@@ -343,6 +343,29 @@ Requires: libsss_nss_idmap0 = %version
|
||||
%description -n libsss_nss_idmap-devel
|
||||
A utility library for FreeIPA to map Windows SIDs to Unix user/group IDs.
|
||||
|
||||
%package -n libsss_simpleifp0
|
||||
Summary: The SSSD D-Bus responder helper library
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
# Even though sssd has obsoleted simpleifp, the plan here is to retain ABI
|
||||
# compatibility with the existing SUSE 15.x product line. ...at least, until
|
||||
# sssd completely removes SIFP from source.
|
||||
|
||||
%description -n libsss_simpleifp0
|
||||
This subpackage provides a library that simplifies the D-Bus API for
|
||||
the SSSD InfoPipe responder.
|
||||
|
||||
%package -n libsss_simpleifp-devel
|
||||
Summary: Development files for the SSSD D-Bus responder helper library
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libsss_simpleifp0 = %version
|
||||
|
||||
%description -n libsss_simpleifp-devel
|
||||
This subpackage provides the development files for sssd's simpleifp,
|
||||
a library that simplifies the D-Bus API for the SSSD InfoPipe
|
||||
responder.
|
||||
|
||||
%package -n libsss_sudo
|
||||
Summary: A library to allow communication between sudo and SSSD
|
||||
License: LGPL-3.0-or-later
|
||||
@@ -417,7 +440,8 @@ autoreconf -fiv
|
||||
--with-selinux=yes \
|
||||
--with-subid
|
||||
%else
|
||||
--with-selinux=no
|
||||
--with-selinux=no \
|
||||
--with-libsifp
|
||||
%endif
|
||||
%make_build all
|
||||
|
||||
@@ -534,6 +558,7 @@ fi
|
||||
%ldconfig_scriptlets -n libipa_hbac0
|
||||
%ldconfig_scriptlets -n libsss_idmap0
|
||||
%ldconfig_scriptlets -n libsss_nss_idmap0
|
||||
%ldconfig_scriptlets -n libsss_simpleifp0
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e %_libexecdir/%name/selinux_child %_libexecdir/%name/sssd_pam
|
||||
|
Reference in New Issue
Block a user