[packages/secilc] - updated to 3.8
qboosh
qboosh at pld-linux.org
Sun Mar 2 22:04:47 CET 2025
commit cf4f36767700d7e27930cca38da538035cee943f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 2 22:01:36 2025 +0100
- updated to 3.8
secilc.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/secilc.spec b/secilc.spec
index 3a4cf3b..1fac710 100644
--- a/secilc.spec
+++ b/secilc.spec
@@ -2,22 +2,23 @@
# Conditional build:
%bcond_without doc # HTML documentation
#
+%define selinux_ver 3.8
Summary: SELinux Common Intermediate Language (CIL) Compiler
Summary(pl.UTF-8): Kompilator języka pośredniego (CIL) SELinuksa
Name: secilc
-Version: 3.7
+Version: 3.8
Release: 1
License: BSD
Group: Applications
#Source0Download: https://github.com/SELinuxProject/selinux/wiki/Releases
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 3d14beb875acb63f1b84f97163e0ea17
+# Source0-md5: 0c35dca01cd001c8711edcccc9a8ae01
URL: https://github.com/SELinuxProject/cil/wiki
BuildRequires: gcc >= 6:4.5.1
-BuildRequires: libsepol-devel >= 3.7
+BuildRequires: libsepol-devel >= %{selinux_ver}
%{?with_doc:BuildRequires: pandoc >= 2.0}
BuildRequires: xmlto
-Requires: libsepol >= 3.7
+Requires: libsepol >= %{selinux_ver}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/secilc.git/commitdiff/cf4f36767700d7e27930cca38da538035cee943f
More information about the pld-cvs-commit
mailing list