summaryrefslogtreecommitdiffstats
path: root/ldapserver.spec.tmpl
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-04-01 20:16:42 +0000
committerRich Megginson <rmeggins@redhat.com>2005-04-01 20:16:42 +0000
commit90797664e73ac24514ac5240fb3519f10d7a7edc (patch)
tree243186adee6933bb1036f7e8b4e7b7d38bf27569 /ldapserver.spec.tmpl
parent2484e6006d1f444eb3fdc118628a539d20cf8014 (diff)
downloadds-90797664e73ac24514ac5240fb3519f10d7a7edc.tar.gz
ds-90797664e73ac24514ac5240fb3519f10d7a7edc.tar.xz
ds-90797664e73ac24514ac5240fb3519f10d7a7edc.zip
Use setup -q to suppress tar output
Diffstat (limited to 'ldapserver.spec.tmpl')
-rw-r--r--ldapserver.spec.tmpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/ldapserver.spec.tmpl b/ldapserver.spec.tmpl
index 7a3bf006..ca2d871e 100644
--- a/ldapserver.spec.tmpl
+++ b/ldapserver.spec.tmpl
@@ -26,7 +26,7 @@ Prefix: /opt/%{name}
# in the SOURCES directory - it will be unpacked
# in the _builddir (not BuildRoot)
%prep
-%setup
+%setup -q
%build
# This will do a regular make build and make pkg
@@ -74,10 +74,13 @@ echo ""
echo "Please cd " %{prefix} " and run ./setup/setup"
%changelog
-* Tue Mar 29 2005 Richard Megginson <rich@localhost.localdomain> 7.1-1
+* Fri Apr 1 2005 Rich Megginson <rmeggins@redhat.com> 7.1-1
+- use setup -q to suppress tar output
+
+* Tue Mar 29 2005 Richard Megginson <rmeggins@redhat.com> 7.1-1
- use INTERNAL_BUILD=1 for internal builds - change rev to 1
-* Tue Mar 8 2005 Richard Megginson <rich@localhost.localdomain> 7.1-0
+* Tue Mar 8 2005 Richard Megginson <rmeggins@redhat.com> 7.1-0
- use ${prefix} instead of /opt/ldapserver - prefix is defined as /opt/%{name}
* Thu Jan 20 2005 Richard Megginson <rmeggins@redhat.com>