Accepting request 802478 from devel:kubic
- Update to version 2.0 - use autoconf tools to support libexecdir (forwarded request 802477 from kukuk) OBS-URL: https://build.opensuse.org/request/show/802478 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/microos-tools?expand=0&rev=6
This commit is contained in:
parent
4f215acaee
commit
fcabb3f11c
15
_service
15
_service
@ -1,15 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">1.0</param>
|
||||
<param name="versionformat">1.0+git%cd.%h</param>
|
||||
<param name="url">git://github.com/kubic-project/microos-tools.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">kukuk@suse.de</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
@ -1,6 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/kubic-project/microos-tools.git</param>
|
||||
<param name="changesrevision">c7654a79a800f6e00360cf407ce849d9d5279c6b</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df67a0a17ba47c15bc033850a84cc3c9d429c6d1297031d4261910f757a50a08
|
||||
size 13476
|
3
microos-tools-2.0.tar.xz
Normal file
3
microos-tools-2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f62d524b93c50c2df67ae47d70226c23ecfaa23e86054a51a4eeb6218af9f222
|
||||
size 54760
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 10 09:32:13 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Update to version 2.0
|
||||
- use autoconf tools to support libexecdir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 09:59:05 UTC 2020 - kukuk@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: microos-tools
|
||||
Version: 1.0+git20200214.c7654a7
|
||||
Version: 2.0
|
||||
Release: 0
|
||||
Summary: Files and Scripts for openSUSE MicroOS
|
||||
License: GPL-2.0-or-later
|
||||
@ -25,9 +25,10 @@ Group: Development/Tools/Other
|
||||
URL: https://github.com/kubic-project/microos-tools
|
||||
Source: microos-tools-%{version}.tar.xz
|
||||
BuildRequires: distribution-release
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: read-only-root-fs
|
||||
Conflicts: systemd-coredump
|
||||
Obsoletes: caasp-tools
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -37,9 +38,11 @@ Files, scripts and directories for openSUSE Kubic.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
cp -a {etc,usr} %{buildroot}
|
||||
%make_install
|
||||
|
||||
%pre
|
||||
%service_add_pre setup-systemd-proxy-env.service
|
||||
@ -58,7 +61,12 @@ cp -a {etc,usr} %{buildroot}
|
||||
%config %{_sysconfdir}/systemd/system/systemd-firstboot.service
|
||||
%dir %{_sysconfdir}/systemd
|
||||
%dir %{_sysconfdir}/systemd/system
|
||||
%{_unitdir}
|
||||
%{_unitdir}/MicroOS-firstboot.service
|
||||
%{_unitdir}/printenv.service
|
||||
%{_unitdir}/setup-systemd-proxy-env.path
|
||||
%{_unitdir}/setup-systemd-proxy-env.service
|
||||
%{_unitdir}/sysinit.target.wants
|
||||
%{_unitdir}/sysinit.target.wants/MicroOS-firstboot.service
|
||||
%{_prefix}/lib/sysctl.d/30-corefiles.conf
|
||||
%{_libexecdir}/MicroOS-firstboot
|
||||
%{_sbindir}/setup-systemd-proxy-env
|
||||
|
Loading…
Reference in New Issue
Block a user