Hello community,

here is the log from the commit of package pesign for openSUSE:Factory checked 
in at 2015-08-21 07:38:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pesign (Old)
 and      /work/SRC/openSUSE:Factory/.pesign.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pesign"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pesign/pesign.changes    2015-06-30 
10:13:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pesign.new/pesign.changes       2015-08-21 
07:38:33.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Aug 14 07:45:31 UTC 2015 - [email protected]
+
+- Update project url
+- Use url for download
+- Add rcpesign symlink
+- Tiny spec file cleanup with spec-cleaner
+
+-------------------------------------------------------------------
+Mon Jul 13 11:07:10 UTC 2015 - [email protected]
+
+- Make it build, tool systemd-tmpfiles is part of systemd
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pesign.spec ++++++
--- /var/tmp/diff_new_pack.69AT2p/_old  2015-08-21 07:38:34.000000000 +0200
+++ /var/tmp/diff_new_pack.69AT2p/_new  2015-08-21 07:38:34.000000000 +0200
@@ -22,8 +22,8 @@
 Summary:        Signing tool for PE-COFF binaries
 License:        GPL-2.0
 Group:          Productivity/Security
-Url:            https://github.com/vathpela/pesign
-Source:         %{name}-%{version}.tar.bz2
+Url:            https://github.com/rhinstaller/pesign
+Source:         
https://github.com/rhinstaller/pesign/releases/download/%{version}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-SUSE pesign-suse-build.patch [email protected] -- Adjust Makefile for 
the build service
 Patch1:         pesign-suse-build.patch
 # PATCH-FIX-UPSTREAM pesign-fix-build-errors.patch [email protected] -- Fix gcc 
warnings
@@ -49,6 +49,7 @@
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  pkg-config
 BuildRequires:  popt-devel
+BuildRequires:  systemd
 BuildRequires:  pkgconfig(systemd)
 Requires(pre):  pwdutils
 %{?systemd_requires}
@@ -58,12 +59,6 @@
 Signing tool for PE-COFF binaries, hopefully at least vaguely compliant
 with the PE and Authenticode specifications.
 
-
-
-Authors:
---------
-    Peter Jones <[email protected]>
-
 %prep
 %setup -q
 %patch1 -p1
@@ -81,12 +76,15 @@
 make %{?_smp_mflags} OPTFLAGS="%{optflags}"
 
 %install
-make INSTALLROOT=%{buildroot} PREFIX=/usr DOCDIR=/share/doc/packages install
+make INSTALLROOT=%{buildroot} PREFIX=%{_prefix} DOCDIR=/share/doc/packages 
install
 mkdir -p %{buildroot}%{_localstatedir}/lib/pesign
 
 mkdir -p %{buildroot}%{_sbindir}
 make INSTALLROOT=%{buildroot} UNITDIR=%{_unitdir} install_systemd
 
+# create rcsymlink
+ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
+
 # there's some stuff that's not really meant to be shipped yet
 rm -rf %{buildroot}/boot %{buildroot}%{_prefix}/include
 rm -rf %{buildroot}%{_libdir}/libdpe*
@@ -104,7 +102,7 @@
 systemd-tmpfiles --create %{_libexecdir}/tmpfiles.d/pesign.conf
 
 %postun
-%service_del_preun pesign.service
+%service_del_postun pesign.service
 
 %files
 %defattr(-,root,root)
@@ -115,6 +113,7 @@
 %{_bindir}/pesigcheck
 %{_bindir}/efisiglist
 %{_bindir}/authvar
+%{_sbindir}/rcpesign
 %dir %{_sysconfdir}/popt.d
 %config %{_sysconfdir}/popt.d/pesign.popt
 %{_sysconfdir}/pki/


Reply via email to