Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2019-03-27 16:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint"

Wed Mar 27 16:11:34 2019 rev:316 rq:685964 version:1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint-tests.changes    2019-01-26 
22:19:48.302982518 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new.25356/rpmlint-tests.changes 
2019-03-27 16:11:35.927664548 +0100
@@ -1,0 +2,6 @@
+Mon Mar 18 08:51:41 UTC 2019 - dmuel...@suse.com
+
+- Update to version 84.87+git20190318.caf1835:
+  * pie.spec: use /usr/bin/mount, since /bin/mount was removed from permissions
+
+-------------------------------------------------------------------

Old:
----
  rpmlint-tests-84.87+git20190123.8914352.tar.xz

New:
----
  rpmlint-tests-84.87+git20190318.caf1835.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rpmlint-tests.spec ++++++
--- /var/tmp/diff_new_pack.cxljHQ/_old  2019-03-27 16:11:37.467664155 +0100
+++ /var/tmp/diff_new_pack.cxljHQ/_new  2019-03-27 16:11:37.471664154 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 # icecream 0
 
@@ -24,7 +24,7 @@
 BuildRequires:  rpmlint-mini
 
 Name:           rpmlint-tests
-Version:        84.87+git20190123.8914352
+Version:        84.87+git20190318.caf1835
 Release:        0
 Summary:        rpmlint regression tests
 License:        SUSE-Public-Domain

++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.cxljHQ/_old  2019-03-27 16:11:37.487664151 +0100
+++ /var/tmp/diff_new_pack.cxljHQ/_new  2019-03-27 16:11:37.487664151 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.cxljHQ/_old  2019-03-27 16:11:37.559664132 +0100
+++ /var/tmp/diff_new_pack.cxljHQ/_new  2019-03-27 16:11:37.559664132 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
-          <param 
name="changesrevision">8914352f9a703602fbe68224878d4b540bff72c4</param></service><service
 name="tar_scm">
+          <param 
name="changesrevision">2fbd3ef0768256777b6cc68d686138f5e3968758</param></service><service
 name="tar_scm">
             <param 
name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
           <param 
name="changesrevision">f6e3387e381e719deaf753423332881603b51b5e</param></service></servicedata>
\ No newline at end of file

++++++ rpmlint-tests-84.87+git20190123.8914352.tar.xz -> 
rpmlint-tests-84.87+git20190318.caf1835.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rpmlint-tests-84.87+git20190123.8914352/tests/pie.ref 
new/rpmlint-tests-84.87+git20190318.caf1835/tests/pie.ref
--- old/rpmlint-tests-84.87+git20190123.8914352/tests/pie.ref   2019-01-23 
23:05:51.000000000 +0100
+++ new/rpmlint-tests-84.87+git20190318.caf1835/tests/pie.ref   2019-03-18 
09:51:27.000000000 +0100
@@ -1,4 +1,4 @@
-pie: W: missing-call-to-setgroups-before-setuid /bin/mount
-pie: W: permissions-incorrect /bin/mount has mode 0755 but should be 04755
+pie: W: missing-call-to-setgroups-before-setuid /usr/bin/mount
+pie: W: permissions-incorrect /usr/bin/mount has mode 0755 but should be 04755
 pie: E: non-position-independent-executable (Badness: 10000) /usr/bin/telnet
 1 packages and 0 specfiles checked; 1 errors, 2 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rpmlint-tests-84.87+git20190123.8914352/tests/pie.spec 
new/rpmlint-tests-84.87+git20190318.caf1835/tests/pie.spec
--- old/rpmlint-tests-84.87+git20190123.8914352/tests/pie.spec  2019-01-23 
23:05:51.000000000 +0100
+++ new/rpmlint-tests-84.87+git20190318.caf1835/tests/pie.spec  2019-03-18 
09:51:27.000000000 +0100
@@ -24,7 +24,7 @@
 echo "int main() {}" >xx.c
 gcc -O2 -fno-PIE xx.c -o     %buildroot/usr/bin/telnet
 strip %buildroot/usr/bin/telnet
-install -D -m 755 /bin/mount %buildroot/bin/mount
+install -D -m 755 /bin/mount %buildroot/usr/bin/mount
 
 
 %clean
@@ -33,7 +33,7 @@
 %files
 %defattr(-,root,root)
 /usr/bin/telnet
-/bin/mount
+/usr/bin/mount
 
 %changelog
 * Mon Apr 18 2011 lnus...@suse.de


Reply via email to