diff --git a/initial-setup.spec b/initial-setup.spec index 7c1de53bc88301e02e20fad50e07ea92b73a4fea..b996f8b325db6e7bf8645665b46d1f2ca1d13336 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,10 +1,10 @@ Name: initial-setup -Version: 0.3.62 -Release: 5 +Version: 0.3.83 +Release: 1 Summary: Initialize system configuration for a newly installed computer License: GPLv2+ URL: https://github.com/rhinstaller/initial-setup -Source0: https://github.com/rhinstaller/initial-setup/archive/r0.3.62.1-1.tar.gz +Source0: https://github.com/rhinstaller/initial-setup/archive/r0.3.83-1.tar.gz Patch9001: initial-setup-add-support-openeuler.patch %define debug_package %{nil} @@ -27,7 +27,7 @@ The initial-setup application run during the first start of a newly installed co makes it possible to configure the computer according to the needs of the user. %prep -%autosetup -n initial-setup-r0.3.62-1 -p1 +%autosetup -n initial-setup-r0.3.83-1 -p1 rm -rf *.egg-info %build @@ -73,7 +73,13 @@ fi %{_libexecdir}/%{name}/{run-initial-setup,firstboot-windowmanager,reconfiguration-mode-enabled} %{_libexecdir}/%{name}/{initial-setup-graphical,initial-setup-text} %{_unitdir}/{initial-setup,initial-setup-reconfiguration}.service +%dir %{_sysconfdir}/%{name} +%dir %{_sysconfdir}/%{name}/conf.d +%config %{_sysconfdir}/%{name}/conf.d/* %changelog +* Wed Dec 01 2021 sunguoshuai - 0.3.83-1 +- Upgrade to 0.3.83 + * Tue Feb 18 2020 xuxijian - 0.36.62-5 - Package init diff --git a/r0.3.62.1-1.tar.gz b/r0.3.62.1-1.tar.gz deleted file mode 100644 index 811ffeba94b833261a3ccd64fa012653d6d193c4..0000000000000000000000000000000000000000 Binary files a/r0.3.62.1-1.tar.gz and /dev/null differ diff --git a/r0.3.83-1.tar.gz b/r0.3.83-1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bff12a2c4aac9b926208fe0f4cde44470a5e8099 Binary files /dev/null and b/r0.3.83-1.tar.gz differ