Commit Graph

599 Commits

Author SHA256 Message Date
738d805716 Accepting request 1146788 from home:jzerebecki:branches:Base:System
Changed this how you suggested.

- Add patches to enable reproducible builds by default (bsc#1148824). For
  upstream versions see:
  https://github.com/rpm-software-management/rpm/pull/2880
  0001-Add-option-to-set-mtime-of-files-in-rpms.patch
  0002-log-build-time-if-it-is-set-from-SOURCE_DATE_EPOCH.patch
  0003-Error-out-on-a-missing-changelog-date.patch

OBS-URL: https://build.opensuse.org/request/show/1146788
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=669
2024-02-15 13:18:45 +00:00
b35831240c fix _host_cpu being wrong on arm and ppc
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=667
2024-02-09 12:19:13 +00:00
0d76ec18b6 no readline
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=666
2024-02-09 12:09:37 +00:00
d5bab7c8a6 Fix cpu
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=665
2024-02-09 11:59:55 +00:00
9ef1a14cd0 - update to rpm-4.19.1.1
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=664
2024-02-09 10:39:24 +00:00
e65bb59bdb updated patch: canongnu.diff
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=663
2024-02-07 09:59:35 +00:00
41509ec3a7 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=662 2024-02-07 09:53:18 +00:00
f78c5b9b1c - fix %_host not containing the abi suffix on arm [bnc#1219627]
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=661
2024-02-07 09:37:29 +00:00
968f2484f3 Accepting request 1143671 from home:bnavigator:branches:Base:System:2
- Use cmake for compiling and installing the python modules
  * Drop python_setup.diff
  * Add cmake_python_version.diff
- buildrequire setuptools
- Modernize python-rpm.spec to stop using deprecated macros
  (%python_build and %python_install).
- update to rpm-4.19.1
- add _multibuild for multiple .spec-files
- update to rpm-4.18.0
------------------------------------------------------------------
- update to rpm-4.17.1
- update to rpm-4.17.0
- update to rpm-4.16.1.3
- update to rpm-4.16.0
- update to rpm-4.15.1
- update to rpm-4.15.0
- Fix python-module compatibility with older distros
- remove rpmlint-Factory buildignore
- Switch really to singlespec thus allowing us to build without
  python2-devel present in the distribution
- update to rpm-4.14.1
- Update RPM groups
- Add a comment to note that prep and build stages come from rpm.spec
- Properly quote the conditional for Obsoletes+Provides
- Unify rpm-python and python3-rpm into singlespec
- Switch the build to use setuptools-based build, so that
  the Python module is properly built with all its metadata
- adapt to python-3.3, which no longer looks at XXXmodule.so
- update to rpm-4.11.1
- Update to 4.10.2
- modified capsule api diff to match rpm upstream
- Fix usage of deprecated AsVoidPtr Python/C API,
  replaced by Capsule API
- Spec file cleanup:
  * Don't rm -rf %{buildroot}
  * Removed %clean section
  * Removed authors from description
- add libtool as explicit buildrequire
- drop standard python directories from filelist [bnc#229189]
- adapt second spec file to changes done to rpm.spec
- adapt buildrequires
- adapt buildrequires
- added libelf-devel to BuildRequires to fix build
- update to 4.4.2.3 to get rid of >50 patches
- add libselinux-devel to BuildRequires
- fix build against python 2.6
- fix buildrequires
- fix unicode queries
- add ncurses-devel and zlib-devel BuildRequires.
- use rpm.spec for building instead of duplication everything
- delete superfluous .a and .la files [#202604]
- create .pyc and .pyo files [#205711]
- Make sure config.rpath is present.
- Fix for python2.5.
- do not package beecrypt python bindings as libbeecrypt is not
  packaged either
- fix literal %{version} in Requires tag
- fix build with python 2.5 by overriding autodetection
- split from rpm package
- Need to mention the changed patches for the python-setuptools to
  cmake migration:
  * Drop python_setup.diff
  * Add cmake_python_version.diff

OBS-URL: https://build.opensuse.org/request/show/1143671
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=659
2024-02-05 08:35:39 +00:00
b24bf9cf55 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=657 2024-02-01 14:24:02 +00:00
5a1fb7bcf3 up
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=656
2024-02-01 14:17:31 +00:00
e4c0623005 Use cmake for compiling and installing the python modules
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=655
2024-02-01 14:07:57 +00:00
ea7508fb20 - buildrequire setuptools
- Fix python-module compatibility with older distros
- Fix usage of deprecated AsVoidPtr Python/C API,
- adapt buildrequires
- adapt buildrequires

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=654
2024-02-01 12:00:07 +00:00
b64c944df7 - fix Source url to match what is listed on https://rpm.org/download.html
- drop requires-ge-macro.diff: this is already in rpm-config-SUSE
  we were just adding it twice
  providers possible
  build
- invoke find-lang.sh with bash, it is a bash script (bsc#1195391)
- unified built-in and user-define macro syntax and calling conventions
  * usr-lib-sysimage-rpm.patch
- RPM no longer ships config.sub and config.guess, just copy it
  in a reproducible way
- Replace references to /var/adm/fillup-templates with new
- Make %post compatibility symlink creation more resiliant
- Change the RPM binary payload from old-lzma to xz,
- dropped patches: gentlyadjustmacros.diff, rundir.diff,
- Rename and extend auto-config-update-aarch64.diff to
- extend the armv7hl hack also to armv6hl
- add support for armv6hl target
 * optionally automatically update config.guess/sub during build
- which is essential for man packages
  * Permit key imports on transactions where signature checking is
  * Verify files from non-installed packages again, regression introduced
  * Fix large (> 4GB) package support, regression introduced in
  * Only create the first instance of a file shared between multiple
  * Restore pre-4.10.0 fdFree() behavior, ie return the fd itself while
  uid/gid being passed.
  personality changed to ppc)
   %suse_update_config
- set suse_version to 1220
  /usr/lib/rpm/brp-suse.d - and move our own brp scripts to
  extra I/O and uglify log files. Fedora uses it since

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=652
2023-12-13 17:40:03 +00:00
87d7dcbddc update again
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=651
2023-12-13 13:55:37 +00:00
aa7c464ad1 * localetag.diff
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=650
2023-12-13 13:52:46 +00:00
fe2d187d69 update to rpm-4.19.1
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=649
2023-12-13 13:38:30 +00:00
2dfbc76490 Accepting request 1121296 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- Modernize python-rpm.spec to stop using deprecated macros
  (%python_build and %python_install).

OBS-URL: https://build.opensuse.org/request/show/1121296
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=648
2023-11-07 10:56:06 +00:00
20860042c8 disable sysusers handling for now
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=647
2023-10-27 13:42:42 +00:00
d834d912d6 * canongnu.diff
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=646
2023-10-13 12:46:10 +00:00
58cabb540e - fix --runposttrans not working correctly with the --root
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=645
2023-10-13 12:26:43 +00:00
f380afba9e make arm gnueabi work
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=644
2023-10-12 11:28:32 +00:00
573af0b198 add build-aux.tar.bz2 (taken from rpm-4.18)
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=643
2023-10-12 09:32:31 +00:00
6fc0fbf6cc blub
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=642
2023-10-11 15:15:57 +00:00
87f5e4610f - update to rpm-4.19.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=641
2023-10-11 15:13:46 +00:00
78a4656943 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=639 2023-08-10 10:27:03 +00:00
e0b7e44ebe Accepting request 1102895 from home:dirkmueller:branches:Base:System
- add remove-awk-dependency.patch to be able to drop awk dependency
  from containers

OBS-URL: https://build.opensuse.org/request/show/1102895
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=638
2023-08-10 09:47:45 +00:00
87d6d64111 Accepting request 1089942 from home:jsrain:branches:Base:System
- add _multibuild for multiple .spec-files

- add _multibuild for multiple .spec-files

OBS-URL: https://build.opensuse.org/request/show/1089942
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=636
2023-05-31 11:47:02 +00:00
b66b817dfb Accepting request 1072621 from home:marxin:branches:Base:System
- Add upstream patch libmagic-exceptions.patch that speeds up libreoffice
  package build.

OBS-URL: https://build.opensuse.org/request/show/1072621
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=634
2023-03-17 12:59:22 +00:00
9b95663635 Accepting request 1070620 from home:favogt:branches:Base:System
- add cpuid_lzcnt.patch

OBS-URL: https://build.opensuse.org/request/show/1070620
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=633
2023-03-16 12:39:57 +00:00
5d70ada42a Accepting request 1055731 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1055731
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=631
2023-01-13 07:38:52 +00:00
4bcfde392f Accepting request 1043094 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- switch to pkgconfig(zlib) so that alternative providers can be
  used

- add x86_64-microarchitectures.patch

OBS-URL: https://build.opensuse.org/request/show/1043094
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=630
2023-01-10 08:05:28 +00:00
54f721c2a7 Accepting request 1042286 from home:dirkmueller:Factory
- switch to pkgconfig(zlib) so that alternative providers can be
  used

OBS-URL: https://build.opensuse.org/request/show/1042286
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=628
2022-12-15 11:09:02 +00:00
cef4f6efc3 update changes
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=626
2022-12-05 09:32:33 +00:00
5030bb08e0 - update to rpm-4.18.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=625
2022-12-02 14:17:05 +00:00
bffb5f187b Accepting request 1031456 from home:jsegitz:branches:openSUSE:Factory
- Add selinux_transactional_update.patch to ignore errors when setting
  file labels during transactional updates. They will be set upon
  reboot once the new policy is loaded (bsc#1204605)

OBS-URL: https://build.opensuse.org/request/show/1031456
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=623
2022-11-10 11:59:16 +00:00
e72ca91119 Weg
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=621
2022-10-17 11:16:12 +00:00
f91976ad2a Accepting request 1005609 from home:coolo:branches:home:coolo:alp
- Update the macros file to simplify the debuginfo installation
  We don't support parallel installation of the same debuginfo - and so
  don't patch the binaries to create unique build ids (easing pressure
  on reproducable builds when compiling twice)
  Patching this in rpm-config-SUSE is technically not possible (as you
  can't reliable undefine things defined in upstream macro). We tried in
  https://github.com/openSUSE/rpm-config-SUSE/pull/59 and /60:

OBS-URL: https://build.opensuse.org/request/show/1005609
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=620
2022-10-17 11:14:44 +00:00
7ce3fb27e7 - update to rpm-4.17.1.1
* Fix upstream branch setting in "%autosetup -S git"
  * Revert "Strip the target triplet GNU suffix more precisely."

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=618
2022-09-12 12:46:50 +00:00
f20be0b339 Accepting request 1001118 from home:AndreasStieger:branches:Base:System
- remove-translations.diff: convert deprecated egrep to grep -E
  (boo#1203092)

OBS-URL: https://build.opensuse.org/request/show/1001118
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=617
2022-09-12 08:12:29 +00:00
1c56193783 up
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=615
2022-07-21 14:22:36 +00:00
d1d2fb8b58 up
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=614
2022-07-21 14:21:42 +00:00
c8d6762363 up
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=613
2022-07-21 14:20:54 +00:00
c793cb9035 - update to rpm-4.17.1
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=612
2022-07-21 14:16:52 +00:00
4c8827bf04 Accepting request 987209 from home:lnussel:build
- remove obsolete RPM-HOWTO from 1999 (removed RPM-HOWTO.tar.bz2)
- move debugedit to separate package
  (Removed debuginfo-mono.patch, debuglink.diff, debugsubpkg.diff,
   finddebuginfo-absolute-links.diff, finddebuginfo.diff)
- move python-rpm-packaging to separate package
  (Removed python-rpm-packaging.diff, python-rpm-packaging.tar.bz2

OBS-URL: https://build.opensuse.org/request/show/987209
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=611
2022-07-19 14:35:08 +00:00
Ludwig Nussel
86d6fafbbe Accepting request 985294 from home:lnussel:build
- make patches git quiltimport friendlier

OBS-URL: https://build.opensuse.org/request/show/985294
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=609
2022-06-27 10:53:49 +00:00
c7cc7d0d09 Accepting request 980501 from home:dirkmueller:Factory
- drop requires-ge-macro.diff: this is already in rpm-config-SUSE 
- enable-postin-scripts-error.diff: refresh

OBS-URL: https://build.opensuse.org/request/show/980501
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=607
2022-06-22 11:52:03 +00:00
49c4aab8f8 Accepting request 972219 from home:dirkmueller:branches:Base:System
- update rpm-shorten-changelog.diff: fix shortening of changelog,
  the non-primary binary packages had the full changelog
- update macrosin.diff: remove binarychangelog cutoff setting,
  this comes from rpm-config-SUSE now

OBS-URL: https://build.opensuse.org/request/show/972219
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=604
2022-04-22 14:53:05 +00:00
79f9d56fb8 - Update zstdpool.diff in order to fix boo#1197643.
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=603
2022-04-13 13:52:00 +00:00
f65ecb87e0 Accepting request 961661 from home:dirkmueller:Factory
- drop rpm-deptracking.patch, this is already upstream and
  we were just adding it twice

OBS-URL: https://build.opensuse.org/request/show/961661
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=601
2022-03-14 11:16:55 +00:00