Compare commits

1 Commits
main ... 1.1

2 changed files with 2 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Mon Feb 26 12:49:28 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
PatchN.
-------------------------------------------------------------------
Tue Jan 11 13:21:31 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@@ -93,7 +93,8 @@ Requires: libosmvendor%{lib_osmvendor_major} = %{version}
Symlinks for the dynamic libraries and header files for OpenSM.
%prep
%autosetup -p0 -n %{name}-%{version}%{git_ver}
%setup -q -n %{name}-%{version}%{git_ver}
%patch1
cp %{S:1} %{S:2} %{S:3} .
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')