Bug 1507890

Summary: bad post install script
Product: [Fedora] Fedora Reporter: Levente Farkas <lfarkas>
Component: vinoAssignee: Søren Sandmann Pedersen <sandmann>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: debarshir, gnome-sig, oholy, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: vino-3.22.0-7.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-19 12:26:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Levente Farkas 2017-10-31 11:46:36 UTC
vino's scripts are all missing parameters.

eg:
%preun
%systemd_user_preun

while it's missing the service name parameter all should have to be fixed to:
%preun
%systemd_user_preun vino-server

the same true for the el7 packages.