diff --git a/_service b/_service
deleted file mode 100644
index 3e34648..0000000
--- a/_service
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- git
- https://github.com/NVIDIA/eglexternalplatform
- refs/tags/1.1
- @PARENT_TAG@
- ^\D*([\d.]+)$
-
-
-
- bz2
- *.tar
-
-
-
-
-
diff --git a/_service:recompress:tar_scm:eglexternalplatform-1.1.tar.bz2 b/_service:recompress:tar_scm:eglexternalplatform-1.1.tar.bz2
deleted file mode 100644
index 3895458..0000000
--- a/_service:recompress:tar_scm:eglexternalplatform-1.1.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d468faa629ad28cac1d0749df10ccc31b119e89a87f3e5527051126f14d6352e
-size 10029
diff --git a/_service:set_version:eglexternalplatform.spec b/_service:set_version:eglexternalplatform.spec
deleted file mode 100644
index cbca488..0000000
--- a/_service:set_version:eglexternalplatform.spec
+++ /dev/null
@@ -1,52 +0,0 @@
-%define realname eglexternalplatform
-%define srcext tar.bz2
-
-# Common info
-Name: %{realname}
-Version: 1.1
-Release: 0%{?extraver:0.}1%{?dist}
-License: MIT
-Group: Development/Libraries/Other
-URL: https://github.com/NVIDIA/eglexternalplatform
-Summary: The EGL External Platform interface
-
-# Install-time parameters
-Provides: %{realname}-devel = %{version}-%{release}
-Obsoletes: %{realname}-devel < %{version}-%{release}
-
-# Build-time parameters
-BuildRequires: pkg-config
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-root
-Source: %{realname}-%{version}%{?extraver}.%{srcext}
-
-%description
-This is a work-in-progress specification of the EGL External Platform interface
-for writing EGL platforms and their interactions with modern window systems on
-top of existing low-level EGL platform implementations. This keeps window system
-implementation specifics out of EGL drivers by using application-facing
-EGL functions.
-
-# Preparation step (unpackung and patching if necessary)
-%prep
-%setup -q -n %{realname}-%{version}%{?extraver}
-
-%build
-
-%install
-%{__install} -d -m0755 %{buildroot}%{_datadir}/pkgconfig
-%{__install} -d -m0755 %{buildroot}%{_includedir}/EGL
-%{__install} -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/
-%{__install} -m0644 interface/*.h %{buildroot}%{_includedir}/EGL/
-
-%clean
-[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%license COPYING
-%doc README.md
-%{_datadir}/pkgconfig/eglexternalplatform.pc
-%{_includedir}/EGL/
-
-%changelog
diff --git a/eglexternalplatform-1.1.tar.gz b/eglexternalplatform-1.1.tar.gz
new file mode 100644
index 0000000..2ba836f
--- /dev/null
+++ b/eglexternalplatform-1.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72725c4c9dd06b4d44bceb8794e1e78f75ed8702be23201282f8f937252a6b32
+size 10372
diff --git a/eglexternalplatform.changes b/eglexternalplatform.changes
index 15c06b7..5b3e74a 100644
--- a/eglexternalplatform.changes
+++ b/eglexternalplatform.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Jul 1 12:26:03 UTC 2021 - Stefan Dirsch
+
+- tried to address checkin policy issues for factory
+
-------------------------------------------------------------------
Thu Jul 1 09:35:35 UTC 2021 - Alexander Evseev - 1.1
diff --git a/eglexternalplatform.spec b/eglexternalplatform.spec
index 57683ad..60957f0 100644
--- a/eglexternalplatform.spec
+++ b/eglexternalplatform.spec
@@ -1,24 +1,17 @@
-%define realname eglexternalplatform
-%define srcext tar.bz2
-
# Common info
-Name: %{realname}
-Version: 0
-Release: %{?extraver:0.}1%{?dist}
+Name: eglexternalplatform
+Version: 1.1
+Release: 0
License: MIT
Group: Development/Libraries/Other
URL: https://github.com/NVIDIA/eglexternalplatform
Summary: The EGL External Platform interface
-# Install-time parameters
-Provides: %{realname}-devel = %{version}-%{release}
-Obsoletes: %{realname}-devel < %{version}-%{release}
-
# Build-time parameters
BuildRequires: pkg-config
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-root
-Source: %{realname}-%{version}%{?extraver}.%{srcext}
+Source: %{name}-%{version}.tar.gz
%description
This is a work-in-progress specification of the EGL External Platform interface
@@ -27,9 +20,8 @@ top of existing low-level EGL platform implementations. This keeps window system
implementation specifics out of EGL drivers by using application-facing
EGL functions.
-# Preparation step (unpackung and patching if necessary)
%prep
-%setup -q -n %{realname}-%{version}%{?extraver}
+%setup -q -n %{name}-%{version}
%build