added buildrequires flex-static
This commit is contained in:
parent
09b7709ba0
commit
67399105d3
@ -16,7 +16,7 @@ Requires(postun): chkconfig, /usr/sbin/userdel, initscripts
|
|||||||
Requires(preun): chkconfig, initscripts
|
Requires(preun): chkconfig, initscripts
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
BuildRequires: flex, byacc
|
BuildRequires: flex, flex-static, byacc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -93,7 +93,8 @@ exit 0
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Dec 01 2010 Jiri Skala <jskala@redhat.com> - 1.6-3
|
* Wed Dec 01 2010 Jiri Skala <jskala@redhat.com> - 1.6-3
|
||||||
- fixes #656682 - Please Update Spec File to use %ghost on files in /var/run
|
- fixes #656682 - using %ghost on files in /var/run
|
||||||
|
- added necessary buildrequres flex-static
|
||||||
|
|
||||||
* Fri May 21 2010 Jiri Skala <jskala@redhat.com> - 1.6-2
|
* Fri May 21 2010 Jiri Skala <jskala@redhat.com> - 1.6-2
|
||||||
- ensure fax group id == fax user id
|
- ensure fax group id == fax user id
|
||||||
|
Loading…
Reference in New Issue
Block a user