Browse Source

updated 2 packages

libtdb-1.4.5-1

samba-4.14.7-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
3a16eb2c6b
2 changed files with 14 additions and 21 deletions
  1. 9 19
      lib/libt/libtdb/libtdb-vl.spec
  2. 5 2
      s/samba/samba-vl.spec

+ 9 - 19
lib/libt/libtdb/libtdb-vl.spec

@@ -5,8 +5,8 @@
 Summary: The tdb library
 Summary(ja): TDB ライブラリ
 Name: libtdb
-Version: 1.4.3
-Release: 2%{?_dist_release}
+Version: 1.4.5
+Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -86,6 +86,9 @@ A library that implements a trivial database.
 %endif
 
 
+%debug_package
+
+
 %prep
 %setup -q -n tdb-%{version}
 
@@ -156,24 +159,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-%if %{with python2}
-%post -n python-tdb -p /sbin/ldconfig
-%postun -n python-tdb -p /sbin/ldconfig
-%endif
-
-%post -n python3-tdb -p /sbin/ldconfig
-%postun -n python3-tdb -p /sbin/ldconfig
-
-%if %build_compat32
-%post -n compat32-libtdb -p /sbin/ldconfig
-%postun -n compat32-libtdb -p /sbin/ldconfig
-%endif
-
-
 %changelog
+* Tue Aug 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.5-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.3-2
 - rebuilt with python-3.8.
 

+ 5 - 2
s/samba/samba-vl.spec

@@ -2,11 +2,11 @@
 %bcond_with tracker
 %bcond_without pidl
 
-%define samba_version 4.14.6
+%define samba_version 4.14.7
 #define rc_number rc4
 %define samba_release 1
 
-%define doc_version 4.14.0-1
+%define doc_version 4.14.5
 %define api_version 4.0
 %define libwbc_soname 0
 %define libwbc_sover 0.15
@@ -1801,6 +1801,9 @@ fi
 
 
 %changelog
+* Tue Aug 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.14.7-1
+- new upstream release.
+
 * Tue Jul 13 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.14.6-1
 - new upstream release.