Mageia Bugzilla – Attachment 1329 Details for
Bug 2255
run-parts weekly failed with error Sectool check skipped: sectool not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
proposal to split sectool plugin in a subpackage msec-plugin-sectool
msec-split-spectool.patch (text/plain), 1.29 KB, created by
Luc Menut
on 2012-01-03 23:23:18 CET
(
hide
)
Description:
proposal to split sectool plugin in a subpackage msec-plugin-sectool
Filename:
MIME Type:
Creator:
Luc Menut
Created:
2012-01-03 23:23:18 CET
Size:
1.29 KB
patch
obsolete
>Index: msec.spec >=================================================================== >--- msec.spec (révision 189487) >+++ msec.spec (copie de travail) >@@ -1,6 +1,6 @@ > Name: msec > Version: 0.80.10 >-Release: %mkrel 4 >+Release: %mkrel 5 > Summary: Security Level management Linux distributions > License: GPLv2+ > Group: System/Base >@@ -19,7 +19,6 @@ > Requires: chkconfig > Requires: mailx > Requires: python >-Requires: sectool > Requires: sendmail-command > # at least xargs is used > Requires: findutils >@@ -59,7 +58,17 @@ > utilities. This packages includes graphical interface to control and tune msec > permissions. > >+%package plugin-sectool >+Summary: Sectool plugin for msec >+Group: System/Base >+Requires: msec >+Requires: sectool >+Conflicts: msec < 0.80.10-5 > >+%description plugin-sectool >+This packages includes the sectool plugin for msec. >+ >+ > %prep > %setup -q > >@@ -149,6 +158,8 @@ > %_datadir/msec/*.sh > %_datadir/msec/plugins/* > %_datadir/msec/scripts/* >+%exclude %_datadir/msec/plugins/sectool.* >+%exclude %_datadir/msec/scripts/06_sectool.sh > %_mandir/*/*.* > %lang(cs) %_mandir/cs/man?/* > %lang(et) %_mandir/et/man?/* >@@ -181,3 +192,7 @@ > %_datadir/msec/msecgui.py* > %_datadir/msec/help.py* > %_datadir/msec/msec.png >+ >+%files plugin-sectool >+%_datadir/msec/plugins/sectool.* >+%_datadir/msec/scripts/06_sectool.sh
Index: msec.spec =================================================================== --- msec.spec (révision 189487) +++ msec.spec (copie de travail) @@ -1,6 +1,6 @@ Name: msec Version: 0.80.10 -Release: %mkrel 4 +Release: %mkrel 5 Summary: Security Level management Linux distributions License: GPLv2+ Group: System/Base @@ -19,7 +19,6 @@ Requires: chkconfig Requires: mailx Requires: python -Requires: sectool Requires: sendmail-command # at least xargs is used Requires: findutils @@ -59,7 +58,17 @@ utilities. This packages includes graphical interface to control and tune msec permissions. +%package plugin-sectool +Summary: Sectool plugin for msec +Group: System/Base +Requires: msec +Requires: sectool +Conflicts: msec < 0.80.10-5 +%description plugin-sectool +This packages includes the sectool plugin for msec. + + %prep %setup -q @@ -149,6 +158,8 @@ %_datadir/msec/*.sh %_datadir/msec/plugins/* %_datadir/msec/scripts/* +%exclude %_datadir/msec/plugins/sectool.* +%exclude %_datadir/msec/scripts/06_sectool.sh %_mandir/*/*.* %lang(cs) %_mandir/cs/man?/* %lang(et) %_mandir/et/man?/* @@ -181,3 +192,7 @@ %_datadir/msec/msecgui.py* %_datadir/msec/help.py* %_datadir/msec/msec.png + +%files plugin-sectool +%_datadir/msec/plugins/sectool.* +%_datadir/msec/scripts/06_sectool.sh
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2255
: 1329