-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from essentialkaos/develop
Version 6.3.0
- Loading branch information
Showing
19 changed files
with
108 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
Summary: Tool for checking perfectly written RPM specs | ||
Name: perfecto | ||
Version: 6.2.1 | ||
Version: 6.3.0 | ||
Release: 0%{?dist} | ||
Group: Development/Tools | ||
License: Apache License, Version 2.0 | ||
|
@@ -22,9 +22,7 @@ Source100: checksum.sha512 | |
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: golang >= 1.21 | ||
|
||
Requires: rpmlint | ||
BuildRequires: golang >= 1.22 | ||
|
||
Provides: %{name} = %{version}-%{release} | ||
|
||
|
@@ -59,9 +57,7 @@ rm -rf %{buildroot} | |
install -dm 755 %{buildroot}%{_bindir} | ||
install -pm 755 %{name}/%{name} %{buildroot}%{_bindir}/ | ||
|
||
%if 0%{?rhel} >= 8 | ||
install -pDm 644 %{name}/common/perfecto.toml %{buildroot}%{_sysconfdir}/xdg/rpmlint/perfecto.toml | ||
%endif | ||
|
||
%clean | ||
rm -rf %{buildroot} | ||
|
@@ -100,13 +96,17 @@ fi | |
%defattr(-,root,root,-) | ||
%doc LICENSE | ||
%{_bindir}/%{name} | ||
%if 0%{?rhel} >= 8 | ||
%{_sysconfdir}/xdg/rpmlint/perfecto.toml | ||
%endif | ||
|
||
################################################################################ | ||
|
||
%changelog | ||
* Wed Sep 04 2024 Anton Novojilov <[email protected]> - 6.3.0-0 | ||
- ek package updated to v13 | ||
- Code refactoring | ||
- Dependencies update | ||
- rpmlint removed from dependencies | ||
|
||
* Wed Jul 03 2024 Anton Novojilov <[email protected]> - 6.2.1-0 | ||
- Level changed for PF28 to notice | ||
|
||
|
Oops, something went wrong.