require the exact version of librpmbuild in the rpm-build package [bnc#1180965]
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=573
This commit is contained in:
parent
3a2ae999aa
commit
ec0df619ab
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 30 11:15:44 CEST 2021 - mls@suse.de
|
||||||
|
|
||||||
|
- require the exact version of librpmbuild in the rpm-build
|
||||||
|
package [bnc#1180965]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 22 12:57:44 UTC 2021 - Martin Liška <mliska@suse.cz>
|
Mon Feb 22 12:57:44 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
@ -11,7 +17,6 @@ Mon Feb 8 09:38:33 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
|||||||
- auto-config-update-aarch64-ppc64le.diff: update grep regex
|
- auto-config-update-aarch64-ppc64le.diff: update grep regex
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 14 15:40:39 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
||||||
|
|
||||||
- Add explicit requirement on python-rpm-macros to avoid widespread
|
- Add explicit requirement on python-rpm-macros to avoid widespread
|
||||||
breakage by package mistakenly ignoring their requirement of
|
breakage by package mistakenly ignoring their requirement of
|
||||||
|
1
rpm.spec
1
rpm.spec
@ -171,6 +171,7 @@ need an intimate knowledge of RPM packages in order to function.
|
|||||||
%package build
|
%package build
|
||||||
Summary: Tools and Scripts to create rpm packages
|
Summary: Tools and Scripts to create rpm packages
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
|
Requires: librpmbuild%{librpmsover} = %{version}
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
Provides: rpm:%_bindir/rpmbuild
|
Provides: rpm:%_bindir/rpmbuild
|
||||||
Provides: rpmbuild
|
Provides: rpmbuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user