Čestmír Kalina
d1c090502f
utils: fix invalid escape sequence
...
Resolves: https://issues.redhat.com/browse/RHEL-65759
Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
2024-11-18 16:19:06 +01:00
Troy Dawson
c81a1df64e
Bump release for October 2024 mass rebuild:
...
Resolves: RHEL-64018
2024-10-29 08:39:13 -07:00
Čestmír Kalina
f67deacfc3
gating: carry over from c9s
...
Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
2024-07-24 18:13:04 +02:00
Troy Dawson
b7fd8ff8ba
Fix date in changelog
...
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-06-24 11:06:38 -07:00
Troy Dawson
39cfe725c0
Bump release for June 2024 mass rebuild
2024-06-24 09:38:01 -07:00
Čestmír Kalina
f9c50c9510
Update release to 1.12.4
...
Resolves: https://issues.redhat.com/browse/RHEL-35791
Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
2024-05-28 13:22:02 +02:00
Fedora Release Engineering
b3ed8c8f9f
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-25 00:57:11 +00:00
Fedora Release Engineering
6285db04d8
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-21 02:59:38 +00:00
Čestmír Kalina
dd8a5e7222
Migrate license to SPDX
...
Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
2023-06-19 17:01:34 +02:00
Fedora Release Engineering
eacfe3d3ac
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 15:11:54 +00:00
Fedora Release Engineering
324f9e3f6f
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 16:39:08 +00:00
Lumir Balhar
c8550e5c66
Fix compatibility with newer setuptools
2022-06-21 13:17:05 +02:00
Fedora Release Engineering
eb65d4892d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 15:11:10 +00:00
Fedora Release Engineering
df247e406c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 10:24:40 +00:00
Ziqian SUN (Zamir)
787f478833
Add python3-requests ksc.spec to Requires
...
Without python3-requests, ksc will fail with
```
Traceback (most recent call last):
File "/usr/share/ksc/ksc.py", line 16, in <module>
from utils import run, read_list
File "/usr/share/ksc/utils.py", line 24, in <module>
from bugzilla import Bugzilla, BugzillaError
File "/usr/share/ksc/bugzilla/__init__.py", line 13, in <module>
from .base import Bugzilla
File "/usr/share/ksc/bugzilla/base.py", line 39, in <module>
from .transport import BugzillaError, _BugzillaServerProxy, _RequestsTransport
File "/usr/share/ksc/bugzilla/transport.py", line 21, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
```
So adding python3-requests into Requires in case it is not pre-installed.
2021-06-01 05:44:41 +00:00
Čestmír Kalina
dde9ff6bb0
Initial import.
...
Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
2021-02-21 23:45:21 +01:00
Mohan Boddu
d3f54e9f6a
Added the README
2021-02-19 20:38:12 +00:00