Bug 850258

Summary: Introduce new systemd-rpm macros in openvswitch spec file
Product: [Fedora] Fedora Reporter: Lukáš Nykrýn <lnykryn>
Component: openvswitchAssignee: Thomas Graf <tgraf>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 18CC: chrisw, markmc, rkhan, tgraf, thozza
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: 2012-12-20 16:28:57 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: 850016    

Description Lukáš Nykrýn 2012-08-21 13:57:06 UTC
Fedora 18 changes the way how to work with services in spec files. It introduces new macros - %systemd_post, %systemd_preun and %systemd_postun; which replace scriptlets from Fedora 17 and older (see https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd, https://bugzilla.redhat.com/show_bug.cgi?id=850016).

Comment 1 Tomáš Hozza 2012-08-23 09:09:03 UTC
Fixed in openvswitch-1.7.0-2.fc18.

Comment 2 Tomáš Hozza 2012-10-16 06:17:46 UTC
The following Requires need to be changed spec file: 

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

to:

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

As I don't have commit permissions any more, I can't do it.
Thanks.

Comment 3 Fedora Update System 2012-10-16 08:07:56 UTC
openvswitch-1.7.1-3.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/openvswitch-1.7.1-3.fc18

Comment 4 Fedora Update System 2012-10-16 17:43:33 UTC
Package openvswitch-1.7.1-3.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing openvswitch-1.7.1-3.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-16226/openvswitch-1.7.1-3.fc18
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2012-12-20 16:29:00 UTC
openvswitch-1.7.1-3.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.