Explicitly require target specification
Resolves: rhbz#2066228 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
7a8b212f3c
commit
f901e5949d
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@
|
||||
/ksc-b875d9b.tar.gz
|
||||
/ksc-dcc139b.tar.gz
|
||||
/ksc-b3b2eea.tar.gz
|
||||
/ksc-4b2b8cee9b9ba69d111da8e92079f414dc4aeefe.tar.gz
|
||||
/ksc-4b2b8ce.tar.gz
|
||||
|
9
ksc.spec
9
ksc.spec
@ -1,13 +1,13 @@
|
||||
%global forgeurl https://github.com/RedHatOfficial/ksc
|
||||
%global commitdate 20220413
|
||||
%global commit b3b2eea99943c272e376275a0c869491fd84686b
|
||||
%global commitdate 20220518
|
||||
%global commit 4b2b8cee9b9ba69d111da8e92079f414dc4aeefe
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%{?python_enable_dependency_generator}
|
||||
%forgemeta -i
|
||||
|
||||
Name: ksc
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Kernel source code checker
|
||||
Group: Development/Tools
|
||||
@ -46,6 +46,9 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
|
||||
%{python3_sitelib}/ksc-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed May 18 2022 Čestmír Kalina <ckalina@redhat.com> - 1.11-1
|
||||
- Resolves: #2066228 - Explicitly require target specification
|
||||
|
||||
* Wed Apr 13 2022 Čestmír Kalina <ckalina@redhat.com> - 1.10-1
|
||||
- Resolves: #2066226 Drop mandatory kernel-abi-stablelist dependency
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ksc-b3b2eea.tar.gz) = 943cf1ee0f540a399454fbd384a5079e6125558083f4f11e8822e77e67bbec75e5eac3b66d0d3ba11b7b5f01736b8b7e4af9fc89bc189f9df0861400a97e6538
|
||||
SHA512 (ksc-4b2b8ce.tar.gz) = 8d206f94820c73ec55fe358a99660e76d15a1556f0186b6298cbab6e9dedf945d80a4619de41d3f2f708d96b1573d6e60cb99d511bb73ec2407ed204d37271d1
|
||||
|
Loading…
Reference in New Issue
Block a user