Panu Matilainen
81329c3ca8
Replace deprecated __global_ldflags uses with build_ldflags macro
2019-04-25 15:04:30 +03:00
Panu Matilainen
c7bd807f7c
Fix excessive reference counting on faked string .decode()
2019-04-11 10:38:45 +03:00
Panu Matilainen
d4f7fd8c04
Make the Python 3 API actually usable ( #1693751 )
...
All string data from rpm is now returned as surrogate-escaped utf-8
string objects. 99.999% of that data IS utf-8 encoded to begin with,
returning bytes is plain broken.
As a temporary crutch, monkey-patch a .decode() method to returned strings
to give users time to migrate from the long-standing broken behavior.
2019-04-10 11:52:40 +03:00
Panu Matilainen
57b4e922b2
Debuginfo fixes:
...
Generate minidebug for PIE executables on file >= 5.33 too
Backport find-debuginfo --g-libs option for glibc's benefit (#1661512 )
2019-04-10 10:28:12 +03:00
Fedora Release Engineering
9519e9e6d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 11:34:43 +00:00
Igor Gnatenko
1aed509f16
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:45 +01:00
Panu Matilainen
52b5a90d43
Meh, rpmtests isn't getting re-generated so patch it directly
...
...as otherwise the new modularity tag causes test-suite failure
2018-12-19 15:31:34 +02:00
Panu Matilainen
af9bdc4611
Backport the new modularity label tag ( #1650286 )
2018-12-19 15:18:04 +02:00
Panu Matilainen
6c9430bd2a
Acutlly add the patch for the previous comment (yeah its Monday alright)
2018-11-19 13:18:52 +02:00
Panu Matilainen
1eb187d393
Take prefix into account when compressing man pages etc for Flatpak builds
...
From the original PR (https://src.fedoraproject.org/rpms/rpm/pull-request/15 ):
The way that a Flatpak works is that the runtime is mounted at /usr
and the application and included libraries are mounted at /app. So
the application and included libraries need to be rebuilt with
a prefix of /app.
This patch makes brp-compress find man pages and info pages under current
prefix, avoiding the name for spec file changes for the rebuild.
2018-11-19 12:56:21 +02:00
Panu Matilainen
06f829d1d3
Selinux plugin requires a base policy to work ( #1641631 )
2018-10-24 17:18:58 +03:00
Panu Matilainen
4fa277df97
Rebase to rpm 4.14.2.1
2018-10-22 14:39:48 +03:00
Igor Gnatenko
69ee4d255a
Push name/epoch/version/release macro before invoking depgens
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-10-17 12:58:11 +02:00
Igor Gnatenko
5460ad1e17
Resurrect long since broken Lua library path
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-10-16 11:24:03 +02:00
Panu Matilainen
4ba57b66ab
- Actually fail build on test-suite failures again
...
- Invoke python2 explicitly from test-suite to unbreak build, part II
2018-10-12 09:10:21 +03:00
Panu Matilainen
106f86a617
Cleanup more 10+ year old cruft:
...
- Drop duplicate BDB buildrequire
- Drop nowadays unnecessary BDB macro foo
- Drop nowadays unnecessary manual libcap dependency
Relevant and necessary in their day, but not anymore.
2018-10-11 16:53:06 +03:00
Panu Matilainen
3f81427a28
- Fix build when systemd is not installed (duh)
2018-10-11 14:46:47 +03:00
Panu Matilainen
d58b662497
- Own all rpmdb files and ensure the list remains up to date
...
- Drop redundant verify exclusions on rpmdb ghosts
2018-10-11 14:29:55 +03:00
Panu Matilainen
2a29f1e128
- Erm, really use the macro for tmpfiles.d path
...
- Erm, don't nuke buildroot at beginning of %%install
- Use modern build/install helper macros
2018-10-11 14:15:40 +03:00
Panu Matilainen
85cd9c475b
- Eh, selinux plugin dependency condition was upside down ( #1493267 )
...
- Drop no longer necessary condition over imaevm name
- Drop no longer necessary obsolete on compat-librpm3
2018-10-11 12:53:16 +03:00
Panu Matilainen
9a8f2080d7
- Fix ancient Python GIL locking bug ( #1632488 )
...
- Use the appropriate macro for tmpfiles.d now that one exists
2018-10-11 10:58:38 +03:00
Panu Matilainen
06b8b7f066
Update to rpm 4.14.2 final
2018-08-21 14:26:20 +03:00
Panu Matilainen
8d934fd72d
Move python-macro-helper to main package where the macros are ( #1577860 )
2018-08-13 15:11:25 +03:00
Panu Matilainen
cae019c19a
Update to rpm 4.14.2-rc2
2018-08-08 17:12:55 +03:00
Florian Festi
026fff0d83
- Wrap zstd Requires in build condition
2018-08-07 11:24:30 +02:00
Igor Gnatenko
adbe3634b5
Decompress DWARF compressed ELF sections
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-21 10:16:39 +02:00
Fedora Release Engineering
95db6548b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 03:43:24 +00:00
Miro Hrončok
8029c4e85b
Rebuilt for Python 3.7
2018-07-02 18:24:09 +02:00
Panu Matilainen
816a8d9b50
Doh, always forgetting new-sources..
2018-06-29 15:44:27 +03:00
Panu Matilainen
22e1547001
Update to rpm 4.14.2-rc1
...
Additionally...
- Patching test-suite for python2 too painful, just sed it instead
- Fix premature version increment from previous changelog entries, oops
2018-06-29 15:43:00 +03:00
Panu Matilainen
e79d625c87
Make it actually build, sigh
...
- Ehm, need to patch the autogenerated rpmtests script too for python2
- Ehm, it's ldconfig_scriptlets not scripts
- Drop the non-working python envvar magic from obsoleted change
2018-06-29 12:04:11 +03:00
Panu Matilainen
8b3e871c1f
Invoke python2 explicitly from test-suite to unbreak build
2018-06-29 11:16:01 +03:00
Panu Matilainen
7d7537244d
Remove direct ldconfig calls, use compat macros instead
2018-06-29 11:00:36 +03:00
Miro Hrončok
b86c75e7b0
Rebuilt for Python 3.7
2018-06-15 12:25:41 +02:00
Miro Hrončok
364d038b55
Backport upstream solution to make brp-python-bytecompile automagic part opt-outable
...
See https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation
2018-05-28 14:12:32 +02:00
Mark Wielaard
43ea916f2f
find-debuginfo.sh: Handle application/x-pie-executable
...
Resolves : #1581224
2018-05-22 23:01:41 +02:00
Igor Gnatenko
99d6687a36
Split rpm-build-libs to one more subpackage rpm-sign-libs
...
This is the only package in default buildroot pulling in gnupg2 which
pulls gnutls, libgcrypt, nettle…
Acked-by: Panu Matilainen <pmatilai@redhat.com>
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-20 11:34:17 +01:00
Panu Matilainen
29c140818d
Explicitly BuildRequire gcc and make
2018-02-19 11:21:50 +02:00
Igor Gnatenko
91f61a528c
Escape macros in %changelog
...
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-09 09:05:57 +01:00
Panu Matilainen
a83817c556
Avoid unnecessary macro helper dependency on /usr/bin/python ( #1538657 )
...
Also fix release of previous changelog entry
2018-01-31 16:11:44 +02:00
Miro Hrončok
f974a6c3d8
Fix patch number (two sixes)
2018-01-30 13:43:55 +01:00
Tomas Orsava
0670d684d5
Add envvar that will be present during RPM build
...
Part of a Fedora Change for F28: "Avoid /usr/bin/python in RPM build"
https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build
2018-01-30 13:32:10 +01:00
Petr Viktorin
3f65cd7a41
Skip automatic Python byte-compilation if *.py files are not present
2018-01-30 10:48:34 +01:00
Florian Weimer
c6d1f7c3e0
Rebuild to work around gcc bug leading to librpm miscompilation ( #1538648 )
2018-01-25 16:41:43 +01:00
Panu Matilainen
eb1281d241
Avoid nuking the new python-macro-helper along with dep generators ( #1535692 )
2018-01-18 10:45:58 +02:00
Panu Matilainen
8219d71cbb
Rebase to rpm 4.14.1
2018-01-16 13:39:27 +02:00
Igor Gnatenko
193c8871cc
Fix typo in Obsoletes
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-07 12:51:46 +01:00
Igor Gnatenko
e6d364fc15
Remove platform-python bits
...
Platform Python didn't prove to work.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-06 15:04:31 +01:00
Panu Matilainen
1a61b7b072
- Move selinux plugin dependency to selinux-policy in Fedora >= 28 ( #1493267 )
2017-10-26 09:32:14 +03:00
Panu Matilainen
7f79c17b8e
Medicine for bogus test-suite failures in buildsys/mock
...
- Dump out test-suite log in case of failures again
- Don't assume per-user groups in test-suite
2017-10-12 17:10:14 +03:00