Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 610060 Details for
Bug 850097
Introduce new systemd-rpm macros in dnssec-trigger spec file
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch replaces scriptlets with new systemd macros
new-systemd-macros.patch (text/plain), 1.70 KB, created by
Václav Pavlín
on 2012-09-05 13:44:47 UTC
(
hide
)
Description:
Patch replaces scriptlets with new systemd macros
Filename:
MIME Type:
Creator:
Václav Pavlín
Created:
2012-09-05 13:44:47 UTC
Size:
1.70 KB
patch
obsolete
>diff --git a/dnssec-trigger.spec b/dnssec-trigger.spec >index 475db44..396cbe6 100644 >--- a/dnssec-trigger.spec >+++ b/dnssec-trigger.spec >@@ -1,7 +1,7 @@ > Summary: NetworkManager plugin to update/reconfigure DNSSEC resolving > Name: dnssec-trigger > Version: 0.11 >-Release: 6%{?dist} >+Release: 7%{?dist} > License: BSD > Url: http://www.nlnetlabs.nl/downloads/dnssec-trigger/ > Source: http://www.nlnetlabs.nl/downloads/dnssec-trigger/%{name}-%{version}.tar.gz >@@ -84,25 +84,22 @@ rm -rf ${RPM_BUILD_ROOT} > > %post > # Enable (but don't start) the units by default >- /bin/systemctl enable %{name}d.service >/dev/null 2>&1 || : >- /bin/systemctl enable %{name}d-keygen.service >/dev/null 2>&1 || : >- >+%systemd_post %{name}d.service %{name}d-keygen.service > > %preun >+%systemd_preun %{name}d.service %{name}d-keygen.service > if [ "$1" -eq "0" ] ; then >- # Package removal, not upgrade >- /bin/systemctl --no-reload disable %{name}d.service > /dev/null 2>&1 || : >- /bin/systemctl --no-reload disable %{name}d-keygen.service > /dev/null 2>&1 || : >- /bin/systemctl stop %{name}d.service >/dev/null 2>&1 || : >- /bin/systemctl stop %{name}d-keygen.service >/dev/null 2>&1 || : > # dnssec-triggerd makes /etc/resolv.conf immutable, undo that on removal > chattr -i /etc/resolv.conf > fi > > %postun >- /bin/systemctl daemon-reload >/dev/null 2>&1 || : >+%systemd_postun %{name}d.service %{name}d-keygen.service > > %changelog >+* Wed Sep 05 2012 Václav PavlÃn <vpavlin@redhat.com> - 0.11-7 >+- Scriptlets replaced with new systemd macros (#850097) >+ > * Tue Jul 24 2012 Paul Wouters <pwouters@redhat.com> - 0.11-6 > - Patched daemon to remove immutable attr (rhbz#842455) as the > systemd ExecStopPost= target does not seem to work
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 850097
: 610060