diff options
| author | Lucas Castro <lucas@gnuabordo.com.br> | 2024-01-11 00:05:31 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-06-03 12:03:39 -0300 |
| commit | efb7627fe0b494f2935864aa7ab7c40ddbdbe6bd (patch) | |
| tree | 177df2814ebc67c71bc08d4349c5f517bf496af3 /lsm.spec | |
| parent | 71810f99d67e3b3a151071f739c219b9afa2cddf (diff) | |
New upstream version 1.0.5upstream/1.0.5
Diffstat (limited to 'lsm.spec')
| -rw-r--r-- | lsm.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2,7 +2,7 @@ Summary: The Link Status Monitor Name: lsm -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} License: GPLv2 Group: System Environment/Daemons @@ -47,7 +47,7 @@ EFENCE= RPM_OPT_FLAGS="$(echo "%{optflags}" | sed 's/-O.\ / /')" EFENCE="-lefence" %endif -make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=${EFENCE} %{?_smp_mflags} +make PREFIX=%{_prefix} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=${EFENCE} %{?_smp_mflags} %install rm -rf %{buildroot} @@ -128,6 +128,10 @@ fi %dir %{_sharedstatedir}/lsm %changelog +* Fri May 13 2016 Mika Ilmaranta <ilmis@nullnet.fi> - 1.0.5-1 +- patches from Lucas de Castro Borges for Debian +- exept for POSIX compliancy scriptdir PREFIX/libexec/lsm + * Tue Jan 26 2016 Mika Ilmaranta <ilmis@nullnet.fi> - 1.0.4-1 - For systemd start after shorewall otherwise shorewall_script may be executed too early |
