Compare commits

1 Commits
main ... 1.1

2 changed files with 3 additions and 7 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Tue Feb 20 15:42:14 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Mon Apr 10 01:26:06 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -59,7 +59,9 @@ Utempter is a privileged helper for utmp and wtmp updates. This
package contains the library used by applications.
%prep
%autosetup -p1 -n lib%{name}-%{version}
%setup -q -n lib%{name}-%{version}
%patch0 -p1
%patch1 -p1
%build
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags} -fPIC" CC="gcc" libexecdir=%{_libexecdir}