- Filter output to remove errors and only keep IP
This commit is contained in:
parent
082f0a475e
commit
53c11e2a14
@ -1,3 +1,12 @@
|
|||||||
|
|
||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
MyIP V 1.0.1 - A. GIBERT - 2025/07/26
|
||||||
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Filter output to remove errors and only keep IP
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
MyIP V 1.0.0 - A. GIBERT - 2025/04/25
|
MyIP V 1.0.0 - A. GIBERT - 2025/04/25
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name myip
|
%define name myip
|
||||||
%define version 1.0.0
|
%define version 1.0.1
|
||||||
%define release %mkrel 1rx3
|
%define release %mkrel 1rx3
|
||||||
|
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
@ -50,5 +50,8 @@ install -D -pm 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 26 2025 Arnaud G. GIBERT <arnaud@rx3.net> - 1.0.1-1rx3.mga9
|
||||||
|
- Filter output to remove errors and only keep IP
|
||||||
|
|
||||||
* Sun Apr 6 2025 Arnaud G. GIBERT <arnaud@rx3.net> - 1.0.0-1rx3.mga9
|
* Sun Apr 6 2025 Arnaud G. GIBERT <arnaud@rx3.net> - 1.0.0-1rx3.mga9
|
||||||
- Create initial SPEC file for 1.0.0 on Mageia 9
|
- Create initial SPEC file for 1.0.0 on Mageia 9
|
||||||
|
Loading…
Reference in New Issue
Block a user