Commit graph

161 commits

Author SHA1 Message Date
Mike McLean
cc208eff5d only explicitly require python-krbV on older platforms 2018-04-02 16:38:27 -04:00
Tomas Kopecek
8f22069fda drop old ssl support + compatrequests
Koji now uses ssl via python-requests

 - use_old_ssl option is removed
 - koji.ssl library removed
 - compatrequests dropped

Related: https://pagure.io/koji/issue/467
2018-01-03 12:47:03 +01:00
Tomas Kopecek
dfe5188122 drop rhel5 cases from spec
Fixes: https://pagure.io/koji/issue/728
2017-12-19 13:46:39 -05:00
Tomas Kopecek
3ba5aa5174 proper comments of unused spec macros
Fixes: https://pagure.io/koji/issue/760
2017-12-19 12:46:46 -05:00
Mike McLean
0987432a1b adjust changelog date 2017-12-18 17:04:53 -05:00
Mike McLean
5daabd87f6 bump release, update changelog 2017-12-11 17:02:13 -05:00
Tomas Kopecek
7e2cb6b156 replace pycurl with requests
Related: https://pagure.io/koji/issue/600
2017-10-16 10:03:42 -04:00
Mike McLean
2047e06a63 changelog: update date and include PR#597 2017-09-25 15:35:54 -04:00
Mike McLean
1efb6bfaae bump release and add changelog entry in spec 2017-09-25 15:30:28 -04:00
Yuming Zhu
497734ee14 spec: use correct macro - rhel instead redhat for RHEL version
fix [issue#567](https://pagure.io/koji/issue/567)
2017-08-24 15:24:45 +08:00
Yuming Zhu
dfe304bd48 rename rpm-python to python*-rpm for EOL of F24
Related Issue: https://pagure.io/koji/issue/454
2017-08-23 15:22:56 -04:00
Mike McLean
76382badf6 1.13 changelog updates 2017-06-30 12:23:09 -04:00
Mike McLean
03b895636e bump release and add changelog entry 2017-06-30 12:23:09 -04:00
Mike McLean
672f9adfd5 BuildRequires: python2-devel -> python-devel 2017-06-28 10:47:37 -04:00
Tomas Kopecek
3bbb73f2b7 epel-compatible macro in spec 2017-06-28 10:02:12 +02:00
Tomas Kopecek
07d8812d21 alter specfile for rhel6/7
- python2-* packages are not available in RHEL
 - pycurl is now used inside library
2017-06-27 11:00:22 -04:00
Tomas Kopecek
c8db9b9945 spec update 2017-06-13 11:42:04 +02:00
Mike McLean
19ce311b41 explicitly require python2 koji lib where py3 not supported 2017-06-06 10:29:00 -04:00
Mike McLean
165bd1faad fix rpm-python dep for python3 2017-06-06 10:29:00 -04:00
Tomas Kopecek
7e28e4bc05 epel-compatible python3 macros 2017-06-06 09:36:19 -04:00
Mike McLean
c18c6bbfa4 require mod_auth_gssapi instead of mod_auth_kerb where applicable
Fixes: #443
https://pagure.io/koji/issue/443
2017-06-06 09:29:14 -04:00
Tomas Kopecek
9dcc0a4032 spec update 2017-06-01 09:39:25 +02:00
Tomas Kopecek
2a233d519f update requires for python-six 2017-06-01 09:39:24 +02:00
Tomas Kopecek
644792ff76 replace urlgrabber with pycurl 2017-06-01 09:39:23 +02:00
Dennis Gilmore
4c743d3d4d use /etc/ in the spec file
/etc/ is a little cleaer than %{_sysconfdir} and is allowed ot be used
in the packaging guidelines.
https://pagure.io/packaging-committee/issue/67 is where fpc made the
decision it is allowed.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-05-01 15:03:24 -04:00
Mike McLean
96ca34fd75 update changelog 2017-04-18 12:58:55 -04:00
Mike McLean
eae45c6030 update changelog 2017-04-18 12:56:26 -04:00
Mike McLean
cf67013901 bump version; add changelog entry 2017-04-18 12:56:26 -04:00
Mike McLean
1557292fe0 add builder json requirement for rhel5 2017-03-30 09:45:59 -04:00
Mike McLean
c2b4882323 require python2-multilib on builder 2017-03-30 09:45:59 -04:00
Tomas Kopecek
c143d0b88f print statement -> print function 2017-02-28 10:55:56 -05:00
Tomas Kopecek
47d49011f5 add psycopg2 requires to spec 2017-01-17 14:36:14 -05:00
Mike McLean
9e5682f03b update url and source in spec 2016-12-19 16:10:10 -05:00
Tomas Kopecek
f4ede5339f Update http:// to https:// in code
Where https is working, code was updated to use it.
2016-12-19 11:49:11 -05:00
Mike McLean
deabb3188a spec changelog 2016-12-08 22:30:03 -05:00
Mike McLean
22b263a9b9 migration doc 2016-12-08 22:30:03 -05:00
Mike McLean
48b78fc63a Don't require protonmsg on rhel5 2016-12-08 11:50:12 -05:00
Patrick Uiterwijk
480cdfb540 Implement GSSAPI login
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-11-22 16:45:31 -05:00
Mike McLean
9af4c393f5 move is_cert_error(); require python-requests 2016-11-22 16:41:31 -05:00
Mike Bonnet
f09d3115b0 add dependency on python-qpid-proton to koji-hub-plugins
python-qpid-proton is required by the protonmsg hub plugin
2016-11-04 11:59:51 -07:00
Yuming Zhu
3e04ab172b require python-libcomps on rhel7 2016-10-13 00:16:15 -04:00
Mike McLean
491210a2af require python-libcomps on Fedora 2016-10-13 00:16:15 -04:00
Mike McLean
6ee65b14d0 use dateutil to parse timestamp args in list-history
Fixes: #181
2016-10-11 09:26:00 -04:00
Mike McLean
a22054395b use python json, but fall back to simplejson 2016-08-08 18:04:26 -04:00
Dennis Gilmore
7ef4d04956 fix spec bug in the builder-plugins package
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-07-12 23:14:19 -04:00
Mike McLean
05330a2959 plugin conf files should be config(noreplace) 2016-05-07 16:33:53 -04:00
Mike McLean
3bb2c0ee98 package builder plugins 2016-05-07 16:33:53 -04:00
Fabian Deutsch
4729adc5f9 Add support for liveimg-squashfs
This patch adds support to build squashfs images which are compatible to
anaconda's liveimg directive and dracuts liveimg feature.
The feature is pretty simple, as it just reuses the raw diskimage, and
strips the disklabel, to retrieve the plain filesystem image.

Two open issues:
- Stripping the disk label is a pretty hack
- Database schema upgrade is missing

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2016-03-30 12:18:56 -04:00
Mike McLean
28a1f1e039 version 1.10.1 2015-10-29 13:07:14 -04:00
Mike McLean
b8b03099c8 fix changelog date 2015-07-14 23:45:08 -04:00