diff --git a/backport-Updated-the-build-system-to-use-pytest-for-tests.patch b/backport-Updated-the-build-system-to-use-pytest-for-tests.patch deleted file mode 100644 index 314be36..0000000 --- a/backport-Updated-the-build-system-to-use-pytest-for-tests.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 573440fc7dce774e1f695470b2387d84aaf85352 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= -Date: Thu, 21 Jun 2018 10:50:07 +0200 -Subject: [PATCH] Updated the build system to use pytest for tests. - ---- - Makefile | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Makefile b/Makefile -index 32a3420..4676e2e 100644 ---- a/Makefile -+++ b/Makefile -@@ -88,11 +88,11 @@ test: - @find . -name '*.py' -print|xargs -n1 --max-procs=$(NUM_PROCS) pylint$(PYVERSION) -E 2> /dev/null - @echo "[ OK ]" - @echo "***Running unittests checks***" -- @PYTHONPATH=. nosetests$(PYVERSION) --processes=-1 -vw tests/ -+ @PYTHONPATH=. py.test$(PYVERSION) --processes=-1 -vw tests/ - - runpylint: - @find . -name '*.py' -print|xargs -n1 --max-procs=$(NUM_PROCS) pylint$(PYVERSION) -E 2> /dev/null - @echo "[ OK ]" - - unittest: -- PYTHONPATH=. nosetests$(PYVERSION) --processes=-1 -vw tests/ -+ PYTHONPATH=. py.test$(PYVERSION) -v tests/ - diff --git a/oscap-anaconda-addon-1.0.tar.gz b/oscap-anaconda-addon-1.0.tar.gz deleted file mode 100644 index 8abae8c..0000000 Binary files a/oscap-anaconda-addon-1.0.tar.gz and /dev/null differ diff --git a/oscap-anaconda-addon-1.2.1.tar.gz b/oscap-anaconda-addon-1.2.1.tar.gz new file mode 100644 index 0000000..d30b9c9 Binary files /dev/null and b/oscap-anaconda-addon-1.2.1.tar.gz differ diff --git a/oscap-anaconda-addon-Bumped-the-schematron-version-to-match-the-SCAP-version.patch b/oscap-anaconda-addon-Bumped-the-schematron-version-to-match-the-SCAP-version.patch deleted file mode 100644 index 299d578..0000000 --- a/oscap-anaconda-addon-Bumped-the-schematron-version-to-match-the-SCAP-version.patch +++ /dev/null @@ -1,20 +0,0 @@ -From 7541e71fe681e3df3255cda4aeb5fa3fe3be40c8 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= -Date: Mon, 25 May 2020 11:50:06 +0200 -Subject: [PATCH] Bumped the schematron version to match the SCAP version. - ---- - testing_files/testing_ds.xml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/testing_files/testing_ds.xml b/testing_files/testing_ds.xml -index d2e5bba..d7312f0 100644 ---- a/testing_files/testing_ds.xml -+++ b/testing_files/testing_ds.xml -@@ -1,5 +1,5 @@ - -- -+ - - - = 28.22 @@ -36,6 +32,9 @@ make install DESTDIR=%{buildroot} %doc COPYING ChangeLog README.md %changelog +* Wed Oct 25 2023 yaoxin - 1.2.1-1 +- Upgrade to 1.2.1 + * Sat May 07 2022 gaihuiying - 1.0-4 - Updated the build system to use pytest for tests