Compare commits

1 Commits
1.1 ... main

2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 27 13:35:59 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Use %autosetup to work with rpm-4.20 (bsc#1240154)
-------------------------------------------------------------------
Wed Jun 16 11:10:40 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -69,9 +69,7 @@ Examples of using menus and dialog boxes in shell scripts.
%lang_package
%prep
%setup -q -n %{name}-%{version}-%{src_date}
%patch0
%patch2 -p1
%autosetup -n %{name}-%{version}-%{src_date}
%build
CC=gcc