Skip to content

Commit

Permalink
Release v1.2.0 (#945)
Browse files Browse the repository at this point in the history
Bump spec versions.

Also disables fc39 until upstream is stable.

Also bumps ring dependency to match upstream changes.
  • Loading branch information
jw3 authored Nov 6, 2023
1 parent 752456c commit 22c8a97
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .github/rpm-matrix.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"props": [
{
"platform": "fedora",
"dist": "fc39",
"spec": "fapolicy-analyzer.spec",
"image": "registry.fedoraproject.org/fedora:39",
"chroot": "fedora-rawhide-x86_64",
"version": "39"
},
{
"platform": "fedora",
"dist": "fc38",
Expand Down
94 changes: 89 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
confy = "0.4"
directories = "4.0"
directories = "5.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2018"

[dependencies]
data-encoding = "2.3.1"
ring = "0.16.19"
ring = "0.17"
thiserror = "1.0"
nom = "7.1"
4 changes: 2 additions & 2 deletions fapolicy-analyzer.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.1.0
Version: 1.2.0
Release: 1%{?dist}
License: GPL-3.0-or-later
URL: https://github.com/ctc-oss/fapolicy-analyzer
Expand Down Expand Up @@ -182,5 +182,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
* Tue Jul 11 2023 John Wass <[email protected]> 1.1.0-1
* Mon Nov 06 2023 John Wass <[email protected]> 1.2.0-1
- New release
4 changes: 2 additions & 2 deletions scripts/srpm/fapolicy-analyzer.el8.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.1.0
Version: 1.2.0
Release: 1%{?dist}
License: GPL-3.0-or-later
URL: https://github.com/ctc-oss/fapolicy-analyzer
Expand Down Expand Up @@ -161,5 +161,5 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%attr(755,root,root) %{_datadir}/applications/%{name}.desktop

%changelog
* Tue Jul 11 2023 John Wass <[email protected]> 1.1.0-1
* Mon Nov 06 2023 John Wass <[email protected]> 1.2.0-1
- New release
4 changes: 2 additions & 2 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.1.0
Version: 1.2.0
Release: 1%{?dist}
License: GPL-3.0-or-later
URL: https://github.com/ctc-oss/fapolicy-analyzer
Expand Down Expand Up @@ -236,5 +236,5 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%attr(755,root,root) %{_datadir}/applications/%{name}.desktop

%changelog
* Tue Jul 11 2023 John Wass <[email protected]> 1.1.0-1
* Mon Nov 06 2023 John Wass <[email protected]> 1.2.0-1
- New release

0 comments on commit 22c8a97

Please sign in to comment.