-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfirmitas.spec
64 lines (49 loc) · 2.19 KB
/
firmitas.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Name: firmitas
Version: 0.1.3
Release: 1%{?dist}
Summary: Simple notification service for X.509-standard TLS certificate statuses
License: GPL-3.0-or-later
Url: https://gitlab.com/t0xic0der/firmitas
Source0: %{pypi_source firmitas}
BuildArch: noarch
BuildRequires: python3-devel
%description
Simple notification service for X.509-standard TLS certificate statuses
%prep
%autosetup -p 1
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files firmitas
%files -f %{pyproject_files}
%doc README.md
%license LICENSE
%{_bindir}/firmitas
%changelog
* Wed Jul 03 2024 Akashdeep Dhar <[email protected]> - 0.1.3-1
- Project moved from GitLab to GitHub (gridhead/firmitas to fedora-infra/firmitas)
- Add CI workflow for the project
- Automated dependency update - Bump requests from 2.31.0 to 2.32.2
- Automated dependency update - Bump urllib3 from 1.26.18 to 1.26.19
- Automated dependency update - Bump cryptography from 41.0.7 to 42.0.4
* Thu Jun 08 2023 Akashdeep Dhar <[email protected]> - 0.1.2-1
- Made cosmetic changes to the RPM spec file
- Removed the version information from the changelog section of the RPM spec file
- Removed unnecessary macros from the RPM spec file
- Removed "pyproject-rpm-macros" from the build requirements section
- Switched license tag over to an SPDX identifier
- Raised the upper bound on "cryptography" runtime dependency
- Updated the dependency lockfile to the most recent versions
* Tue Jun 06 2023 Onuralp SEZER <[email protected]> - 0.1.1-2
- Cosmetic RPM specfile changes
* Thu Jun 01 2023 Akashdeep Dhar <[email protected]> - 0.1.1-1
- Stepped down dependency version requirements for EPEL9 compatibility
- Rework the RPM specfile to include support for EPEL9 release
* Thu Jun 01 2023 Akashdeep Dhar <[email protected]> - 0.1.0-1
- Added notification support for ticketing repositories on Pagure
- Added checking for the validity of X.509-standard TLS certificates
- Introduced configuration mapping for the notification service
- Introduced configuration mapping for the X.509-standard TLS certificates