]> git.pld-linux.org Git - packages/shadow.git/commitdiff
Package getsubids to uidmap package
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Aug 2022 16:34:06 +0000 (19:34 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Aug 2022 16:36:17 +0000 (19:36 +0300)
shadow.spec

index 08587a1d436af3e9357a7d76e10e6755d0167c29..a043af14e04782d81c4902c7c6dfb77ad884510d 100644 (file)
@@ -221,6 +221,9 @@ fi
 
 %{?with_shared:%postun -p /sbin/ldconfig}
 
+%post  -n uidmap -p /sbin/ldconfig
+%postun        -n uidmap -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS TODO doc/{HOWTO,WISHLIST}
@@ -667,6 +670,8 @@ fi
 %defattr(644,root,root,755)
 %attr(4755,root,root) %{_bindir}/newgidmap
 %attr(4755,root,root) %{_bindir}/newuidmap
+%attr(755,root,root) %{_bindir}/getsubids
+%{_mandir}/man1/getsubids.1*
 %{_mandir}/man1/newgidmap.1*
 %{_mandir}/man1/newuidmap.1*
 %{_mandir}/man5/subgid.5*
@@ -675,3 +680,5 @@ fi
 %lang(fr) %{_mandir}/fr/man1/newuidmap.1*
 %lang(fr) %{_mandir}/fr/man5/subgid.5*
 %lang(fr) %{_mandir}/fr/man5/subuid.5*
+%ghost %{_libdir}/libsubid.so.4
+%attr(755,root,root) %{_libdir}/libsubid.so.4.0.0
This page took 0.179818 seconds and 4 git commands to generate.