From d3b29976c54e9b2b52f6896b0165dd3dcaf7a9587c8626f6cf4e06a11acc80d9 Mon Sep 17 00:00:00 2001 From: David Mulder Date: Mon, 30 Jan 2023 21:54:25 +0000 Subject: [PATCH] Fix Dockerfile OBS-URL: https://build.opensuse.org/package/show/network:samba:CONTAINERS/samba-server?expand=0&rev=5 --- Containerfile => Dockerfile | 0 _service | 28 ++++++++++++++++------------ _servicedata | 8 +++----- 3 files changed, 19 insertions(+), 17 deletions(-) rename Containerfile => Dockerfile (100%) diff --git a/Containerfile b/Dockerfile similarity index 100% rename from Containerfile rename to Dockerfile diff --git a/_service b/_service index a85734a..b85eb93 100644 --- a/_service +++ b/_service @@ -1,28 +1,32 @@ - + git https://github.com/openSUSE/samba-container.git master - images/server - Containerfile - nsswitch.conf - smb.conf enable + samba-container + .git - - git - https://github.com/openSUSE/samba-container.git - master - LICENSE + + *.tar + */images/server/Containerfile + Dockerfile + + + *.tar + */images/server/nsswitch.conf + */images/server/smb.conf + */LICENSE + - Containerfile + Dockerfile %%PKG_VERSION%% patch samba-server - Containerfile + Dockerfile %%MINOR%% minor samba-server diff --git a/_servicedata b/_servicedata index 212447d..4fe6546 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,4 @@ - - https://github.com/openSUSE/samba-container.git - 602a44991137144e1cda297069fdb961268ef499 - - \ No newline at end of file + + https://github.com/openSUSE/samba-container.git + 602a44991137144e1cda297069fdb961268ef499 \ No newline at end of file