diff --git a/.cockpit-ostree.metadata b/.cockpit-ostree.metadata new file mode 100644 index 0000000..a5f4315 --- /dev/null +++ b/.cockpit-ostree.metadata @@ -0,0 +1 @@ +ae93de6edd6ca5e8386535e47bb60fa420674e39 SOURCES/cockpit-ostree-176.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d7bbbf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cockpit-ostree-176.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/cockpit-ostree.spec b/SPECS/cockpit-ostree.spec new file mode 100644 index 0000000..a79db8f --- /dev/null +++ b/SPECS/cockpit-ostree.spec @@ -0,0 +1,43 @@ +# This spec file has been automatically updated +Version: 176 +Release: 1%{?dist} +Name: cockpit-ostree +BuildArch: noarch +Summary: Cockpit user interface for rpm-ostree +License: LGPLv2+ +Requires: cockpit-bridge >= 125 +Requires: cockpit-system >= 125 +Requires: /usr/libexec/rpm-ostreed + +# Download from https://github.com/cockpit-project/cockpit-ostree/releases +Source: cockpit-ostree-%{version}.tar.gz + +%description +Cockpit component for managing software updates for ostree based systems. + +%prep +%setup -n cockpit-ostree + +%install +%make_install + +%files +%{_datadir}/cockpit/* + +%changelog +* Mon Aug 27 2018 Martin Pitt - 176-1 + +- RPM spec fixes +- Drop python3 build requirement + +* Thu Aug 02 2018 Martin Pitt - 175-1 + +- Simplify spec file +- Adjust tests for new rpm-ostree on RHEL Atomic + +* Thu Jul 19 2018 Martin Pitt - 173-1 + +- Split out into a separate upstream project: + https://github.com/cockpit-project/cockpit-ostree + (rhbz#1603146) +- No behaviour changes