Browse Source

updated 4 packages

kernel-5.10.41-1

mm-common-1.0.3-1

nginx-1.20.1-11

samba-4.14.5-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
2749839899
4 changed files with 29 additions and 7 deletions
  1. 13 1
      k/kernel/kernel-vl.spec
  2. 7 3
      m/mm-common/mm-common-vl.spec
  3. 5 2
      n/nginx/nginx-vl.spec
  4. 4 1
      s/samba/samba-vl.spec

+ 13 - 1
k/kernel/kernel-vl.spec

@@ -40,7 +40,7 @@
 # adding some text to the end of the version number.
 #
 %define sublevel 10
-%define patchlevel 38
+%define patchlevel 41
 %define kversion 5.%{sublevel}
 %define rpmversion 5.%{sublevel}.%{patchlevel}
 %define release 1%{?_dist_release}%{?with_systemd:.systemd}
@@ -1007,6 +1007,10 @@ if [ -x %{_sbindir}/weak-modules ]; then
 fi
 rm -f /lib/modules/"%{KVERREL}"/modules.{alias{,.bin},builtin.bin,dep{,.bin},devname,softdep,symbols{,.bin}}
 
+%postun
+if [ -x /usr/lib/kernel/install.d/99-grub-mkconfig.install ]; then
+  /usr/lib/kernel/install.d/99-grub-mkconfig.install remove
+fi
 
 %if %{buildpae}
 %if %{with compat_grub_legacy}
@@ -1052,6 +1056,11 @@ if [ -x %{_sbindir}/weak-modules ]; then
 	%{_sbindir}/weak-modules --remove-kernel %{KVERREL}pae || exit $?
 fi
 rm -f /lib/modules/"%{KVERREL}pae"/modules.{alias{,.bin},builtin.bin,dep{,.bin},devname,softdep,symbols{,.bin}}
+
+%postun pae
+if [ -x /usr/lib/kernel/install.d/99-grub-mkconfig.install ]; then
+  /usr/lib/kernel/install.d/99-grub-mkconfig.install remove
+fi
 %endif
 
 
@@ -1173,6 +1182,9 @@ rm -f /lib/modules/"%{KVERREL}pae"/modules.{alias{,.bin},builtin.bin,dep{,.bin},
 
 
 %changelog
+* Sat May 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.41-1
+- updated to 5.10.41.
+
 * Thu May 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.38-1
 - updated to 5.10.38.
 

+ 7 - 3
m/mm-common/mm-common-vl.spec

@@ -1,7 +1,8 @@
 Summary:        Common build files of the C++ bindings
 Name:           mm-common
-Version:        1.0.1
-Release:        3%{?_dist_release}
+Version:        1.0.3
+Release:        1%{?_dist_release}
+Group:          programming
 Vendor:	        Project Vine
 Distribution:   Vine Linux
 
@@ -30,7 +31,7 @@ to build glibmm and gtkmm from tarballs.
 
 %package docs
 Summary:        Documentation for %{name}, includes example mm module skeleton
-Group:          Documentation
+Group:          documentation
 Requires:       %{name} = %{version}-%{release}
 
 %description docs
@@ -71,6 +72,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri May 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.3-1
+- new upstream release.
+
 * Thu Aug 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.1-3
 - new upstream release.
 

+ 5 - 2
n/nginx/nginx-vl.spec

@@ -1,5 +1,4 @@
 %bcond_with systemd
-%global nginx_version 1.20.0
 
 # build mod_wsgi
 %bcond_with wsgi
@@ -31,9 +30,10 @@ Summary:        Robust, small and high performance http and reverse proxy server
 Summary(ja):    堅牢・軽量・高性能な HTTP およびリバースプロキシサーバ
 Name:           nginx
 Group:          servers
+%global nginx_version 1.20.1
 Version:        %{nginx_version}
 # do not reset or decrease.
-Release:        10%{?_dist_release}%{?with_systemd:.systemd}
+Release:        11%{?_dist_release}%{?with_systemd:.systemd}
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Packager:       daisuke
@@ -795,6 +795,9 @@ fi
 
 
 %changelog
+* Fri May 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.1-11
+- updated to 1.20.1.
+
 * Wed Apr 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.0-10
 - updated to 1.20.0.
 

+ 4 - 1
s/samba/samba-vl.spec

@@ -2,7 +2,7 @@
 %bcond_with tracker
 %bcond_without pidl
 
-%define samba_version 4.14.4
+%define samba_version 4.14.5
 #define rc_number rc4
 %define samba_release 1
 
@@ -1801,6 +1801,9 @@ fi
 
 
 %changelog
+* Tue Jun 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.14.5-1
+- new upstream release.
+
 * Fri Apr 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.14.4-1
 - new upstream release.