- Migrate to rx3 base library.
- Support rx3-base 1.1.2.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||
#
|
||||
# MPM (Meta Package Manager)
|
||||
#
|
||||
# Copyright (C) 2024-2026 Arnaud G. GIBERT
|
||||
# mailto:arnaud@rx3.net
|
||||
#
|
||||
@@ -23,7 +24,7 @@
|
||||
|
||||
|
||||
%define name mpm
|
||||
%define version 1.1.1
|
||||
%define version 1.1.2
|
||||
%define release %mkrel 1rx3
|
||||
|
||||
%global debug_package %{nil}
|
||||
@@ -97,7 +98,7 @@ install -D -pm 644 etc/bash_completion.d/%{name} %{buildroot}%{_sysconfdir}/bas
|
||||
install -D -pm 755 sbin/%{name} %{buildroot}%{_sbindir}/%{name}
|
||||
|
||||
# Server
|
||||
cd var/www/html/%{name}-repository
|
||||
cd www/html/%{name}-repository
|
||||
for file in *.mpm
|
||||
do
|
||||
install -D -pm 644 ${file} %{buildroot}%{_webhtml}/%{name}-repository/${file}
|
||||
@@ -142,6 +143,9 @@ done
|
||||
#-----------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Apr 20 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.1.2-1rx3.mga9
|
||||
- Update to 1.1.2
|
||||
|
||||
* Sat Mar 21 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.1.1-1rx3.mga9
|
||||
- Update to 1.1.1
|
||||
- Add bash completion support
|
||||
|
||||
Reference in New Issue
Block a user