Bug 957409 (deepin-utils)
| Summary: | Review Request: deepin-utils - Basic modules needed by most Linux Deepin applications | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christopher Meng <i> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | misc, pahan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-07-04 14:28:06 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 731891 | ||
| Bug Blocks: | 1465889, 957411 | ||
|
Description
Christopher Meng
2013-04-28 03:09:06 UTC
Your srpm link is invalid.
Release: git%{datetime}%{?dist}
This could cause problems with getting a proper upgrade path. Better:
Release: 1.git%{datetime}%{?dist}
See http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Post-Release_packages
BuildRequires: python-devel
BuildRequires: pygtk2-devel
python-devel is deprecated, use python2-devel instead:
https://fedoraproject.org/wiki/Packaging:Python#BuildRequires
But it is not needed at all, pygtk2-devel depends on it. And you can drop more of your explicite build requirements which are needed by pygtk2-devel:
pkgconfig(cairo)
pkgconfig(pygobject-2.0)
pkgconfig(glib-2.0)
pkgconfig(gtk+-2.0)
> Release: 1.git%{datetime}%{?dist} At Fedora, ordering is different, and the revision control system type id would be appended to the YYYYMMDD date: Release: 1.20130423git%{?dist} http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Snapshot_packages (yes, it's mostly cosmetic/pedantry, since the number at the very left is the most significant part of the release value.) The time I first packaged was long time ago, I will cleanup it later then submit them. BLOCKED BY BZ#770828. python-cairo aka pycairo should be updated, then this package can be built. http://cicku.me/deepin-utils.spec - 404 error pbrobinson's scratch build of linux-user-chroot?#b7afe5173cbd31b029b027b6f8a14baa5e6ce87a for epel7-archbootstrap and git://pkgs.fedoraproject.org/linux-user-chroot?#b7afe5173cbd31b029b027b6f8a14baa5e6ce87a failed http://koji.fedoraproject.org/koji/taskinfo?taskID=12089939 Deepin developer confirmed deepin-ui deepin-utils deepin-nautilus-properties are obsoleted. So I am closing this request. |