Add AlmaLinux definitions
This commit is contained in:
commit
49cfa00c34
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/openscap-1.3.10.tar.gz
|
||||
SOURCES/openscap-1.3.11.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
35917d469c9f490a098958a9b70de12a212472f0 SOURCES/openscap-1.3.10.tar.gz
|
||||
2a44242053bd95c20c05fa572d203705e46a107b SOURCES/openscap-1.3.11.tar.gz
|
||||
|
@ -1,15 +1,14 @@
|
||||
Name: openscap
|
||||
Version: 1.3.10
|
||||
Release: 2%{?dist}.alma.1
|
||||
Version: 1.3.11
|
||||
Release: 1%{?dist}.alma.1
|
||||
Epoch: 1
|
||||
Summary: Set of open source libraries enabling integration of the SCAP line of standards
|
||||
License: LGPLv2+
|
||||
URL: http://www.open-scap.org/
|
||||
Source0: https://github.com/OpenSCAP/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Add AlmaLinux definitions
|
||||
Patch100: openscap-1.3.5-almalinux.patch
|
||||
|
||||
# AlmaLinux Patch
|
||||
Patch100: openscap-1.3.5-almalinux.patch
|
||||
BuildRequires: make
|
||||
BuildRequires: cmake >= 2.6
|
||||
BuildRequires: gcc
|
||||
@ -196,15 +195,25 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm
|
||||
%{_bindir}/scap-as-rpm
|
||||
%{_mandir}/man8/autotailor.8.gz
|
||||
%{_bindir}/autotailor
|
||||
%{_mandir}/man8/oscap-im.8.gz
|
||||
%{_bindir}/oscap-im
|
||||
|
||||
%files engine-sce
|
||||
%{_libdir}/libopenscap_sce.so.*
|
||||
%{_bindir}/oscap-run-sce-script
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1.3.10-1.alma
|
||||
* Tue May 13 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1:1.3.11-1.alma.1
|
||||
- Add AlmaLinux definitions
|
||||
|
||||
* Mon Feb 10 2025 Jan Černý <jcerny@redhat.com> - 1:1.3.11-1
|
||||
- Upgrade to the latest upstream release (RHEL-76355)
|
||||
- Introduce "oscap-im", a tool for building hardened bootable container images
|
||||
- Fix RPM probes in bootable container images build environment (RHEL-55251)
|
||||
|
||||
* Wed Aug 07 2024 Milan Lysonek <mlysonek@redhat.com> - 1:1.3.10-3
|
||||
- Switch gating to tmt plan (RHEL-43241)
|
||||
|
||||
* Mon Apr 08 2024 Jan Černý <jcerny@redhat.com> - 1:1.3.10-2
|
||||
- Explicitely disable dpkginfo probe
|
||||
|
||||
@ -783,3 +792,4 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm
|
||||
|
||||
* Thu Jan 15 2009 Tomas Heinrich <theinric@redhat.com> 0.1.1-1
|
||||
- Initial rpm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user