Mageia Bugzilla – Attachment 14368 Details for
Bug 32829
bm fails to unpack some srpm ( old/missing signature keys )
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
diff bm.spec for Cauldron only
bm.spec.mga10.patch (text/plain), 1.08 KB, created by
Aurelian R
on 2024-02-11 13:27:47 CET
(
hide
)
Description:
diff bm.spec for Cauldron only
Filename:
MIME Type:
Creator:
Aurelian R
Created:
2024-02-11 13:27:47 CET
Size:
1.08 KB
patch
obsolete
>--- bm-3.4-svn/SPECS/bm.spec 2024-02-11 13:52:36.618959136 +0200 >+++ bm-3.4-new/SPECS/bm.spec 2024-02-10 18:40:03.120042295 +0200 >@@ -7,7 +7,11 @@ License: GPLv2 > URL: https://gitweb.mageia.org/software/build-system/bm/ > Source0: https://gitweb.mageia.org/software/build-system/bm/snapshot/%{name}-%{version}.tar.xz > Patch0: bash-completion-location.patch >+Patch1: bm-3.4-enable-forced-unpacking.patch >+Patch2: bm-3.4-fix-cwd.patch >+ > BuildArch: noarch >+ > BuildRequires: rpm-build > BuildRequires: python3 > BuildRequires: pkgconfig(python3) >@@ -24,19 +28,20 @@ given packages, completely cleaning the > features. > > %prep >-%setup -q >-%autopatch -p1 >+%autosetup -p1 >+ >+%generate_buildrequires >+%pyproject_buildrequires > > %build >-%py3_build >+%pyproject_wheel > > %install >-%py3_install >+%pyproject_install >+%pyproject_save_files BuildManager > >-%files >+%files -f %{pyproject_files} > %license LICENSE > %{_bindir}/%{name}* >-%{python3_sitelib}/BuildManager/ >-%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info > %{_datadir}/bash-completion/completions/%{name} > %{_mandir}/man8/%{name}.8.*
--- bm-3.4-svn/SPECS/bm.spec 2024-02-11 13:52:36.618959136 +0200 +++ bm-3.4-new/SPECS/bm.spec 2024-02-10 18:40:03.120042295 +0200 @@ -7,7 +7,11 @@ License: GPLv2 URL: https://gitweb.mageia.org/software/build-system/bm/ Source0: https://gitweb.mageia.org/software/build-system/bm/snapshot/%{name}-%{version}.tar.xz Patch0: bash-completion-location.patch +Patch1: bm-3.4-enable-forced-unpacking.patch +Patch2: bm-3.4-fix-cwd.patch + BuildArch: noarch + BuildRequires: rpm-build BuildRequires: python3 BuildRequires: pkgconfig(python3) @@ -24,19 +28,20 @@ given packages, completely cleaning the features. %prep -%setup -q -%autopatch -p1 +%autosetup -p1 + +%generate_buildrequires +%pyproject_buildrequires %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install +%pyproject_save_files BuildManager -%files +%files -f %{pyproject_files} %license LICENSE %{_bindir}/%{name}* -%{python3_sitelib}/BuildManager/ -%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %{_datadir}/bash-completion/completions/%{name} %{_mandir}/man8/%{name}.8.*
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32829
:
14362
|
14364
| 14368