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

Christopher Meng <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|[email protected] |
                   |project.org                 |
                 CC|                            |[email protected]



--- Comment #4 from Christopher Meng <[email protected]> ---
1. systemd related lines are obsoleted.

Ref: http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd

BuildRequires: systemd-units

should be 

BuildRequires: systemd

And

Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units

should be

Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd

2.%{__make} should be make

3. %configure --docdir=%{_defaultdocdir}/%{name}-%{version}

F20 uses unversioned docdir.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=uByNYdl1wW&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to