Bug 1553496
| Summary: | Review Request: libusbauth-configparser, usbauth, usbauth-notifier - USB Firewall including flex/bison parser | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stefan Koch <stefan.koch10> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | eclipseo, package-review |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-03-10 19:52:31 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: | |||
| Bug Blocks: | 177841 | ||
|
Description
Stefan Koch
2018-03-09 00:17:39 UTC
1 Review per bug, please open 3 bugs if you have 3 packages to review.
- Not needed in Fedora:
- Group:
- BuildRoot: %{_tmppath}/%{name}-%{version}-build
- %defattr(-,root,root)
- If you install libraries, you must run %ldconfig_scriptlets after %install instead of:
%post -n %{name}1 -p /sbin/ldconfig
%postun -n %{name}1 -p /sbin/ldconfig
- What do you create a "%{name}1" subpackage? This is useless, putthe files in the main package.
- Release must start at 1 and contains %{?dist}:
Release: 1%{?dist}
- Not needed: %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d }
- Don't mix SUSE stuff in a Fedora package
- %config → %config(noreplace)
- Not needed:
%post
%{?udev_rules_update:%udev_rules_update}
%postun
%{?udev_rules_update:%udev_rules_update}
- Source0: must be an URL pointing to the upstream archive. For ex:
Source0: https://github.com/kochstefan/usbauth-all/archive/v%{version}/%{name}-%{version}.tar.gz
- License: LGPL-2.1 License: GPL-2.0
These are not valid license shourthand. See the list of valid license: https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#SoftwareLicenses
- Changelog must not be empty.
- See https://fedoraproject.org/wiki/Packaging:UsersAndGroups#Dynamic_allocation for how to add users and groups
*** This bug has been marked as a duplicate of bug 1554021 *** |