Allow blank parner fields in config file, fix a typo in manpage #2
Resolves: rhbz#2066228 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
f901e5949d
commit
0ddff315b4
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,5 +5,5 @@
|
||||
/ksc-b875d9b.tar.gz
|
||||
/ksc-dcc139b.tar.gz
|
||||
/ksc-b3b2eea.tar.gz
|
||||
/ksc-4b2b8cee9b9ba69d111da8e92079f414dc4aeefe.tar.gz
|
||||
/ksc-4b2b8ce.tar.gz
|
||||
/ksc-d4f36f3.tar.gz
|
||||
|
9
ksc.spec
9
ksc.spec
@ -1,6 +1,6 @@
|
||||
%global forgeurl https://github.com/RedHatOfficial/ksc
|
||||
%global commitdate 20220518
|
||||
%global commit 4b2b8cee9b9ba69d111da8e92079f414dc4aeefe
|
||||
%global commitdate 20220613
|
||||
%global commit d4f36f3cac349feb9eb346a206f2616d05f519e8
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%{?python_enable_dependency_generator}
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Name: ksc
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Kernel source code checker
|
||||
Group: Development/Tools
|
||||
AutoReqProv: no
|
||||
@ -46,6 +46,9 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
|
||||
%{python3_sitelib}/ksc-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Jun 13 2022 Čestmír Kalina <ckalina@redhat.com> - 1.11-2
|
||||
- Resolves: #2066228 - Explicitly require target specification
|
||||
|
||||
* Wed May 18 2022 Čestmír Kalina <ckalina@redhat.com> - 1.11-1
|
||||
- Resolves: #2066228 - Explicitly require target specification
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ksc-4b2b8ce.tar.gz) = 8d206f94820c73ec55fe358a99660e76d15a1556f0186b6298cbab6e9dedf945d80a4619de41d3f2f708d96b1573d6e60cb99d511bb73ec2407ed204d37271d1
|
||||
SHA512 (ksc-d4f36f3.tar.gz) = eb1ae6878e9e9fcf9c6006067e94c7de5adca377118acf9db0b5a5239efa79a18eccd51a4358bbeb80d79a06fa10f313892e21edc53afa90a4c26200af4dc207
|
||||
|
Loading…
Reference in New Issue
Block a user