Changeset 274 for branches/samba-3.3.x/packaging
- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- Location:
- branches/samba-3.3.x/packaging
- Files:
-
- 4 edited
-
RHEL-CTDB/samba.spec (modified) (1 diff)
-
RHEL/makerpms.sh (modified) (1 diff)
-
RHEL/samba.spec (modified) (3 diffs)
-
RHEL/samba.spec.tmpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/packaging/RHEL-CTDB/samba.spec
r224 r274 6 6 Packager: Samba Team <samba@samba.org> 7 7 Name: samba 8 Version: 3.3. 48 Version: 3.3.5 9 9 Release: ctdb.1 10 10 Epoch: 0 -
branches/samba-3.3.x/packaging/RHEL/makerpms.sh
r224 r274 21 21 USERID=`id -u` 22 22 GRPID=`id -g` 23 VERSION='3.3. 4'23 VERSION='3.3.5' 24 24 REVISION='' 25 25 SPECFILE="samba.spec" -
branches/samba-3.3.x/packaging/RHEL/samba.spec
r224 r274 6 6 Packager: Samba Team <samba@samba.org> 7 7 Name: samba 8 Version: 3.3. 48 Version: 3.3.5 9 9 Release: 1 10 10 Epoch: 0 … … 29 29 Prefix: /usr 30 30 BuildRoot: %{_tmppath}/%{name}-%{version}-root 31 BuildRequires: pam-devel, readline-devel, fileutils, libacl-devel, openldap-devel, krb5-devel, cups-devel 31 BuildRequires: pam-devel, readline-devel, fileutils, libacl-devel, openldap-devel, krb5-devel, cups-devel, keyutils-devel 32 32 33 33 # Working around perl dependency problem from docs … … 123 123 124 124 ## check for ccache 125 ccache -h 2>&1 > /dev/null 126 if [ $? -eq 0 ]; then 125 if [ "$(which ccache 2> /dev/null)" != "" ]; then 127 126 CC="ccache gcc" 128 127 else -
branches/samba-3.3.x/packaging/RHEL/samba.spec.tmpl
r224 r274 29 29 Prefix: /usr 30 30 BuildRoot: %{_tmppath}/%{name}-%{version}-root 31 BuildRequires: pam-devel, readline-devel, fileutils, libacl-devel, openldap-devel, krb5-devel, cups-devel 31 BuildRequires: pam-devel, readline-devel, fileutils, libacl-devel, openldap-devel, krb5-devel, cups-devel, keyutils-devel 32 32 33 33 # Working around perl dependency problem from docs … … 123 123 124 124 ## check for ccache 125 ccache -h 2>&1 > /dev/null 126 if [ $? -eq 0 ]; then 125 if [ "$(which ccache 2> /dev/null)" != "" ]; then 127 126 CC="ccache gcc" 128 127 else
Note:
See TracChangeset
for help on using the changeset viewer.
