]> git.pld-linux.org Git - packages/setools.git/blobdiff - setools.spec
up to 4.4.4
[packages/setools.git] / setools.spec
index 8ef2e3b208591e566ad7e72d20032531496f58f8..a3ebb01717731fa3338457b03179abf3326c2584 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Policy analysis tools for SELinux
 Summary(pl.UTF-8):     Narzędzia do analizy polityk SELinuksa
 Name:          setools
-Version:       4.3.0
-Release:       7
+Version:       4.4.4
+Release:       1
 License:       GPL v2+ (tools), LGPL v2.1+ (libraries)
 Group:         Applications/System
 Source0:       https://github.com/SELinuxProject/setools/releases/download/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: ba6e5ec442108eef481e3a3fbb25141d
-Patch0:                no-Werror.patch
+# Source0-md5: ec0ba9630dd6800dc4313fe0e5357253
 URL:           https://github.com/SELinuxProject/setools/wiki
 BuildRequires: bison
 BuildRequires: flex
@@ -103,7 +102,6 @@ Moduły graficznego interfejsu użytkownika SETools dla Pythona 3.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
 
 %build
 export SEPOL=%{_libdir}/libsepol.a
@@ -136,7 +134,9 @@ rm -rf $RPM_BUILD_ROOT
 %files gui
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/apol
+%attr(755,root,root) %{_bindir}/sechecker
 %{_mandir}/man1/apol.1*
+%{_mandir}/man1/sechecker.1*
 
 %files -n python3-setools
 %defattr(644,root,root,755)
@@ -145,7 +145,10 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitedir}/setools/diff
 %attr(755,root,root) %{py3_sitedir}/setools/policyrep.cpython-*.so
 %{py3_sitedir}/setools/*.py
+%{py3_sitedir}/setools/checker
 %{py3_sitedir}/setools/perm_map
+%{py3_sitedir}/setools/policyrep.pyi
+%{py3_sitedir}/setools/py.typed
 %{py3_sitedir}/setools/__pycache__
 %{py3_sitedir}/setools-%{version}-py*.egg-info
 
This page took 0.088954 seconds and 4 git commands to generate.