|
@@ -1,11 +1,5 @@
|
|
%define with_python 0
|
|
%define with_python 0
|
|
|
|
|
|
-%define build_vine6 0
|
|
|
|
-
|
|
|
|
-%if "%{?_dist_release}" == "vl6"
|
|
|
|
-%define build_vine6 1
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
%define snapver git522
|
|
%define snapver git522
|
|
%define srcver %{version}.%{snapver}
|
|
%define srcver %{version}.%{snapver}
|
|
|
|
|
|
@@ -13,7 +7,7 @@ Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
|
|
Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
|
|
Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
|
|
Name: apt
|
|
Name: apt
|
|
Version: 0.5.15lorg3.95
|
|
Version: 0.5.15lorg3.95
|
|
-Release: 34.%{snapver}%{?_dist_release}
|
|
|
|
|
|
+Release: 35.%{snapver}%{?_dist_release}
|
|
Group: admin-tools
|
|
Group: admin-tools
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -40,6 +34,7 @@ Source41: allow-duplicated.conf
|
|
|
|
|
|
Source50: remove-old-kernels.lua
|
|
Source50: remove-old-kernels.lua
|
|
Source51: remove-old-kernels.conf
|
|
Source51: remove-old-kernels.conf
|
|
|
|
+Source52: get-old-kernel.sh
|
|
|
|
|
|
Source100: apt-0.5.15lorg3.93-ja.po
|
|
Source100: apt-0.5.15lorg3.93-ja.po
|
|
|
|
|
|
@@ -340,6 +335,7 @@ popd
|
|
# install remove-old-kernels.{lua,conf}
|
|
# install remove-old-kernels.{lua,conf}
|
|
install %{SOURCE50} %{buildroot}%{_datadir}/apt/scripts
|
|
install %{SOURCE50} %{buildroot}%{_datadir}/apt/scripts
|
|
install %{SOURCE51} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/remove-old-kernels.conf
|
|
install %{SOURCE51} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/remove-old-kernels.conf
|
|
|
|
+install -Dpm755 %{SOURCE52} %{buildroot}%{_libexecdir}/apt/get-old-kernel.sh
|
|
|
|
|
|
%if %{with_python}
|
|
%if %{with_python}
|
|
# install apt.py
|
|
# install apt.py
|
|
@@ -429,6 +425,7 @@ rm -rf %{buildroot}
|
|
%dir %{_datadir}/apt/scripts
|
|
%dir %{_datadir}/apt/scripts
|
|
%{_libdir}/apt/methods/*
|
|
%{_libdir}/apt/methods/*
|
|
%{_datadir}/apt/scripts/*
|
|
%{_datadir}/apt/scripts/*
|
|
|
|
+%{_libexecdir}/apt
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -447,8 +444,11 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri May 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-35.git522
|
|
|
|
+- updated remove-old-kernels.lua to support kernel-install.
|
|
|
|
+
|
|
* Fri Mar 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-34.git522
|
|
* Fri Mar 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-34.git522
|
|
-- fixed referencing outside the buffer range.
|
|
|
|
|
|
+- fixed referencing outside of the buffer range.
|
|
|
|
|
|
* Fri Mar 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-33.git522
|
|
* Fri Mar 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-33.git522
|
|
- fixed C++-lua interface.
|
|
- fixed C++-lua interface.
|