Browse Source

updated 3 packages

kernel-install-248-1

libdrm-2.4.104-1

nsd-4.3.6-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
73cbd68276
3 changed files with 91 additions and 28 deletions
  1. 52 0
      k/kernel-install/kernel-install-vl.spec
  2. 12 5
      lib/libd/libdrm/libdrm-vl.spec
  3. 27 23
      n/nsd/nsd-vl.spec

+ 52 - 0
k/kernel-install/kernel-install-vl.spec

@@ -0,0 +1,52 @@
+Name:           kernel-install
+Summary:        A post-install script for kernel
+Summary(ja):    kernelのインストール後処理を行うスクリプト
+Version:        248
+Release:        1%{?_dist_release}
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+License:        LGPL2.1+
+Source0:        kernel-install
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildArch:      noarch
+
+Requires:       dracut
+Recommends:     grub2
+
+%description
+kernel-install is a script extracted from systemd, and will be called
+after installation of kernel.
+
+%description -l ja
+ kernel-installはsystemdの一部であり、kernelがインストールされた後の処理を
+行います。
+
+
+%prep
+
+
+%build
+
+
+%install
+%{__rm} -rf %{buildroot}
+mkdir -p %{buildroot}%{_bindir}/
+install -Dpm755 %{SOURCE0} %{buildroot}%{_bindir}/
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root)
+%{_bindir}/*
+
+
+%changelog
+* Tue Apr 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 248-1
+- initial build for Vine Linux.
+- brought from systemd-248.

+ 12 - 5
lib/libd/libdrm/libdrm-vl.spec

@@ -4,7 +4,7 @@
 Summary: Direct Rendering Manager runtime library
 Summary(ja): Direct Rendering Manager ランタイムライブラリ
 Name: libdrm
-Version: 2.4.102
+Version: 2.4.104
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -23,7 +23,11 @@ BuildRequires: pkgconfig
 BuildRequires: libxcb-devel >= 1.9-2
 BuildRequires: libpciaccess-devel
 BuildRequires: libatomic_ops-devel
+%if %{defined _unitdir}
+BuildRequires: systemd-devel
+%else
 BuildRequires: eudev-libudev-devel
+%endif
 BuildRequires: kernel-headers >= 2.6.27-1
 BuildRequires: xorg-x11-util-macros
 
@@ -45,7 +49,7 @@ Direct Rendering Manager development package
 %package -n drm-utils
 Summary: Direct Rendering Manager utilities
 Summary(ja): Direct Rendering Manager ユーティリティ
-Group: programming
+Group: admin-tools
 
 %description -n drm-utils
 Utility programs for the kernel DRM interface.  Will void your warranty.
@@ -55,7 +59,7 @@ Utility programs for the kernel DRM interface.  Will void your warranty.
 %package -n compat32-%{name}
 Summary: Direct Rendering Manager runtime library
 Summary(ja): Direct Rendering Manager ランタイムライブラリ
-Group: system
+Group: system,legacy
 Requires: %{name} = %{version}-%{release}
 
 %description -n compat32-%{name}
@@ -65,7 +69,7 @@ Direct Rendering Manager runtime library
 %package -n compat32-%{name}-devel
 Summary: Direct Rendering Manager development package
 Summary(ja): Direct Rendering Manager 開発パッケージ
-Group: programming
+Group: programming,legacy
 Requires: compat32-%{name} = %{version}-%{release}
 Requires: %{name}-devel = %{version}-%{release}
 
@@ -234,6 +238,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Apr 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.104-1
+- updated to 2.4.104.
+
 * Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.102-1
 - updated to 2.4.102.
 
@@ -245,7 +252,7 @@ rm -rf %{buildroot}
 
 * Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.96-1
 - updated to 2.4.96.
-- droppedd Patch5.
+- dropped Patch5.
 
 * Wed Feb 14 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.89-1
 - updated to 2.4.89

+ 27 - 23
n/nsd/nsd-vl.spec

@@ -3,7 +3,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Summary(ja): 高速で最小限のAuthoritative専用DNSネームサーバ
 Name: nsd
-Version: 4.3.5
+Version: 4.3.6
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Vendor: Project Vine
@@ -48,7 +48,7 @@ NSD に関する詳しい情報は REQUIREMENTS ドキュメントを参照し
 
 %prep
 %setup -q
-autoreconf
+autoreconf -vif
 
 
 %build
@@ -121,27 +121,6 @@ sed -i \
 rm -rf ${RPM_BUILD_ROOT}
 
 
-%files 
-%defattr(-,root,root,-)
-%doc doc/*
-%doc contrib/nsd.zones2nsd.conf
-%dir %{_sysconfdir}/nsd/
-%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.conf
-#%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.zones
-%if %{with systemd}
-%attr(0644,root,root) %{_unitdir}/nsd.service
-%attr(0644,root,root) %{_unitdir}/nsd-keygen.service
-%attr(0644,root,root) %{_tmpfilesdir}/nsd.conf
-%else
-%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/nsd
-%attr(0755,root,root) %{_initrddir}/%{name}
-%endif
-%ghost %attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}
-%attr(0755,%{name},%{name}) %dir %{_localstatedir}/lib/%{name}
-%{_sbindir}/*
-%{_mandir}/*/*
-
-
 %pre
 getent group nsd >/dev/null || groupadd -r nsd
 getent passwd nsd >/dev/null || \
@@ -183,7 +162,32 @@ if [ "$1" -ge "1" -a ! -x /bin/systemctl ]; then
 fi
 %endif
 
+
+%files 
+%defattr(-,root,root,-)
+%doc doc/*
+%doc contrib/nsd.zones2nsd.conf
+%dir %{_sysconfdir}/nsd/
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.conf
+#%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.zones
+%if %{with systemd}
+%attr(0644,root,root) %{_unitdir}/nsd.service
+%attr(0644,root,root) %{_unitdir}/nsd-keygen.service
+%attr(0644,root,root) %{_tmpfilesdir}/nsd.conf
+%else
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/nsd
+%attr(0755,root,root) %{_initrddir}/%{name}
+%endif
+%ghost %attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}
+%attr(0755,%{name},%{name}) %dir %{_localstatedir}/lib/%{name}
+%{_sbindir}/*
+%{_mandir}/*/*
+
+
 %changelog
+* Tue Apr 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.6-1
+- new upstream release.
+
 * Tue Jan 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.5-1
 - new upstream release.