rpms/chkrootkit/EL-5 chkrootkit.spec,1.21,1.22

Manuel Wolfshant wolfy at fedoraproject.org
Fri Jul 2 09:52:23 UTC 2010


Author: wolfy

Update of /cvs/pkgs/rpms/chkrootkit/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19175

Modified Files:
	chkrootkit.spec 
Log Message:
- add BR for glibc-static, allowing to build in EL-6




Index: chkrootkit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/chkrootkit/EL-5/chkrootkit.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- chkrootkit.spec	2 Jul 2010 08:45:53 -0000	1.21
+++ chkrootkit.spec	2 Jul 2010 09:52:23 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           chkrootkit
 Version:        0.49
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool to locally check for signs of a rootkit
 Group:          Applications/System
 License:        BSD and GPLv2+ and Python
@@ -24,8 +24,7 @@ Patch10:	chkrootkit-0.49-chkutmp-outofbo
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
-
-%if 0%{?fedora} > 10
+%if 0%{?rhel} >= 6 || 0%{?fedora} > 10
 # as of glibc-2.9.90-7 in Rawhide
 BuildRequires:  glibc-static
 %endif
@@ -125,6 +124,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Fri Jul 02 2010 Manuel "lonely wolf" Wolfshant <wolfy at fedoraproject.org> - 0.49 -2
+- add BR for glibc-static, allowing to build in EL-6
+ 
 * Fri Jul 02 2010 Manuel "lonely wolf" Wolfshant <wolfy at fedoraproject.org> - 0.49 -1
 - sync with rawhide. includes the following changes:
     Thu Mar 18 2010 Jon Ciesla <limb at jcomserv.net> 0.49-1



More information about the scm-commits mailing list