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 943754 Details for
Bug 1149257
macros are not expanding properly
[?]
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]
fix macros
macros.patch (text/plain), 1.60 KB, created by
Marcela Mašláňová
on 2014-10-03 15:27:44 UTC
(
hide
)
Description:
fix macros
Filename:
MIME Type:
Creator:
Marcela Mašláňová
Created:
2014-10-03 15:27:44 UTC
Size:
1.60 KB
patch
obsolete
>diff --git a/postgresql.spec b/postgresql.spec >index a6a135a..3736943 100644 >--- a/postgresql.spec >+++ b/postgresql.spec >@@ -59,7 +59,7 @@ Summary: PostgreSQL client programs > Name: %{?scl_prefix}postgresql > %global majorversion 9.2 > Version: 9.2.8 >-Release: 2%{?dist} >+Release: 2.1%{?dist} > > # The PostgreSQL license is very similar to other MIT licenses, but the OSI > # recognizes it as an independent license, so we do as well. >@@ -73,6 +73,7 @@ Url: http://www.postgresql.org/ > # but update when bugs affecting pg_dump output are fixed. > %global prevversion 8.4.21 > %global prevmajorversion 8.4 >+%global service_name %{?scl_prefix}postgresql.service > > Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 > # The PDF file is generated by generate-pdf.sh, which see for comments >@@ -866,14 +867,14 @@ cat psql-%{majorversion}.lang >>main.lst > -c "PostgreSQL Server" -u 26 postgres >/dev/null 2>&1 || : > > %post server >-%systemd_post %{scl_prefix}postgresql.service >+%systemd_post %service_name > /sbin/ldconfig > > %preun server >-%systemd_preun %{scl_prefix}postgresql.service >+%systemd_preun %service_name > > %postun server >-%systemd_postun_with_restart %{scl_prefix}postgresql.service >+%systemd_postun_with_restart %service_name > > # FILES section. > >@@ -1147,6 +1148,9 @@ cat psql-%{majorversion}.lang >>main.lst > %endif > > %changelog >+* Fri Oct 3 2014 Marcela MaÅ¡láÅová <mmaslano@redhat.com> 9.2.8-2.1 >+- global must be used in systemd_post, otherwise scriptlets fail >+ > * Mon Apr 07 2014 Jozef Mlich <jmlich@redhat.com> 9.2.8-2 > - added two dashes into scl-legacy.patch > Resolves: #1060767
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 1149257
: 943754