commit 48fd3bd19a37578d01ff45c2f57855d271adeb93 Author: eabdullin Date: Thu Oct 24 17:29:25 2024 +0300 Import from epel diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5894a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +livesys-scripts-0.6.4.tar.gz diff --git a/livesys-scripts.spec b/livesys-scripts.spec new file mode 100644 index 0000000..24b690b --- /dev/null +++ b/livesys-scripts.spec @@ -0,0 +1,139 @@ +Name: livesys-scripts +Version: 0.6.4 +Release: 1%{?dist} +Summary: Scripts for auto-configuring live media during boot + +License: GPL-3.0-or-later +URL: https://pagure.io/livesys-scripts +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz + +BuildRequires: systemd-rpm-macros +BuildRequires: make + +BuildArch: noarch + + +%description +%{summary}. + + +%prep +%autosetup + + +%build +# Nothing to do + +%install +%make_install + +# Make ghost files +mkdir -p %{buildroot}%{_sharedstatedir}/livesys +touch %{buildroot}%{_sharedstatedir}/livesys/livesys-session-extra +touch %{buildroot}%{_sharedstatedir}/livesys/livesys-session-late-extra + + +%preun +%systemd_preun livesys.service livesys-late.service + + +%post +%systemd_post livesys.service livesys-late.service + + +%postun +%systemd_postun livesys.service livesys-late.service + + +%files +%license COPYING +%doc README.md +%config(noreplace) %{_sysconfdir}/sysconfig/livesys +%{_libexecdir}/livesys/ +%{_unitdir}/livesys* +%dir %{_sharedstatedir}/livesys +%ghost %{_sharedstatedir}/livesys/livesys-session-extra +%ghost %{_sharedstatedir}/livesys/livesys-session-late-extra + + +%changelog +* Wed Aug 28 2024 Neal Gompa - 0.6.4-1 +- Update to 0.6.4 + +* Tue Aug 13 2024 Neal Gompa - 0.6.3-1 +- Update to 0.6.3 + +* Thu Jul 25 2024 Miroslav Suchý - 0.6.2-2 +- convert license to SPDX + +* Wed Jul 24 2024 Neal Gompa - 0.6.2-1 +- Update to 0.6.2 + +* Thu Jul 18 2024 Fedora Release Engineering - 0.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 0.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 0.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Dec 04 2023 Neal Gompa - 0.6.0-1 +- Update to 0.6.0 + +* Mon Aug 21 2023 Neal Gompa - 0.5.0-1 +- Update to 0.5.0 + +* Thu Jul 20 2023 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Apr 12 2023 Neal Gompa - 0.4.3-1 +- Update to 0.4.3 + +* Tue Apr 11 2023 Adam Williamson - 0.4.2-1 +- Update to 0.4.2 + +* Tue Mar 21 2023 Adam Williamson - 0.4.1-1 +- Update to 0.4.1 + +* Sun Mar 05 2023 Neal Gompa - 0.4.0-1 +- Update to 0.4.0 + +* Mon Feb 20 2023 Neal Gompa - 0.3.7-1 +- Update to 0.3.7 + +* Mon Feb 13 2023 Neal Gompa - 0.3.6-1 +- Update to 0.3.6 + +* Mon Feb 06 2023 Neal Gompa - 0.3.5-1 +- Update to 0.3.5 + +* Sun Feb 05 2023 Neal Gompa - 0.3.4-1 +- Update to 0.3.4 + +* Thu Jan 19 2023 Fedora Release Engineering - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sun Dec 18 2022 Neal Gompa - 0.3.3-1 +- Update to 0.3.3 + +* Sun Dec 11 2022 Neal Gompa - 0.3.2-1 +- Update to 0.3.2 + +* Sun Dec 04 2022 Neal Gompa - 0.3.1-1 +- Update to 0.3.1 + +* Sun Nov 27 2022 Neal Gompa - 0.3.0-1 +- Update to 0.3.0 + +* Thu Jul 21 2022 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Apr 07 2022 Neal Gompa - 0.2.1-1 +- Update to 0.2.1 + +* Thu Mar 31 2022 Neal Gompa - 0.2.0-1 +- Update to 0.2.0 + +* Sat Mar 26 2022 Neal Gompa - 0.1.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..bb073b2 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +ef8b4d928bb966d49921597130c13a5a3568756a livesys-scripts-0.6.4.tar.gz