Skip to content

Commit

Permalink
Release v1.2.2 (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Dec 27, 2023
1 parent c521728 commit be2244f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions fapolicy-analyzer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: File Access Policy Analyzer
Name: fapolicy-analyzer
Version: 1.2.0
Version: 1.2.2
Release: 1%{?dist}

SourceLicense: GPL-3.0-or-later
Expand Down Expand Up @@ -128,5 +128,5 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%ghost %attr(640,root,root) %verify(not md5 size mtime) %{_localstatedir}/log/%{name}/%{name}.log

%changelog
* Mon Nov 06 2023 John Wass <jwass3@gmail.com> 1.2.0-1
* Wed Dec 27 2023 John Wass <jwass3@gmail.com> 1.2.2-1
- New release
15 changes: 6 additions & 9 deletions scripts/srpm/fapolicy-analyzer.el9.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: File Access Policy Analyzer
Name: fapolicy-analyzer
Version: 1.2.0
Version: 1.2.2
Release: 1%{?dist}
License: GPL-3.0-or-later
URL: https://github.com/ctc-oss/fapolicy-analyzer
Expand Down Expand Up @@ -53,7 +53,7 @@ BuildRequires: rust-byteorder-devel
BuildRequires: rust-cc-devel
BuildRequires: rust-cfg-if-devel
BuildRequires: rust-chrono-devel
#BuildRequires: rust-confy-devel
BuildRequires: rust-confy-devel
BuildRequires: rust-crossbeam-channel-devel
BuildRequires: rust-crossbeam-deque-devel
BuildRequires: rust-crossbeam-epoch-devel
Expand Down Expand Up @@ -87,16 +87,13 @@ BuildRequires: rust-parking_lot_core-devel
BuildRequires: rust-pkg-config-devel
BuildRequires: rust-proc-macro-hack-devel
BuildRequires: rust-proc-macro2-devel
#BuildRequires: (crate(pyo3/default) >= 0.15.0 with crate(pyo3/default) < 0.16.0)
#BuildRequires: (crate(pyo3-macros/default) >= 0.15.0 with crate(pyo3-macros/default) < 0.16.0)
#BuildRequires: (crate(pyo3-build-config/default) >= 0.15.0 with crate(pyo3-build-config/default) < 0.16.0)
#BuildRequires: (crate(pyo3-macros-backend/default) >= 0.15.0 with crate(pyo3-macros-backend/default) < 0.16.0)
#BuildRequires: rust-pyo3-devel
#BuildRequires: rust-pyo3-log-devel
BuildRequires: rust-quote-devel
BuildRequires: rust-rayon-devel
BuildRequires: rust-rayon-core-devel
BuildRequires: rust-remove_dir_all-devel
#BuildRequires: rust-ring-devel
BuildRequires: rust-ring-devel
BuildRequires: rust-scopeguard-devel
BuildRequires: rust-serde-devel
BuildRequires: rust-serde_derive-devel
Expand All @@ -111,7 +108,7 @@ BuildRequires: rust-time0.1-devel
BuildRequires: rust-toml-devel
BuildRequires: rust-unicode-xid-devel
BuildRequires: rust-unindent-devel
#BuildRequires: rust-untrusted-devel
BuildRequires: rust-untrusted-devel
BuildRequires: rust-paste-devel
BuildRequires: rust-indoc-devel

Expand Down Expand Up @@ -233,5 +230,5 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%attr(755,root,root) %{_datadir}/applications/%{name}.desktop

%changelog
* Mon Nov 06 2023 John Wass <jwass3@gmail.com> 1.2.0-1
* Wed Dec 27 2023 John Wass <jwass3@gmail.com> 1.2.2-1
- New release

0 comments on commit be2244f

Please sign in to comment.