Browse Source

update samba-libraries

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8130 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 11 years ago
parent
commit
fc220f1ee0

+ 7 - 2
c/cifs-utils/cifs-utils-vl.spec

@@ -1,6 +1,6 @@
 Name:           cifs-utils
 Version:        6.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Utilities for mounting and managing CIFS mounts
 
 Group:          System Environment/Daemons
@@ -14,7 +14,9 @@ Packager: tomop
 
 Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
 
-BuildRequires:  libcap-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
+BuildRequires:  libcap-devel libcap-ng-devel libtalloc-devel krb5-devel
+BuildRequires:  keyutils-libs-devel libwbclient-devel
+BuildRequires:  autoconf automake
 Requires:       keyutils
 
 %description
@@ -59,6 +61,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mount.cifs.8.gz
 
 %changelog
+* Wed Jan 08 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-2
+- rebuilt with current environment.
+
 * Wed Oct 09 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-1
 - new upstream release
 

+ 11 - 2
c/ctdb/ctdb-vl.spec

@@ -2,7 +2,7 @@
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
-Version: 2.4
+Version: 2.5
 Release: 1%{?_dist_release}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -117,20 +117,26 @@ fi
 
 %files
 %defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/sudoers.d/ctdb
 %config(noreplace) %{_sysconfdir}/sysconfig/ctdb
 %config(noreplace) %{_sysconfdir}/ctdb/notify.sh
 %config(noreplace) %{_sysconfdir}/ctdb/ctdb-crash-cleanup.sh
+%config(noreplace) %{_sysconfdir}/ctdb/debug_locks.sh
 %config(noreplace) %{_sysconfdir}/ctdb/functions
+%config(noreplace) %{_sysconfdir}/ctdb/nfs-rpc-checks.d/*
 %attr(755,root,root) %{initdir}/ctdb
 
 %{_docdir}/ctdb-%{version}
 %dir %{_sysconfdir}/ctdb
+%dir %{_sysconfdir}/ctdb/nfs-rpc-checks.d
 %{_sysconfdir}/ctdb/statd-callout
 %{_sysconfdir}/ctdb/events.d/
 %{_sysconfdir}/ctdb/debug-hung-script.sh
 %{_sysconfdir}/ctdb/gcore_trace.sh
 %{_sbindir}/ctdbd
+%{_sbindir}/ctdbd_wrapper
 %{_bindir}/ctdb
+%{_bindir}/ctdb_lock_helper
 %{_bindir}/smnotify
 %{_bindir}/ping_pong
 %{_bindir}/ctdb_diagnostics
@@ -149,10 +155,13 @@ fi
 %{_includedir}/ctdb_protocol.h
 %{_includedir}/ctdb_private.h
 %{_includedir}/ctdb_typesafe_cb.h
-%{_libdir}/libctdb.a
+#%{_libdir}/libctdb.a
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Wed Jan 08 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5-1
+- new upstream release.
+
 * Tue Oct 08 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4-1
 - new upstream release.
 

+ 4 - 1
lib/libl/libldb/libldb-vl.spec

@@ -4,7 +4,7 @@
 
 Name: libldb
 Version: 1.1.16
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: Development/Libraries
 Summary: A schema-less, ldap like, API and database
 Requires: libtalloc >= %{talloc_version}
@@ -176,6 +176,9 @@ rm -rf %{buildroot}
 /sbin/ldconfig
 
 %changelog
+* Wed Jan 08 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.16-2
+- rebuilt with current environment.
+
 * Tue Oct 08 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.16-1
 - new upstream release.
 

+ 4 - 1
lib/libt/libtalloc/libtalloc-vl.spec

@@ -2,7 +2,7 @@
 
 Name: libtalloc
 Version: 2.1.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: System Environment/Libraries
 Summary: The talloc library
 License: LGPLv3+
@@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jan 08 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.0-2
+- rebuilt with current environment.
+
 * Tue Oct 08 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.0-1
 - new upstream release.
 

+ 4 - 1
lib/libt/libtdb/libtdb-vl.spec

@@ -2,7 +2,7 @@
 
 Name: libtdb
 Version: 1.2.12
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: System Environment/Libraries
 Summary: The tdb library
 License: LGPLv3+
@@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jan 08 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.12-2
+- rebuilt with current environment.
+
 * Tue Oct 08 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.12-1
 - new upstream release.
 

+ 4 - 1
lib/libt/libtevent/libtevent-vl.spec

@@ -1,5 +1,5 @@
 Name: libtevent
-Version: 0.9.19
+Version: 0.9.20
 Release: 1%{?_dist_release}
 Group: System Environment/Daemons
 Summary: The tevent library
@@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Jan 08 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.20-1
+- new upstream release.
+
 * Tue Oct 08 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.19-1
 - new upstream release.