mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 23:05:11 +00:00
Fix up a couple of issues that were preventing things from building.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
AC_INIT(configure.in)
|
AC_INIT(configure.in)
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE(libapparmor, 2.1)
|
AM_INIT_AUTOMAKE(libapparmor1, 2.1)
|
||||||
|
|
||||||
AM_PROG_LEX
|
AM_PROG_LEX
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
|
@@ -9,7 +9,7 @@ Version: 2.1
|
|||||||
Release: 2
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
BuildRoot: %{_tmppath}/%{name}-${version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: swig gcc perl
|
BuildRequires: swig gcc perl
|
||||||
Provides: libapparmor
|
Provides: libapparmor
|
||||||
|
Reference in New Issue
Block a user