automatic version update by autodist [release 3.2-1mamba;Fri Mar 05 2021]

This commit is contained in:
Automatic Build System 2024-01-06 05:44:56 +01:00
parent 5b622592b0
commit f19c54cbc1

View File

@ -1,13 +1,13 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: libselinux Name: libselinux
Version: 3.1 Version: 3.2
Release: 2mamba Release: 1mamba
Summary: A security enhancement to Linux that allows users and administrators more control over resources access Summary: A security enhancement to Linux that allows users and administrators more control over resources access
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://userspace.selinuxproject.org/trac URL: https://userspace.selinuxproject.org/trac
Source: https://github.com/SELinuxProject/selinux/archive/libselinux-%{version}.tar.gz Source: https://github.com/SELinuxProject/selinux/archive/libselinux-%{version}.tar.gz
Source1: selinux-config Source1: selinux-config
Patch0: libselinux-2.2.1-pkgconfig.patch Patch0: libselinux-2.2.1-pkgconfig.patch
@ -23,7 +23,6 @@ BuildRequires: libsepol-devel
BuildRequires: libsepol-devel BuildRequires: libsepol-devel
Requires: libsepol >= %{majver} Requires: libsepol >= %{majver}
Requires: libselinux-tools = %{version}-%{release} Requires: libselinux-tools = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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 %endif
%changelog %changelog
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 3.2-1mamba
- automatic version update by autodist
* Fri Nov 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-2mamba * Fri Nov 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-2mamba
- rebuilt with python3 - rebuilt with python3