Hello community,

here is the log from the commit of package rpmlint-Factory for openSUSE:Factory 
checked in at 2017-10-29 20:23:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-Factory (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-Factory.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-Factory"

Sun Oct 29 20:23:23 2017 rev:47 rq:536394 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-Factory/rpmlint-Factory.changes  
2017-10-18 10:43:49.795617548 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-Factory.new/rpmlint-Factory.changes     
2017-10-29 20:23:24.205449755 +0100
@@ -1,0 +2,6 @@
+Tue Oct 24 12:59:02 UTC 2017 - [email protected]
+
+- Remove redundant %clean section. Use some more macros.
+  Update descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-Factory.spec ++++++
--- /var/tmp/diff_new_pack.E3n4Ua/_old  2017-10-29 20:23:26.189377457 +0100
+++ /var/tmp/diff_new_pack.E3n4Ua/_new  2017-10-29 20:23:26.193377311 +0100
@@ -18,7 +18,7 @@
 
 Name:           rpmlint-Factory
 Requires:       rpmlint-mini
-Summary:        Rpm correctness checker - Factory configuration
+Summary:        RPM file correctness checker - openSUSE:Factory configuration
 License:        GPL-2.0+
 Group:          System/Packages
 Version:        1.0
@@ -31,15 +31,16 @@
 BuildArch:      noarch
 
 %description
-Rpmlint is a tool to check common errors on rpm packages. This package
+rpmlint is a tool to check common errors on RPM packages. This package
 provides the configuration specific for SUSE Factory.
 
 %package strict
-Summary:        Confict only applying to openSUSE:Factory itself
+Summary:        Conflict only applying to openSUSE:Factory itself
 Group:          System/Packages
 
 %description strict
-Forbid invalid licenses
+The package contains additional rpmlint configuration that forbids
+invalid licenses.
 
 %prep
 cp %{SOURCE1} .
@@ -47,21 +48,18 @@
 %build
 
 %install
-install -m 644 -D %{SOURCE2} $RPM_BUILD_ROOT/etc/rpmlint/factory.config
-install -m 644 -D %{SOURCE3} $RPM_BUILD_ROOT/etc/rpmlint/factory-strict.config
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -m 644 -D %{SOURCE2} %{buildroot}/%{_sysconfdir}/rpmlint/factory.config
+install -m 644 -D %{SOURCE3} 
%{buildroot}/%{_sysconfdir}/rpmlint/factory-strict.config
 
 %files
 %defattr(-,root,root,0755)
 %doc COPYING
-%dir /etc/rpmlint
-/etc/rpmlint/factory.config
+%dir %{_sysconfdir}/rpmlint
+%{_sysconfdir}/rpmlint/factory.config
 
 %files strict
 %defattr(-,root,root,0755)
-%dir /etc/rpmlint
-/etc/rpmlint/factory-strict.config
+%dir %{_sysconfdir}/rpmlint
+%{_sysconfdir}/rpmlint/factory-strict.config
 
 %changelog


Reply via email to