Skip to content

Commit

Permalink
Merge pull request #231 from Honny1/fix-wrong-dir-name
Browse files Browse the repository at this point in the history
Fix wrong path name
  • Loading branch information
Honny1 authored Apr 23, 2024
2 parents 83009b4 + a418e8c commit f76a4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openscap-report.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ human-readable reports from SCAP XCCDF and ARF results.}


%prep
%autosetup -p1 -n %{name}-%{version}
%autosetup -p1 -n %{pymodule_name}-%{version}


%generate_buildrequires
Expand Down
2 changes: 1 addition & 1 deletion spec/rhel8/openscap-report.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ human-readable reports from SCAP XCCDF and ARF results.}
%description %_description

%prep
%autosetup -p1 -n %{name}-%{version}
%autosetup -p1 -n %{pymodule_name}-%{version}


%build
Expand Down

0 comments on commit f76a4f8

Please sign in to comment.