Fix localization issues
Resolves: #1954495 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
54be33ffc3
commit
c97a844ca0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/ksc-5955c6b.tar.gz
|
||||
/ksc-b99026d.tar.gz
|
||||
|
11
ksc.spec
11
ksc.spec
@ -1,14 +1,14 @@
|
||||
%global forgeurl https://github.com/RedHatOfficial/ksc
|
||||
%global commitdate 20210216
|
||||
%global commit 5955c6b2288353c5b093677221cc91a83a2c800c
|
||||
%global commitdate 20210517
|
||||
%global commit b99026dfbdc14bda13061a318466ed4bd83e0de1
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%{?python_enable_dependency_generator}
|
||||
%forgemeta -i
|
||||
|
||||
Name: ksc
|
||||
Version: 1.7
|
||||
Release: 2%{?dist}
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Kernel source code checker
|
||||
Group: Development/Tools
|
||||
AutoReqProv: no
|
||||
@ -45,6 +45,9 @@ install -D ksc.1 %{buildroot}%{_mandir}/man1/ksc.1
|
||||
%{python3_sitelib}/ksc-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon May 17 2021 Čestmír Kalina <ckalina@redhat.com> - 1.8-1
|
||||
- Resolves: #1954495 ksc: i18n issues
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - Forge-specific packaging variables
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ksc-5955c6b.tar.gz) = 61556ee8422e28124d6639cbded95a3fd8b3cdcd2db11e1f2b4f5f033c7d15b42f93b49f7d99a352d697a6fc1d8667fc205ebe3ea7067052dad3d8bbc0c50c0c
|
||||
SHA512 (ksc-b99026d.tar.gz) = c4587f50f35a2e68524285e65aebfd98bcf8831183a58ba05a6fdd468bd936e3c7ea1ffb52fce431c465ab0e70936da9b51e688b75cf8552877c89f6e01b6e15
|
||||
|
Loading…
Reference in New Issue
Block a user