diff --git a/policycoreutils.spec b/policycoreutils.spec index da29789..523e955 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -5,8 +5,8 @@ %define sepolgenver 1.0.10 Summary: SELinux policy core utilities Name: policycoreutils -Version: 2.0.32 -Release: 3%{?dist} +Version: 2.0.33 +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -18,6 +18,7 @@ Source4: system-config-selinux.pam Source5: system-config-selinux.console Source6: selinux-polgengui.desktop Source7: selinux-polgengui.console +Source8: policycoreutils_man_ru2.tar.bz2 Patch: policycoreutils-rhat.patch Patch1: policycoreutils-po.patch #Patch2: policycoreutils-sepolgen.patch @@ -76,6 +77,7 @@ install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/system-config-selinux install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/selinux-polgengui install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/console.apps/system-config-selinux install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/security/console.apps/selinux-polgengui +tar -jxf %{SOURCE8} -C %{buildroot}/ ln -sf consolehelper %{buildroot}%{_bindir}/system-config-selinux ln -sf consolehelper %{buildroot}%{_bindir}/selinux-polgengui @@ -159,25 +161,7 @@ rm -rf %{buildroot} %{_bindir}/semodule_expand %{_bindir}/semodule_link %{_bindir}/semodule_package -%{_mandir}/man8/chcat.8.gz -%{_mandir}/man8/restorecond.8.gz -%{_mandir}/man8/restorecon.8.gz -%{_mandir}/man8/sestatus.8.gz -%{_mandir}/man8/semanage.8.gz -%{_mandir}/man8/semodule.8.gz -%{_mandir}/man8/semodule_deps.8.gz -%{_mandir}/man8/semodule_link.8.gz -%{_mandir}/man8/semodule_package.8.gz -%{_mandir}/man8/semodule_expand.8.gz -%{_mandir}/man8/setfiles.8.gz -%{_mandir}/man8/fixfiles.8.gz -%{_mandir}/man8/load_policy.8.gz -%{_mandir}/man8/audit2why.8.gz -%{_mandir}/man8/open_init_pty.8.gz -%{_mandir}/man8/setsebool.8.gz -%{_mandir}/man8/run_init.8.gz -%{_mandir}/man1/audit2allow.1.gz -%{_mandir}/man1/secon.1.gz +%{_mandir}/* %config(noreplace) %{_sysconfdir}/pam.d/newrole %config(noreplace) %{_sysconfdir}/pam.d/run_init %config(noreplace) %{_sysconfdir}/sestatus.conf @@ -207,6 +191,9 @@ if [ "$1" -ge "1" ]; then fi %changelog +* Tue Dec 11 2007 Dan Walsh 2.0.33-2 +- Add Russion Man pages + * Mon Dec 10 2007 Dan Walsh 2.0.33-1 - Upgrade from NSA * Drop verbose output on fixfiles -C from Dan Walsh. diff --git a/policycoreutils_man_ru2.tar.bz2 b/policycoreutils_man_ru2.tar.bz2 new file mode 100644 index 0000000..62d24fb Binary files /dev/null and b/policycoreutils_man_ru2.tar.bz2 differ