Hello community,

here is the log from the commit of package devscripts for openSUSE:Factory 
checked in at 2013-02-14 20:35:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/devscripts (Old)
 and      /work/SRC/openSUSE:Factory/.devscripts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "devscripts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/devscripts/devscripts.changes    2013-02-04 
21:08:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.devscripts.new/devscripts.changes       
2013-02-14 20:35:35.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Feb 12 09:11:49 UTC 2013 - frank.lichtenh...@sophos.com
+
+- Make BuildArch: noarch for checkbashisms conditional to
+  allow building on SLE 11.
+
+-------------------------------------------------------------------
+Mon Feb 11 22:49:10 UTC 2013 - frank.lichtenh...@sophos.com
+
+- separate checkbashisms package so that rpmlint can
+  depend on it without depending on all the other stuff.
+  (bnc#802887)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ devscripts.spec ++++++
--- /var/tmp/diff_new_pack.5NIm6g/_old  2013-02-14 20:35:36.000000000 +0100
+++ /var/tmp/diff_new_pack.5NIm6g/_new  2013-02-14 20:35:36.000000000 +0100
@@ -42,6 +42,7 @@
 # we are sorry to drop sles10 support, but no setuptools
 BuildRequires:  python-setuptools
 BuildRequires:  zlib-devel
+Requires:       checkbashisms >= %{version}
 Requires:       dpkg
 Requires:       html2text
 Requires:       perl
@@ -76,8 +77,6 @@
 Examples:
  - bts: a command-line tool for manipulating the Debian Bug
    Tracking System
- - checkbashisms: check whether a /bin/sh script contains any
-   common bash-specific contructs
  - dcontrol: remotely query package and source control files
    for all Debian distributions
  - debchange/dch: automagically add entries to
@@ -92,6 +91,24 @@
    files
  - uscan: scan upstream sites for new releases of packages
 
+%package -n checkbashisms
+Summary:        Tool for checking /bin/sh scripts for possible bashisms 
+License:        GPL-2.0+
+Group:          Development/Tools/Building
+Provides:       deb:/usr/bin/checkbashisms
+Provides:       devscripts:/usr/bin/checkbashisms
+Requires:       perl
+%if 0%{?suse_version} && 0%{?suse_version} < 1120
+#for the benefit of SLE
+%else
+BuildArch:      noarch
+%endif
+
+%description -n checkbashisms
+checkbashisms performs basic checks on /bin/sh shell scripts for the possible
+presence of bashisms.  It takes the names of the shell scripts on the command
+line, and outputs warnings if possible bashisms are detected.
+
 %prep
 %setup -q
 
@@ -136,5 +153,12 @@
 %{python_sitelib}/devscripts-%{version}-py%{py_ver}.egg-info/
 /usr/lib/devscripts
 %{_datadir}/devscripts
+%exclude %{_mandir}/man1/checkbashisms.1.gz
+%exclude %{_bindir}/checkbashisms
+
+%files -n checkbashisms
+%defattr(-,root,root)
+%doc %{_mandir}/man1/checkbashisms.1.gz
+%{_bindir}/checkbashisms
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to