diff --git a/initial-setup.spec b/initial-setup.spec index fd34283766c58c315c7927f6d52f93499e782abb..95158d87c6f412a31c2e9abd00d759abe4a41c87 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,14 +1,13 @@ Name: initial-setup -Version: 0.3.83 +Version: 0.3.95 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.83-1.tar.gz +Source0: https://github.com/rhinstaller/initial-setup/archive/r%{version}-1.tar.gz Patch0001: Drop-python-nose-from-the-dependencies.patch Patch9001: initial-setup-add-support-openeuler.patch - %define debug_package %{nil} BuildRequires: gettext python3-devel python3-setuptools systemd-units @@ -29,7 +28,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.83-1 -p1 +%autosetup -n initial-setup-r%{version}-1 -p1 rm -rf *.egg-info %build @@ -82,6 +81,9 @@ fi %changelog +* Thu Nov 3 2022 hkgy - 0.3.95-1 +- Upgrade to 0.3.95 + * Fri Apr 29 2022 yangping - 0.3.83-1 - Upgrade to 0.3.83 diff --git a/r0.3.83-1.tar.gz b/r0.3.83-1.tar.gz deleted file mode 100644 index bff12a2c4aac9b926208fe0f4cde44470a5e8099..0000000000000000000000000000000000000000 Binary files a/r0.3.83-1.tar.gz and /dev/null differ diff --git a/r0.3.95-1.tar.gz b/r0.3.95-1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..917d26b44bdc3f195801e1c9c2be45c9b6a4824f Binary files /dev/null and b/r0.3.95-1.tar.gz differ