|
@@ -2,7 +2,7 @@ Summary: A graphical interface for modifying the system security level
|
|
Summary(ja): システムのセキュリティレベルを変更するグラフィカルインタフェース
|
|
Summary(ja): システムのセキュリティレベルを変更するグラフィカルインタフェース
|
|
Name: system-config-securitylevel
|
|
Name: system-config-securitylevel
|
|
Version: 1.6.29.1
|
|
Version: 1.6.29.1
|
|
-Release: 4%{?_dist_release}
|
|
|
|
|
|
+Release: 5%{?_dist_release}
|
|
URL: http://fedora.redhat.com/projects/config-tools/
|
|
URL: http://fedora.redhat.com/projects/config-tools/
|
|
License: GPL
|
|
License: GPL
|
|
ExclusiveOS: Linux
|
|
ExclusiveOS: Linux
|
|
@@ -33,7 +33,8 @@ Requires: system-config-securitylevel-tui
|
|
Requires: hicolor-icon-theme
|
|
Requires: hicolor-icon-theme
|
|
Requires: pygtk2-libglade
|
|
Requires: pygtk2-libglade
|
|
Requires: libxml2-python
|
|
Requires: libxml2-python
|
|
-Requires(pre): gtk2 >= 2.6
|
|
|
|
|
|
+Requires(post): gtk2 >= 2.6
|
|
|
|
+Requires(postun): gtk2 >= 2.6
|
|
|
|
|
|
%description
|
|
%description
|
|
system-config-securitylevel is a graphical user interface for
|
|
system-config-securitylevel is a graphical user interface for
|
|
@@ -102,29 +103,34 @@ fi
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc COPYING
|
|
%doc COPYING
|
|
-/usr/bin/system-config-securitylevel
|
|
|
|
-%dir /usr/share/system-config-securitylevel
|
|
|
|
-/usr/share/system-config-securitylevel/*
|
|
|
|
-%dir /usr/share/firstboot/
|
|
|
|
-%dir /usr/share/firstboot/modules
|
|
|
|
-/usr/share/firstboot/modules/firstboot_selinux.py*
|
|
|
|
-/usr/share/firstboot/modules/securitylevel.py*
|
|
|
|
|
|
+%{_bindir}/system-config-securitylevel
|
|
|
|
+%dir %{_datadir}/system-config-securitylevel
|
|
|
|
+%{_datadir}/system-config-securitylevel/*
|
|
|
|
+%dir %{_datadir}/firstboot/
|
|
|
|
+%dir %{_datadir}/firstboot/modules
|
|
|
|
+%{_datadir}/firstboot/modules/firstboot_selinux.py*
|
|
|
|
+%{_datadir}/firstboot/modules/securitylevel.py*
|
|
%attr(0644,root,root) %{_datadir}/applications/system-config-securitylevel.desktop
|
|
%attr(0644,root,root) %{_datadir}/applications/system-config-securitylevel.desktop
|
|
%attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-securitylevel.png
|
|
%attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-securitylevel.png
|
|
-%attr(0644,root,root) %config /etc/security/console.apps/system-config-securitylevel
|
|
|
|
-%attr(0644,root,root) %config /etc/pam.d/system-config-securitylevel
|
|
|
|
-%attr(0644,root,root) %config /etc/sysconfig/system-config-securitylevel
|
|
|
|
|
|
+%attr(0644,root,root) %config %{_sysconfdir}/security/console.apps/system-config-securitylevel
|
|
|
|
+%attr(0644,root,root) %config %{_sysconfdir}/pam.d/system-config-securitylevel
|
|
|
|
+%attr(0644,root,root) %config %{_sysconfdir}/sysconfig/system-config-securitylevel
|
|
|
|
|
|
%files -f %{name}.lang tui
|
|
%files -f %{name}.lang tui
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc COPYING-lokkit
|
|
%doc COPYING-lokkit
|
|
-/usr/sbin/lokkit
|
|
|
|
-/usr/bin/system-config-securitylevel-tui
|
|
|
|
|
|
+%{_sbindir}/lokkit
|
|
|
|
+%{_bindir}/system-config-securitylevel-tui
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Thu Apr 21 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.29.1-4
|
|
|
|
-- modified BR: from popt to popt-devel.
|
|
|
|
-- replaced "Prereq:" with "Buildrequires(pre):".
|
|
|
|
|
|
+* Thu Apr 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-5
|
|
|
|
+- merge with tomop-san's change
|
|
|
|
+ - modified BR: from popt to popt-devel.
|
|
|
|
+ - replaced "Prereq:" with "Requires(post): and Requires:(postun):".
|
|
|
|
+- use macros in %%files
|
|
|
|
+
|
|
|
|
+* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-4
|
|
|
|
+- rebuild for Vine 6
|
|
|
|
|
|
* Sun Aug 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-3
|
|
* Sun Aug 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.29.1-3
|
|
- rebuilt to sign package
|
|
- rebuilt to sign package
|