removed the suid bit from zypp-checkpatches-wrapper so that the
authorMartin Vidner <mvidner@suse.cz>
Wed, 11 Oct 2006 07:21:52 +0000 (07:21 +0000)
committerMartin Vidner <mvidner@suse.cz>
Wed, 11 Oct 2006 07:21:52 +0000 (07:21 +0000)
build passes until permissions.rpm is updated (~#211286).

libzypp.spec.in
package/libzypp.changes

index cbdcdd5..2528905 100644 (file)
@@ -97,7 +97,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %defattr(-,root,root)
 %{_bindir}/zypper
 %{_sbindir}/zypp-checkpatches
-%verify(not mode) %attr (4750,root,root) %{_sbindir}/zypp-checkpatches-wrapper
+%verify(not mode) %attr (750,root,root) %{_sbindir}/zypp-checkpatches-wrapper
 %dir %{_libdir}/libzypp*so.*
 %dir %{prefix}/share/zypp
 %{prefix}/share/zypp/*
index 4687ee9..5d572ce 100644 (file)
@@ -2,6 +2,8 @@
 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
 
 - zypper: added search (jkupec)
+- removed the suid bit from zypp-checkpatches-wrapper so that the
+  build passes until permissions.rpm is updated (~#211286).
 - r4253
 
 -------------------------------------------------------------------