Panu Matilainen
a319351e7b
Update to 4.13.1
2018-03-28 16:05:40 +03:00
Panu Matilainen
5bc7574e78
- Update to 4.13.0.2
2017-10-26 11:27:57 +03:00
Igor Gnatenko
b5840c3d8c
backport patch to have headers available in RPMCALLBACK_ELEM_PROGRESS
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-08-23 15:29:21 +02:00
Panu Matilainen
1f55186cae
Really ignore unknown tags in the signature header ( #1480492 )
...
Rpm >= 4.14 introduces an SHA256 digest on the header. Older versions
of course know nothing about it, but they're supposed to simply
ignore anything unknown in the signature header. Rpm 4.13 didn't, ugh.
Also make the testsuite not fail 90% of the cases due to recent
NSS versions require /dev/urandom presence.
2017-08-16 15:58:05 +03:00
Panu Matilainen
c0d73c02fb
Fix rpmsign python module import failing ( #1462671 )
2017-06-27 11:11:00 +03:00
Mark Wielaard
b1ad85bc8c
Fix rpmbuild world writable empty (tmp) dirs in debuginfo ( #641022 )
2017-04-25 18:33:22 +02:00
Pavlina Moravcova Varekova
b50c8542c2
Fix number of references on spec_Type ( #1426578 )
2017-02-24 12:41:41 +01:00
Tomas Orsava
cef3bf8220
Fix handling of Python wheels by pythondistdeps.py --provides ( #1421776 )
2017-02-16 13:54:19 +01:00
Panu Matilainen
d2ed0e9c50
Doh, remember to actually upload rpm 4.13.0.1
2017-02-16 13:24:37 +02:00
Panu Matilainen
4fb16e5212
Update to rpm 4.13.0.1
2017-02-16 12:33:06 +02:00
Florian Festi
e38c401574
- Fix Python byte compilation for Python3 only packages
...
- Fixes #1411588
2017-02-14 14:25:11 +01:00
Fedora Release Engineering
056ac06464
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-11 11:50:33 +00:00
Panu Matilainen
4324465d43
Resurrect debuginfo GDB index generation ( #1410907 )
2017-01-23 15:45:57 +02:00
Panu Matilainen
8fcb9658d2
Fix malformed packages being generated around 4GB boundary ( #1405570 )
2017-01-23 15:45:35 +02:00
Igor Gnatenko
21fe6e8963
use python3 instead of system-python for rpm-build
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2017-01-06 15:06:51 +01:00
Igor Gnatenko
e5922a6b43
Add Requires: python-setuptools for rpm-build (RHBZ #1410631 )
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2017-01-06 15:02:24 +01:00
Peter Robinson
3258296da3
Rebuild for Python 3.6
2016-12-21 11:10:27 +00:00
Igor Gnatenko
6a38aee710
Switch rpm-build to system-python (RHBZ #1405483 )
...
References: https://bugzilla.redhat.com/show_bug.cgi?id=1405483
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-12-18 16:44:02 +01:00
Charalampos Stratakis
eadbbd1b84
Rebuild for Python 3.6
2016-12-10 12:56:50 +01:00
Igor Gnatenko
62c1bd02da
Fix arch-dependent requires in subpackages (RHBZ #1398591 )
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-12-03 13:24:36 +01:00
Igor Gnatenko
a3e7120bb2
Fix arch-dependent requires in subpackages (RHBZ #1398591 )
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-11-25 13:20:42 +01:00
Panu Matilainen
ec7193f9fa
Expand python subpackage obsoletion range (related: #1394125 )
...
Since everything from F23 to rawhide is moving to 4.13.0 based
rpm the obsoletion range needs to match anything older than rawhide.
2016-11-11 10:19:07 +02:00
Panu Matilainen
d3306a5d53
Fix invalid memory access on %transfiletriggerpostun ( #1284645 )
2016-11-07 15:09:30 +02:00
Thierry Vignaud
9e615fd4e0
Fix references to package names, re-enable test-suite
2016-11-07 14:49:13 +02:00
Panu Matilainen
dcc21c353f
Rebase to rpm 4.13.0 final
2016-11-03 13:33:38 +02:00
Panu Matilainen
32a2500e40
Fix harmless unused variable warning from fedora-specspo patch
...
Fedora specspo version is much simpler than the upstream one and
doesn't need to change languages etc, just drop the unused foa
tripping warnings.o
2016-11-02 08:01:35 +02:00
Panu Matilainen
cf4d3ed708
Rebase to rpm 4.13.0-rc2
2016-10-20 18:39:56 +03:00
Richard W.M. Jones
9c2066b222
Add upstream patches for riscv64 architecture support.
...
These two patches are upstream already. A third patch is also
upstream, but it is not needed with the older RPM we have, so I didn't
include it.
2016-09-23 15:30:01 +01:00
Igor Gnatenko
adf839f07a
Backport patch for missing import in Python dependency generator
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-24 15:48:12 +02:00
Kalev Lember
6534c05904
Fix -python2 and -python3 subpackage obsoleting from .42
2016-08-24 11:36:10 +02:00
Igor Gnatenko
68f46ed226
Use %%python_provide for python3 subpackage
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-23 11:59:19 +02:00
Igor Gnatenko
7cf326913f
Backport fixes to ignore .egg-link files in Python dependency generator
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-22 16:12:03 +02:00
Igor Gnatenko
7defdb873e
add conditional to build with ndb
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-13 10:35:20 +02:00
Florian Festi
485d8d8288
- Enable --majorver-provides in Python dependency generator
2016-08-12 11:11:52 +02:00
Igor Gnatenko
76e0e5ca63
Add %%{?system_python_abi}; Fixes and cleanups
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-08-09 18:17:41 +02:00
Fedora Release Engineering
ce564aa882
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
2016-07-19 12:32:00 +00:00
Petr Písař
cd3a538d79
Drop rpm-build's dependency on perl-generators
...
This removes the last run-time dependency on Perl and frees minimal
build root from the Perl. See
<https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl >.
2016-07-18 16:17:29 +02:00
Florian Festi
5d3e134418
- Pass relevant files to new Python dependency generator
...
by passing all files in the PYthon directories
2016-07-15 12:30:29 +02:00
Florian Festi
82f61bba7f
- Add new Python dependency generator (provides only for now) ( #1340885 )
2016-06-13 16:06:01 +02:00
Florian Festi
ae2bf135f8
- Add support for _buildhost macro ( #1309367 )
2016-06-02 16:02:52 +02:00
Lubos Kardos
b1ea7e94ff
- Fix signing with non-ASCII uid keys
...
- Resolves : #1243963
2016-05-23 11:05:25 +02:00
Lubos Kardos
2f3f5c83b5
- Use armv7hl isa for all armhfp (armv7h*l) arches
...
- Resolves : #1326871
2016-05-19 13:18:47 +02:00
Lubos Kardos
933370a6b7
- Filter unversioned deps if corresponding versioned deps exist
...
- Resolves : #678605
2016-05-17 16:20:23 +02:00
Lubos Kardos
177601750a
- Fix sigsegv in stringFormat()
...
- Resolves : #1316903
- Fix reading rpmtd behind its size in formatValue()
- Resolves : #1316896
2016-04-25 15:17:59 +02:00
Lubos Kardos
9f6c27f43a
- escape % chars in previous changelog record
2016-04-15 11:53:25 +02:00
Lubos Kardos
20d5c660aa
- Enable --no-backup-if-mismatch by default in %patch macro
...
- Resolves : #884755
- Add %{_default_patch_flags} to %__patch which is used in %autosetup
- Use fuzz settings for %autopatch/%autosetup
2016-04-15 11:25:09 +02:00
Lubos Kardos
ea526e71ec
- Make creating index records consistent for rich and rich-weak deps
...
- Resolves : #1325982
2016-04-14 13:50:52 +02:00
Lubos Kardos
761a0d9ec7
- Add RPMCALLBACK_ELEM_PROGRESS callback type (needed by dnf)
2016-04-12 16:49:54 +02:00
Igor Gnatenko
5d2cf89172
fix bogus date in %changelog
...
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2016-04-09 11:00:40 +02:00
Lubos Kardos
20901a7b46
- Fix non-working combination of %lang and %doc directive
...
- Resolves : #1254483
2016-04-06 11:36:13 +02:00