Compare commits

...

No commits in common. "imports/c9-beta/yara-4.5.2-1.el9" and "c8-beta" have entirely different histories.

3 changed files with 4 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/yara-4.5.2.tar.gz
SOURCES/yara-4.2.3.tar.gz

View File

@ -1 +1 @@
b3eebbd7146a8c650d08a996c7a15814adddef2b SOURCES/yara-4.5.2.tar.gz
1c0776d0b147e260dc51b1f2002235f07d9cacd8 SOURCES/yara-4.2.3.tar.gz

View File

@ -1,5 +1,5 @@
Name: yara
Version: 4.5.2
Version: 4.2.3
Release: 1%{?dist}
Summary: Pattern matching Swiss knife for malware researchers
@ -28,6 +28,7 @@ BuildRequires: file
BuildRequires: gawk
BuildRequires: gzip
BuildRequires: xz
BuildRequires: pcre
BuildRequires: bison
BuildRequires: flex
BuildRequires: libtool
@ -127,10 +128,6 @@ rm -f %{buildroot}%{_datadir}/doc/%{name}/html/.buildinfo
%changelog
* Wed Oct 9 2024 Mark Huth <mhuth@redhat.com> - 4.5.2-1
- bump to 4.5.2
- remove pcre build dependency
* Tue Aug 16 2022 Mark Huth <mhuth@redhat.com> - 4.2.3-1
- Bump to 4.2.3
- Remove androguard module - github repo no longer exists