Hello community,

here is the log from the commit of package tgt for openSUSE:Factory checked in 
at 2015-09-24 06:14:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tgt (Old)
 and      /work/SRC/openSUSE:Factory/.tgt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tgt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tgt/tgt.changes  2015-09-11 09:04:50.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tgt.new/tgt.changes     2015-09-24 
06:14:41.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Sep 18 09:52:28 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.0.60
+  * No changelog available
+- Update homepage Url
+- Use download Url as source
+- Remove tgt-git-update; fixed on upstream
+- Remove depreciated AUTHORS section
+- Perform a spec-cleaner on spec file
+
+-------------------------------------------------------------------
+Sun Sep 13 23:31:32 UTC 2015 - dd...@suse.com
+
+- Fix rctgtd systemd service symlink; (bnc#945604).
+
+-------------------------------------------------------------------

Old:
----
  tgt-1.0.44.tar.bz2
  tgt-git-update

New:
----
  v1.0.60.tar.gz

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

Other differences:
------------------
++++++ tgt.spec ++++++
--- /var/tmp/diff_new_pack.69lWRN/_old  2015-09-24 06:14:42.000000000 +0200
+++ /var/tmp/diff_new_pack.69lWRN/_new  2015-09-24 06:14:42.000000000 +0200
@@ -17,28 +17,27 @@
 
 
 Name:           tgt
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  libaio-devel
-BuildRequires:  libxslt
-BuildRequires:  openssl-devel
-BuildRequires:  perl-Config-General
-BuildRequires:  pkgconfig(systemd)
-Obsoletes:      iscsitarget
-Requires:       perl-Config-General
-Url:            http://stgt.berlios.de
-Requires(pre):  %fillup_prereq
-Version:        1.0.44
+Version:        1.0.60
 Release:        0
 Summary:        Generic Linux target framework (tgt)
 License:        GPL-2.0
 Group:          System/Daemons
-Source:         %{name}-%{version}.tar.bz2
+Url:            http://stgt.sourceforge.net/
+Source:         https://github.com/fujita/tgt/archive/v%{version}.tar.gz
 Source1:        %{name}d.service
 Source3:        %{name}.services
 Source4:        sysconfig.%{name}
-Patch1:         %{name}-git-update
 Patch2:         %{name}-fix-build
 Patch3:         setup-tgt-conf-d.patch
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libaio-devel
+BuildRequires:  libxslt
+BuildRequires:  openssl-devel
+BuildRequires:  perl-Config-General
+BuildRequires:  systemd-rpm-macros
+Requires:       perl-Config-General
+Requires(pre):  %fillup_prereq
+Obsoletes:      iscsitarget
 
 %description
 Linux target framework (tgt) aims to simplify various SCSI target
@@ -48,16 +47,8 @@
 tools. Some target drivers uses all of them and some use only
 user-space daemon and tools (i.e. they completely runs in user space).
 
-
-
-Authors:
---------
-    FUJITA Tomonori <fujita.tomon...@lab.ntt.co.jp>
-    Mike Christie <micha...@cs.wisc.edu>
-
 %prep
-%setup -n %{name}-%{version}
-%patch1 -p1
+%setup -q
 %patch2 -p1
 %patch3 -p1
 
@@ -67,20 +58,20 @@
 %else
 %define backends ISCSI=1 FCP=1 FCOE=1 
 %endif
-%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" %{backends}
+make OPTFLAGS="%{optflags}" %{backends}
 
 %install
-%{__make} DESTDIR=%{buildroot} docdir=%_docdir/%{name} install
-install -vD -m 644 %{S:1} %{buildroot}/%{_unitdir}/%{name}d.service
-install -vD %{S:3} %{buildroot}/etc/sysconfig/SuSEfirewall2.d/services/tgt
-install -vD %{S:4} ${RPM_BUILD_ROOT}/var/adm/fillup-templates/sysconfig.%{name}
-ln -sf service %{buildroot}/usr/sbin/rc%{name}
+make DESTDIR=%{buildroot} docdir=%{_docdir}/%{name} install
+install -vD -m 644 %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}d.service
+install -vD %{SOURCE3} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/tgt
+install -vD %{SOURCE4} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+ln -sf service %{buildroot}/%{_sbindir}/rc%{name}d
 
 %pre
 %service_add_pre %{name}d.service
 
 %post
-%{fillup_only}
+%fillup_only
 %service_add_post %{name}d.service
 
 %preun
@@ -92,14 +83,14 @@
 %files
 %defattr(-,root,root)
 %{_sbindir}/*
-%dir /etc/tgt
-%dir /etc/tgt/conf.d
-%config %attr(0644,root,root) /etc/tgt/targets.conf
-%config %attr(0644,root,root) /etc/sysconfig/SuSEfirewall2.d/services/tgt
-/var/adm/fillup-templates/sysconfig.tgt
+%dir %{_sysconfdir}/tgt
+%dir %{_sysconfdir}/tgt/conf.d
+%config %attr(0644,root,root) %{_sysconfdir}/tgt/targets.conf
+%config %attr(0644,root,root) 
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/tgt
+%{_localstatedir}/adm/fillup-templates/sysconfig.tgt
 %{_unitdir}/%{name}d.service
 %doc README doc/README.iscsi doc/README.iser doc/README.lu_configuration
 %doc doc/README.mmc doc/README.passthrough doc/README.sbcjukebox doc/README.ssc
-%doc %{_mandir}/man8/*
+%{_mandir}/man8/*
 
 %changelog


Reply via email to