diff --git a/oscap-anaconda-addon-1.0.tar.gz b/oscap-anaconda-addon-1.0.tar.gz new file mode 100644 index 0000000..8abae8c Binary files /dev/null and b/oscap-anaconda-addon-1.0.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 new file mode 100644 index 0000000..299d578 --- /dev/null +++ b/oscap-anaconda-addon-Bumped-the-schematron-version-to-match-the-SCAP-version.patch @@ -0,0 +1,20 @@ +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 +Requires: anaconda >= 28.22 python3-cpio openscap openscap-utils openscap-python3 + +%description +This is an addon that integrates OpenSCAP utilities with the Anaconda installer +and allows installation of systems following restrictions given by a SCAP +content. + +%prep +%autosetup -p1 + +%build + +%check +make unittest + +%install +make install DESTDIR=%{buildroot} +%find_lang %{name} + +%files -f %{name}.lang +%{_datadir}/anaconda/addons/org_fedora_oscap +%doc COPYING ChangeLog README.md + +%changelog +* Mon Apr 20 2020 Shuaishuai Song - 1.0-3 +- package init diff --git a/oscap-anaconda-addon.yaml b/oscap-anaconda-addon.yaml new file mode 100644 index 0000000..9a6ebd9 --- /dev/null +++ b/oscap-anaconda-addon.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: OpenSCAP/oscap-anaconda-addon +tag_prefix: "^r" +seperator: "."