projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b24b7
)
Add pgpoolAdmin.patch as patch2
author
Nozomi Anzai
<
[email protected]
>
Tue, 27 Jan 2015 02:40:49 +0000
(11:40 +0900)
committer
Nozomi Anzai
<
[email protected]
>
Tue, 27 Jan 2015 02:40:49 +0000
(11:40 +0900)
pgpoolAdmin.spec
patch
|
blob
|
blame
|
history
diff --git
a/pgpoolAdmin.spec
b/pgpoolAdmin.spec
index cb75c6b73c90189aafe434794c5e93ef6e271ed4..1fbf64966ee94dd900d37a7b243b18f38d6dc16c 100644
(file)
--- a/
pgpoolAdmin.spec
+++ b/
pgpoolAdmin.spec
@@
-23,6
+23,7
@@
Buildarch: noarch
%define _pgpoolAdmindir /var/www/html/%{name}
#Patch1: pgmgt.conf.php.patch
+Patch2: pgpoolAdmin.patch
%description
The pgpool Administration Tool is management tool of pgpool-II. It is
@@
-31,6
+32,7
@@
possible to monitor, start, stop pgpool and change settings of pgpool-II.
%prep
%setup -q -n %{name}-%{version}
#%patch1 -p1
+%patch2 -p1
%build
%install
@@
-85,6
+87,9
@@
rm -rf %{buildroot}
%changelog
+* Tue Jan 27 2015 Nozomi Anzai <
[email protected]
> 3.4.1-1
+- Add pgpoolAdmin.patch as patch2
+
* Wed Mar 13 2013 Nozomi Anzai <
[email protected]
> 3.2.2-1
- Update to 3.2.2
- Change directory to install: /usr/share -> /var/www/html