diff --git a/libselinux.spec b/libselinux.spec index cfc7fd5..02772ed 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,13 +1,13 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libselinux -Version: 3.1 -Release: 2mamba +Version: 3.2 +Release: 1mamba Summary: A security enhancement to Linux that allows users and administrators more control over resources access Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://userspace.selinuxproject.org/trac +URL: https://userspace.selinuxproject.org/trac Source: https://github.com/SELinuxProject/selinux/archive/libselinux-%{version}.tar.gz Source1: selinux-config Patch0: libselinux-2.2.1-pkgconfig.patch @@ -23,7 +23,6 @@ BuildRequires: libsepol-devel BuildRequires: libsepol-devel Requires: libsepol >= %{majver} Requires: libselinux-tools = %{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description SELinux is a security enhancement to Linux that allows users and administrators more control over which users and applications can access which resources, such as files. Standard Linux access controls, such as file modes (-rwxr-xr-x) are modifiable by the user and applications that the user runs whereas SELinux access controls are determined by a policy loaded on the system and not changeable by careless users or misbehaving applications. @@ -143,6 +142,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/selinux/config %endif %changelog +* Fri Mar 05 2021 Automatic Build System 3.2-1mamba +- automatic version update by autodist + * Fri Nov 27 2020 Silvan Calarco 3.1-2mamba - rebuilt with python3