- rpm file lists are now generated from the spec file.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-default-settings?expand=0&rev=8
This commit is contained in:
Franck Bui 2020-10-27 15:00:52 +00:00 committed by Git OBS Bridge
parent 3cb8fd2316
commit 61f9f657c6
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:402b05d82814ece139fdf5cb0f405b2fd7f756686343dc5435271db0516b6ca5
size 1419

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb828b0d75db9244e0c46d39a50a1c49e7f732b717d8ad025c4135b3683c78a2
size 1411

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 27 15:00:12 UTC 2020 - Franck Bui <fbui@suse.com>
- rpm file lists are now generated from the spec file.
-------------------------------------------------------------------
Mon Oct 26 14:40:56 UTC 2020 - Franck Bui <fbui@suse.com>

View File

@ -18,7 +18,7 @@
Name: systemd-default-settings
URL: https://github.com/openSUSE/systemd-default-settings
Version: 0.3
Version: 0.4
Release: 0
Summary: Customization of systemd default settings for SUSE distributions
License: GPL-2.0-or-later
@ -74,12 +74,14 @@ package.
%prep
%setup -q
%build
%make_build
%install
%make_install
find %{buildroot} -name \*.d -type d -printf "%%%%dir /%%P\n" >SUSE.list
find %{buildroot} -name 20-defaults-SUSE.conf -printf "/%%P\n" >>SUSE.list
find %{buildroot} -name 25-defaults-SLE.conf -printf "/%%P\n" >SLE.list
find %{buildroot} -name 25-defaults-openSUSE.conf -printf "/%%P\n" >openSUSE.list
%files -f SUSE.list
%defattr(-,root,root)