Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 2084949 Details for
Bug 2352770
Review Request: python-usbsdmux - USB-SD-Mux control software and library
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 8771674 to 8902998
spec-from-8771674-to-8902998.diff (text/plain), 1.77 KB, created by
Fedora Review Service
on 2025-04-14 16:28:55 UTC
(
hide
)
Description:
The .spec file difference from Copr build 8771674 to 8902998
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2025-04-14 16:28:55 UTC
Size:
1.77 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/8771674 >+++ https://copr.fedorainfracloud.org/coprs/build/8902998 >@@ -6,15 +6,21 @@ > Summary: USB-SD-Mux control software and library > License: LGPL-2.1-or-later > URL: https://github.com/linux-automation/usbsdmux/ >-Source0: https://github.com/linux-automation/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz >+Source0: %{url}/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz > Source1: 99-usbsdmux.rules > > BuildArch: noarch > >+BuildRequires: help2man >+Buildrequires: python-pytest >+Buildrequires: python-pytest-mock > BuildRequires: python3-devel > BuildRequires: systemd-rpm-macros >+BuildRequires: sed > > Provides: %{srcname} >+ >+Recommends: python-paho-mqtt > > %{?python_enable_dependency_generator} > >@@ -36,7 +42,6 @@ > # Remove the python shebang from non-executable files. > sed -i '1{\@^#!.*/usr/bin/env python@d}' usbsdmux/*.py > >-#py3_shebang_fix usbsdmux/ > %generate_buildrequires > export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} > %pyproject_buildrequires >@@ -49,13 +54,24 @@ > %install > %pyproject_install > install -p -m 644 -D %{SOURCE1} %{buildroot}%{_udevrulesdir}/99-usbsdmux.rules >+mkdir -p %{buildroot}%{_mandir}/man1 >+for BBIN in usbsdmux usbsdmux-configure ; do >+ help2man --no-discard-stderr %{buildroot}%{_bindir}/$BBIN > %{buildroot}%{_mandir}/man1/$BBIN.1 >+done > >-%files >+%pyproject_save_files -l usbsdmux >+ >+%check >+%pyproject_check_import >+%pytest >+ >+%files -f %{pyproject_files} > %license COPYING > %doc README.rst contrib > %{_bindir}/usbsdmux* >-%{python3_sitelib}/%{srcname}/ >-%{python3_sitelib}/%{srcname}-%{version}.dist-info >+%{_mandir}/man1/usbsdmux*1* >+%dir /usr/lib/udev >+%dir %{_udevrulesdir} > %{_udevrulesdir}/99-usbsdmux.rules > > %changelog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2352770
: 2084949 |
2086012
|
2086369
|
2086883