JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
Name: alterator-role Version: 1.1 Release: alt3 Source:%name-%version.tar BuildArch: noarch Summary: alterator module for managing roles License: GPL Group: System/Configuration/Other Requires: alterator-l10n >= 2.9.92-alt1 libnss-role >= 0.5.3-alt1 BuildPreReq: alterator >= 4.10-alt1 %define _unpackaged_files_terminate_build 1 %description An alterator module for managing roles (it uses libnss-role). %prep %setup -q %build %make_build %install %makeinstall %files %_datadir/alterator/applications/* %dir %_datadir/alterator/ui/role %_datadir/alterator/ui/role/*.scm %dir %_datadir/alterator/ui/role/roleadd %_datadir/alterator/ui/role/roleadd/*.scm %dir %_datadir/alterator/ui/role/roleadd_d %_datadir/alterator/ui/role/roleadd_d/*.scm %dir %_datadir/alterator/ui/role/roleadd_sys %_datadir/alterator/ui/role/roleadd_sys/*.scm %_alterator_backend3dir/role %_datadir/dbus-1/interfaces/*.xml %changelog * Wed Jul 14 2021 Ivan Savin <svn17@altlinux.org> 1.1-alt3 - Add use of new libnss-role functions for add and delete system roles. * Wed Jul 14 2021 Ivan Savin <svn17@altlinux.org> 1.1-alt2 - Change the category in the menu from system to users. * Tue Jul 13 2021 Ivan Savin <svn17@altlinux.org> 1.1-alt1 - Add the ability to manipulate roles and privileges with multi-word names. * Thu Jul 08 2021 Ivan Savin <svn17@altlinux.org> 1.0-alt2 - Add check of fields for emptiness in dialog boxes. - Change the titles of the listboxes. - Change buttons text. - Add filename substitution by default when adding a privilege to /etc/role.d/. - Add an introspection file. * Wed Jun 30 2021 Ivan Savin <svn17@altlinux.org> 1.0-alt1 - Add an expert mode. - Add a simple mode. * Thu May 20 2021 Ivan Savin <svn17@altlinux.org> 0.1-alt1 - Initial commit.