rpms/rpm/devel rpm-4.7.2-chmod-selinux.patch, 1.1, 1.2 rpm.spec, 1.368, 1.369

Panu Matilainen pmatilai at fedoraproject.org
Fri Dec 4 10:29:34 UTC 2009


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13499

Modified Files:
	rpm-4.7.2-chmod-selinux.patch rpm.spec 
Log Message:
- bah, test-suite autofoo breaks due to chmod-test change in configure.ac,
  buildrequire autoconf for now


rpm-4.7.2-chmod-selinux.patch:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: rpm-4.7.2-chmod-selinux.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm-4.7.2-chmod-selinux.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rpm-4.7.2-chmod-selinux.patch	4 Dec 2009 09:32:32 -0000	1.1
+++ rpm-4.7.2-chmod-selinux.patch	4 Dec 2009 10:29:34 -0000	1.2
@@ -10,15 +10,3 @@ diff -up rpm-4.7.2/configure.ac.chmod-te
  rm -f foo.chmodtest
  if test "$a" = "-rwxr-xr-x"; then
      AC_MSG_RESULT(yes)
-diff -up rpm-4.7.2/configure.chmod-test rpm-4.7.2/configure
---- rpm-4.7.2/configure.chmod-test	2009-12-04 11:24:06.000000000 +0200
-+++ rpm-4.7.2/configure	2009-12-04 11:24:51.000000000 +0200
-@@ -17626,7 +17626,7 @@ $as_echo_n "checking POSIX chmod... " >&
- touch foo.chmodtest
- chmod 744 foo.chmodtest
- chmod +X foo.chmodtest 2>/dev/null
--a=`ls -l foo.chmodtest | awk '{print $1}'`
-+a=`ls -l foo.chmodtest | awk '{print substr($1,1,10)}'`
- rm -f foo.chmodtest
- if test "$a" = "-rwxr-xr-x"; then
-     { $as_echo "$as_me:$LINENO: result: yes" >&5


Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.368
retrieving revision 1.369
diff -u -p -r1.368 -r1.369
--- rpm.spec	4 Dec 2009 09:32:33 -0000	1.368
+++ rpm.spec	4 Dec 2009 10:29:34 -0000	1.369
@@ -97,6 +97,9 @@ BuildRequires: xz-devel >= 4.999.8
 BuildRequires: sqlite-devel
 %endif
 
+# XXX temporarily for chmod-test patch
+BuildRequires: autoconf
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description




More information about the fedora-extras-commits mailing list