[Bug 2334976] Review Request: cambalache - User interface maker

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=2334976

Ben Beasley <code@xxxxxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |POST
              Flags|fedora-review?              |fedora-review+



--- Comment #16 from Ben Beasley <code@xxxxxxxxxxxxxxxxxx> ---
I’m sorry this took so long. It looks like you addressed all of my feedback
from the previous review. The package is APPROVED, but please see the one new
issue mentioned below, and correct it on import.


Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated

===== Issues =====

- This

    Requires:  cambalache-data

  needs to be this:

    Requires:  cambalache-data = %{version}-%{release}

 See:

   
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package


===== Notes =====

- The cambalache executable is a GUI tool without, as far as I can tell, a
  significant set of command-line options. It doesn’t make sense to ship a man
  page. However, a man page for cmb-catalog-gen would be nice
  (https://docs.fedoraproject.org/en-US/packaging-guidelines/#_manpages). It’s
  certainly not required.

    cambalache.x86_64: W: no-manual-page-for-binary cambalache
    cambalache.x86_64: W: no-manual-page-for-binary cmb-catalog-gen

- As noted in the original review, while rpmlint flags

    cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CambalachePrivate-3.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CambalachePrivate-4.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
    cambalache.x86_64: E: devel-dependency gtksourceview5-devel

  I suspect that these may be legitimate.

    %{_datadir}/gir-1.0/CambalachePrivate-3.0.gir
    %{_datadir}/gir-1.0/CambalachePrivate-4.0.gir
    %{_datadir}/gir-1.0/CmbCatalogUtils-3.0.gir
    %{_datadir}/gir-1.0/CmbCatalogUtils-4.0.gir

- This is obviously OK:

    cambalache-data.noarch: W: no-documentation

- This is correct, as it appears the library is dlopen’ed at runtime and the
  dependency cannot be automatically generated.

    cambalache.x86_64: E: explicit-lib-dependency libadwaita

- Because the base package depends on the -data subpackage, which correctly
  includes the license files, you *could* omit the license files from the base
  package.

- Current rpmlint produces a lot of incorrect-fsf-address errors because the
  Free Software Foundation has gone remote-only and no longer advertises a
  physical mailing address. You could suggest an update of license texts and
  notices to upstream, but I don’t think this should be required.

===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.

     None of these is in the default linker path:

       %{_libdir}/cambalache/libcambalacheprivate-3.so
       %{_libdir}/cambalache/libcambalacheprivate-4.so
       %{_libdir}/cmb_catalog_gen/libcmbcatalogutils-3.so
       %{_libdir}/cmb_catalog_gen/libcmbcatalogutils-4.so

     They appear to be correctly installed, and they do not belong in a -devel
     subpackage.

[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Package does not contain any libtool archives (.la)
[x]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU Lesser General Public License,
     Version 2.1", "GNU General Public License, Version 2", "*No copyright*
     GNU General Public License and/or GNU Lesser General Public License",
     "GNU General Public License v2.0 or later". 162 files have unknown
     license. Detailed output of licensecheck in
    
/home/ben/fedora/review/2334976-cambalache/20250409/2334976-cambalache/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/python3.13/site-
     packages, /usr/lib/python3.13

     These diagnostics are spurious; python3-libs owns those directories.

[-]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/share/mime(systemd,
     shared-mime-info), /usr/share/mime/packages(shared-mime-info, lterm,
     systemd, gsequencer, luminance-hdr, cmake-gui)

     It’s appropriate for these directories to be co-owned if shared-mime-info
     is not a natural dependency of cambalache, i.e., shared-mime-info is not
     required for cambalache to function. I think that is the case here, which
     would make co-ownership the correct approach.

    
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership

[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: The spec file handles locales properly.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[x]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 17318 bytes in 3 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: The License field must be a valid SPDX expression.
[x]: Package requires other packages for directories it uses.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package contains desktop file if it is a GUI application.
[x]: Package installs a %{name}.desktop using desktop-file-install or
     desktop-file-validate if there is such a file.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[x]: Python eggs must not download any dependencies during the build
     process.
[-]: A package which is used by another package via an egg interface should
     provide egg info.
[x]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Packages MUST NOT have dependencies (either build-time or runtime) on
     packages named with the unversioned python- prefix unless no properly
     versioned package exists. Dependencies on Python packages instead MUST
     use names beginning with python2- or python3- as appropriate.
[x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[!]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     cambalache-data
[?]: Package functions as described.
[-]: Latest version is packaged.

     A snapshot is packaged, with justification.

[x]: Package does not include license text files separate from upstream.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[?]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.

     (There are no tests, just validators.)

[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[!]: Spec file according to URL is the same as in SRPM.
     Note: Spec file as given by url is not the same as in SRPM (see
     attached diff).
     See: (this test has no URL)
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.


Rpmlint
-------
Checking: cambalache-0.94.1^20250115git31b93cef-1.fc43.x86_64.rpm
          cambalache-data-0.94.1^20250115git31b93cef-1.fc43.noarch.rpm
          cambalache-0.94.1^20250115git31b93cef-1.fc43.src.rpm
============================ rpmlint session starts
============================
rpmlint: 2.6.1
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmpz3wh4eod')]
checks: 32, packages: 3

cambalache.x86_64: W: no-manual-page-for-binary cambalache
cambalache.x86_64: W: no-manual-page-for-binary cmb-catalog-gen
cambalache-data.noarch: W: no-documentation
cambalache.x86_64: E: explicit-lib-dependency libadwaita
cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CambalachePrivate-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CambalachePrivate-4.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
cambalache.x86_64: E: devel-dependency gtksourceview5-devel
 3 packages and 0 specfiles checked; 2 errors, 7 warnings, 10 filtered, 2
badness; has taken 0.5 s 




Rpmlint (debuginfo)
-------------------
Checking: cambalache-debuginfo-0.94.1^20250115git31b93cef-1.fc43.x86_64.rpm
============================ rpmlint session starts
============================
rpmlint: 2.6.1
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmpp3iqspf8')]
checks: 32, packages: 1

 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 16 filtered, 0
badness; has taken 0.2 s 





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts
============================
rpmlint: 2.7.0
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 3

cambalache.x86_64: W: no-manual-page-for-binary cambalache
cambalache.x86_64: W: no-manual-page-for-binary cmb-catalog-gen
cambalache-data.noarch: W: no-documentation
cambalache-data.noarch: E: incorrect-fsf-address
/usr/share/licenses/cambalache-data/COPYING
cambalache-data.noarch: E: incorrect-fsf-address
/usr/share/licenses/cambalache-data/COPYING.GPL
cambalache.x86_64: E: incorrect-fsf-address /usr/bin/cambalache
cambalache.x86_64: E: incorrect-fsf-address /usr/bin/cmb-catalog-gen
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/app/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/app/cmb_application.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/app/cmb_scrolled_window.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/app/cmb_tutor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/app/cmb_tutorial.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/app/cmb_window.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_accessible_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_base.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_context_menu.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_css.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_css_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_db.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_db_inspector.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_db_migration.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_fragment_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_gresource.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_gresource_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_layout_property.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_library_info.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_list_error.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_list_view.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_object.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_object_data.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_object_data_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_object_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_objects_base.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_path.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_project.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_property.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_property_info.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_property_label.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_signal_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_tree_expander.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_type_chooser.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_type_chooser_popover.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_type_chooser_widget.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_type_info.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_ui.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_ui_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_ui_requires_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/cmb_view.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/constants.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_boolean_undefined.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_child_type_combo_box.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_color_entry.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_create_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_entry.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_enum_combo_box.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_file_button.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_file_entry.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_flags_entry.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_icon_name_entry.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_object_chooser.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_object_list_editor.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_pixbuf_entry.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_source_view.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_spin_button.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_switch.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_text_buffer.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_text_view.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_toplevel_chooser.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_translatable_popover.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/cmb_translatable_widget.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/icon_naming_spec.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/control/named_colors.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/merengue
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_application_window.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_bin.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_carousel.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_dialog.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_window.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_application.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_controller.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_controller_registry.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_css_provider.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_g_binding.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_aspect_frame.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_assistant.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_bin.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_box.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_center_box.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_dialog.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_expander.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_frame.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_grid.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_label.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_list_box.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_list_box_row.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_menu.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_menu_item.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_notebook.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_overlay.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_paned.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_popover.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_revealer.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_scrolled_window.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_stack.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_stack_page.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_viewport.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_widget.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_window.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_selection.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/mrg_container.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/mrg_hdy_deck.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/mrg_hdy_leaflet.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/mrg_hdy_search_bar.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_placeholder.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_webkit/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_webkit/mrg_webkit_web_view.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_webkit2/__init__.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_webkit2/mrg_webkit_web_view.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/priv/merengue/utils.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cambalache/utils.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cmb_catalog_gen/cmb_catalog_db.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/lib/python3.13/site-packages/cmb_catalog_gen/cmb_gir_data.py
cambalache.x86_64: E: incorrect-fsf-address
/usr/share/licenses/cambalache/COPYING
cambalache.x86_64: E: incorrect-fsf-address
/usr/share/licenses/cambalache/COPYING.GPL
cambalache.x86_64: E: explicit-lib-dependency libadwaita
cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CambalachePrivate-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CambalachePrivate-4.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package
/usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
cambalache.x86_64: E: devel-dependency gtksourceview5-devel
 3 packages and 0 specfiles checked; 129 errors, 7 warnings, 26 filtered, 129
badness; has taken 1.1 s 



Unversioned so-files
--------------------
cambalache: /usr/lib64/cambalache/libcambalacheprivate-3.so
cambalache: /usr/lib64/cambalache/libcambalacheprivate-4.so
cambalache: /usr/lib64/cmb_catalog_gen/libcmbcatalogutils-3.so
cambalache: /usr/lib64/cmb_catalog_gen/libcmbcatalogutils-4.so

Source checksums
----------------
https://gitlab.gnome.org/jpu/cambalache/-/archive/31b93cef8241bbba8cb232edcc5fd96b24584942/cambalache-31b93cef.tar.gz
:
  CHECKSUM(SHA256) this package     :
b30f5a771fd6300e02f1b3f6fa7163f4c79148992ed4363de80a5834a386f8b7
  CHECKSUM(SHA256) upstream package :
b30f5a771fd6300e02f1b3f6fa7163f4c79148992ed4363de80a5834a386f8b7


Requires
--------
cambalache (rpmlib, GLIBC filtered):
    /usr/bin/python3
    cambalache-data
    gobject-introspection-devel(x86-64)
    gtksourceview5-devel
    hicolor-icon-theme
    libadwaita
    libatk-1.0.so.0()(64bit)
    libc.so.6()(64bit)
    libgdk-3.so.0()(64bit)
    libglib-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libgtk-3.so.0()(64bit)
    libgtk-4.so.1()(64bit)
    pkgconfig(casilda-0.1)
    python(abi)
    python3-gobject-base
    python3-lxml
    rtld(GNU_HASH)
    webkit2gtk4.1-devel
    webkitgtk6.0-devel

cambalache-data (rpmlib, GLIBC filtered):



Provides
--------
cambalache:
    application()
    application(ar.xjuan.Cambalache.desktop)
    cambalache
    cambalache(x86-64)
    libcambalacheprivate-3.so()(64bit)
    libcambalacheprivate-4.so()(64bit)
    libcmbcatalogutils-3.so()(64bit)
    libcmbcatalogutils-4.so()(64bit)
    metainfo()
    metainfo(ar.xjuan.Cambalache.metainfo.xml)
    mimehandler(application/x-cambalache-project)
    mimehandler(application/x-glade)
    mimehandler(application/x-gtk-builder)

cambalache-data:
    cambalache-data



Diff spec file in url and in SRPM
---------------------------------
---
/home/ben/fedora/review/2334976-cambalache/20250409/2334976-cambalache/srpm/cambalache.spec
2025-04-09 11:04:19.786504905 -0400
+++
/home/ben/fedora/review/2334976-cambalache/20250409/2334976-cambalache/srpm-unpacked/cambalache.spec
       2025-03-16 20:00:00.000000000 -0400
@@ -1,2 +1,12 @@
+## START: Set by rpmautospec
+## (rpmautospec version 0.7.3)
+## RPMAUTOSPEC: autorelease, autochangelog
+%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
+    release_number = 1;
+    base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
+    print(release_number + base_release_number - 1);
+}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
+## END: Set by rpmautospec
+
 # Use a snapshot to ensure privtate libraries are out of shared library path
 # https://gitlab.gnome.org/jpu/cambalache/-/issues/259
@@ -138,3 +148,6 @@

 %changelog
-%autochangelog
+## START: Generated by rpmautospec
+* Mon Mar 17 2025 John Doe <packager@xxxxxxxxxxx> -
0.94.1^20250115git31b93cef-1
+- Uncommitted changes
+## END: Generated by rpmautospec


Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2334976
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, C/C++, Python, Generic
Disabled plugins: Perl, SugarActivity, Haskell, Java, fonts, Ocaml, R, PHP
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2334976

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202334976%23c16

-- 
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux